I have been running scripts as usual, and suddenly have encountered an error when running:
library(dplyr)
I get the error:
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object '//universitySystem/Documents/R/win-
library/3.2/Rcpp/libs/x64/Rcpp.dll':
LoadLibrary failure: Access is denied.
Error: package or namespace load failed for ‘dplyr’
I have been looking at various help pages e.g. Unable to load any package in R (unable to load shared object)
But I can't seem to get anything to work, and I don't really understand what the error means.
Now when I go to load any package in R, I get a similar error.
I am using R version 3.2.5 (2016-04-14) on platform x86_64-w64-mingw32, on a university computer where I have some admin rights.
Any help would be much appreciated!
Pretty desperate as I need to hand in my thesis soon, and now none of my scripts work.