I made a shinyApp for pseudonymization of patient data which we want to use in our clinic. In order to prevent the app being hacked and to ensure that the code will always run in the future we want to use it locally, i.e. R would be blocked by the firewall and we would use the app offline.
Now a coworker responsible for security asks how R gets its security updates if it is offline. I have no idea what to say. The easiest answer is that in this constellation R obviously can not get any kind updates. But I wonder whether there security updates for R at all. Do the regular R and/or RStudio updates include security fixes?