I've a shared Windows Server 2016 desktop I have several data scientists using. They are using Rstudio version 1.1.442 with R 3.6.1. with normal "user" access
Multiple "user" accounts have access to the server. Specifically for one user it appears to be applying a different configuration. After 2 windows profile refresh of her account and mine which should then get the same exact settings her account loaded with like 2-3x the # of packages default.
She gets the error at startup:
Error: package or namespace load failed for ‘stats’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Program Files/R/R-3.6.1/library/stats/libs/x64/stats.dll':
LoadLibrary failure: The specified module could not be found.
During startup - Warning message:
package ‘stats’ in options("defaultPackages") was not found
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Program Files/R/R-3.6.1/library/stats/libs/x64/stats.dll':
LoadLibrary failure: The specified module could not be found.
I've discovered that for specifically if I made an administrator, re-login, and launch RStudio then it starts without error.
The problem with that is her accounts is not unique from everything I can find. It is a normal user account no different then other users, but this specifically happening to her. I've tried the following:
*Give user's account group Modify permission to C:\Program Files\R
*Configured Windows Environmental Variable R_LIBS_USER. Confirmed library updated, same error
*Give users group Full Control to the stats directory mentioned above
*Replacing the default R folder with mine
*The only thing that worked was add the users to the local admin group which did work, but it's only required for this one account. running as "user" works for everyone else.
I'm definetly not a RStudio guru, so any assistance would be appreciated.