Got Message Unable to Load Shared Object Stats.So When R Starts

Unable to load shared object on startup in RStudio only

I found the answer on RStudio Community: I had a typo in one of the variables used in Sys.getenv("PATH")

https://community.rstudio.com/t/unable-to-load-shared-object-on-startup-in-rstudio-only/33107

Unable to load any package in R (unable to load shared object)

As BondedDust has explained in the comments, the problem has to do with the permissions that are given to users. I am connected to a network where the libraries are saved on a shared space. The issue was resolved by moving the default library to a local path.
The process that needs to be followed to change the library to a local one is quite simple and it is mentioned in the second answer in this question on stackoverflow.



Related Topics



Leave a reply



Submit