Date: Thu, 18 Feb 2021 21:59:53 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565996 - head/devel/RStudio Message-ID: <202102182159.11ILxrNV045546@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 } ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102182159.11ILxrNV045546>