We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Librarian version : <!-- Run: packageVersion("librarian") --> R Version : <!-- Run: getRversion() -->
librarian installs on RStudio Server but produces the following error message:
librarian
`Error in lib_paths(lib, make_path = TRUE, ask = ask) : The paths
'-1'
are not writeable.`
Run install.packages("librarian") as usual on RStudio Server, then try to run librarian::shelf(anything)
install.packages("librarian")
librarian::shelf(anything)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: