Open jackobailey opened 4 years ago
Hi, the new v1.8.0 might fix this. You can get it now by reinstalling from GitHub
remotes::install_github("DesiQuintans/librarian")
or get it later when v1.8.0 arrives on CRAN in a few hours.
There seems to be some differences between RStudio Desktop and Server, so I'd like some confirmation of the fix before closing this issue.
System info
What problem do you get?
librarian
installs on RStudio Server but produces the following error message:`Error in lib_paths(lib, make_path = TRUE, ask = ask) : The paths
'-1'
are not writeable.`
How do you reproduce the problem?
Run
install.packages("librarian")
as usual on RStudio Server, then try to runlibrarian::shelf(anything)