How do i choose the library which the package is install in in Rstudio?
When i run "install and restart" i get this error:
Exited with status 1.
I want it to install on "h:/r_packages"
install.packages has a lib= argument;
install.packages
lib=
You can configure your R session to use your library path by default by setting the R_LIBS_USER environment variable.
R_LIBS_USER
See ?libPaths() to know more
?libPaths()
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.