Due to my company's firewall I am manually installing packages from local. No errors when building the package from terminal, but I get an error when I load the package using library function
unable to load shared object 'C:/Program Files/R/R-3.6.1/library/Rcpp/libs/x64/Rcpp.dll':
LoadLibrary failure: The specified procedure could not be found.
And it also throws a prompt
Any help is appreciated thanks!
Tried:
- Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object
- https://github.com/r-lib/rlang/issues/306
None of the above seemed to work