rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
312 stars 63 forks source link

Error: [EACCES] Failed to make directory '/....': permission denied #568

Closed schmalte04 closed 2 years ago

schmalte04 commented 2 years ago

I have clean install of Ubuntu 20 with RStudio Server. After installing all packages and linux libs i got stuck with the pins package which is used in some productions routines.

i can register a github board, but i can't access as i did previously


`board_register_github(repo = ".....", token = "......")

Mapping_table<-pin_get("Mapping-table", board="github")`

gives the following error: Error: [EACCES] Failed to make directory '/....': permission denied

Seems like my Linux user is not allowed to create a temp folder name as the pin... Any ideas?

hadley commented 2 years ago

Can you please provide a reprex using the reprex package, even if you have to elide details from the code it produces?

hadley commented 2 years ago

I've closed this issue due to lack of requested reprex. If you still care about this bug, please open a new issue with a reprex.

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.