Skip to content
New issue

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

Error in lib_paths when using RStudio Server #25

Open
jackobailey opened this issue Apr 9, 2020 · 1 comment
Open

Error in lib_paths when using RStudio Server #25

jackobailey opened this issue Apr 9, 2020 · 1 comment

Comments

@jackobailey
Copy link

System info

Librarian version : <!-- Run: packageVersion("librarian") -->
R Version         : <!-- Run: getRversion() -->

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 run librarian::shelf(anything)

@DesiQuintans
Copy link
Owner

DesiQuintans commented Jun 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants