svn commit: r565996 - head/devel/RStudio

Yuri Victorovich yuri at FreeBSD.org
Thu Feb 18 21:59:53 UTC 2021


Author: yuri
Date: Thu Feb 18 21:59:53 2021
New Revision: 565996
URL: https://svnweb.freebsd.org/changeset/ports/565996

Log:
  devel/RStudio: Add bug workaround description to pkg-message

Modified:
  head/devel/RStudio/pkg-message

Modified: head/devel/RStudio/pkg-message
==============================================================================
--- head/devel/RStudio/pkg-message	Thu Feb 18 21:34:30 2021	(r565995)
+++ head/devel/RStudio/pkg-message	Thu Feb 18 21:59:53 2021	(r565996)
@@ -21,6 +21,15 @@ You can also start the RStudio Server service once wit
 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
 }
 ]


More information about the svn-ports-all mailing list