Hi @ariannaa7
From obesity #288 @laacri wrote:
When trying to run the study on IPCI, installing packages from renv/cellar worked fine, but at the moment of loading them into the environment we consistently got a LoadLibrary error as the following one:
install.packages(pkg_paths, repos = NULL, type = "win.binary")
Installing packages into ‘C:/Users/cditullio/AppData/Local/R/cache/R/renv/library/P4-C1-011-Capturing-obesity-1de0f507/windows/R-4.4/x86_64-w64-mingw32’
(as ‘lib’ is unspecified)
package ‘askpass’ successfully unpacked and MD5 sums checked
package ‘backports’ successfully unpacked and MD5 sums checked
package ‘bit’ successfully unpacked and MD5 sums checked
...
library(SqlRender)
Error: package or namespace load failed for ‘SqlRender’ in inDL(x, as.logical(local), as.logical(now), ...):
unable to load shared object 'C:/Users/cditullio/AppData/Local/R/cache/R/renv/library/P4-C1-011-Capturing-obesity-1de0f507/windows/R-4.4/x86_64-w64-mingw32/rlang/libs/x64/rlang.dll':
LoadLibrary failure: The specified procedure could not be found.
Hi @ariannaa7
From obesity #288 @laacri wrote: