mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
devel/RStudio: Add bug workaround description to pkg-message
This commit is contained in:
parent
0bec4688e5
commit
87591428e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565996
@ -21,6 +21,15 @@ You can also start the RStudio Server service once with:
|
||||
and then navigate to http://localhost:8787/ in your browser.
|
||||
|
||||
|
||||
Workaround for a path bug in RStudio Server
|
||||
(https://github.com/rstudio/rstudio/issues/8939):
|
||||
- In order to be able to install R packages from RStudio Server you
|
||||
- need to fist correct the path by executing this command in the
|
||||
- Console tab (in RStudio Server running in your browser):
|
||||
|
||||
Sys.setenv(PATH = paste("/usr/local/bin:",Sys.getenv("PATH"), sep=""))
|
||||
|
||||
|
||||
EOM
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user