aboutsummaryrefslogtreecommitdiff
path: root/devel/RStudio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-02-18 22:01:08 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-02-18 22:01:08 +0000
commitc041d133e0530e10ad64fe1be6995f8610b49258 (patch)
tree881a183079995be2c24b45c0bbcd8129029296ed /devel/RStudio
parent87591428e975afe8244e562a3f472e40410516e7 (diff)
downloadports-c041d133e0530e10ad64fe1be6995f8610b49258.tar.gz
ports-c041d133e0530e10ad64fe1be6995f8610b49258.zip
devel/RStudio: Fix typos in pkg-message
Notes
Notes: svn path=/head/; revision=565997
Diffstat (limited to 'devel/RStudio')
-rw-r--r--devel/RStudio/pkg-message6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/RStudio/pkg-message b/devel/RStudio/pkg-message
index e06d3b0256bf..9dad38954b2a 100644
--- a/devel/RStudio/pkg-message
+++ b/devel/RStudio/pkg-message
@@ -21,11 +21,11 @@ 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
+Workaround for the 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):
+- need to first correct the path by executing this command in the
+- 'Console' tab (in the RStudio Server running in your browser):
Sys.setenv(PATH = paste("/usr/local/bin:",Sys.getenv("PATH"), sep=""))