diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-04-10 16:18:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-04-10 20:59:33 +0000 |
commit | 6fe835a2a6a2b98343e6aaf5bc8e7d05f5d0fbf6 (patch) | |
tree | f2ee1fb35e1adcdd75e3f5ce9421271bf06b7c35 | |
parent | f2d18f67551f9fd1fa9122b3d9be2104de87867f (diff) | |
download | ports-6fe835a2a6a2b98343e6aaf5bc8e7d05f5d0fbf6.tar.gz ports-6fe835a2a6a2b98343e6aaf5bc8e7d05f5d0fbf6.zip |
devel/RStudio: Update 2022.02.0+443 -> 2022.02.1+461
-rw-r--r-- | devel/RStudio/Makefile | 2 | ||||
-rw-r--r-- | devel/RStudio/distinfo | 6 | ||||
-rw-r--r-- | devel/RStudio/pkg-message | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile index aefe33f79289..1692907bc2e3 100644 --- a/devel/RStudio/Makefile +++ b/devel/RStudio/Makefile @@ -3,7 +3,7 @@ PORTNAME= RStudio DISTVERSIONPREFIX= v -DISTVERSION= 2022.02.0+443 +DISTVERSION= 2022.02.1+461 CATEGORIES= devel math java MASTER_SITES= https://s3.amazonaws.com/rstudio-buildtools/dictionaries/:dictionaries \ https://s3.amazonaws.com/rstudio-buildtools/:buildtools diff --git a/devel/RStudio/distinfo b/devel/RStudio/distinfo index 87ba8e9c9ecc..1f9dc28fe07f 100644 --- a/devel/RStudio/distinfo +++ b/devel/RStudio/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1645290813 +TIMESTAMP = 1649471879 SHA256 (core-dictionaries.zip) = 4341a9630efb9dcf7f215c324136407f3b3d6003e1c96f2e5e1f9f14d5787494 SIZE (core-dictionaries.zip) = 876339 SHA256 (gin-2.1.2.zip) = b98e704164f54be596779696a3fcd11be5785c9907a99ec535ff6e9525ad5f9a @@ -7,8 +7,8 @@ SHA256 (gwt-2.8.1.zip) = 0b7af89fdadb4ec51cdb400ace94637d6fe9ffa401b168e2c3d3723 SIZE (gwt-2.8.1.zip) = 95650299 SHA256 (mathjax-27.zip) = c56cbaa6c4ce03c1fcbaeb2b5ea3c312d2fb7626a360254770cbcb88fb204176 SIZE (mathjax-27.zip) = 3285230 -SHA256 (RStudio-rstudio-v2022.02.0+443_GH0.tar.gz) = 36234218f118f5085e417411e137791072c00380bce6a016e551e6ecb404ae4d -SIZE (RStudio-rstudio-v2022.02.0+443_GH0.tar.gz) = 97652556 +SHA256 (RStudio-rstudio-v2022.02.1+461_GH0.tar.gz) = 41e48e21ddc0a9c1ebf06ff16d846b0389720f2ee66d3fcfd5ff0707578b597d +SIZE (RStudio-rstudio-v2022.02.1+461_GH0.tar.gz) = 97654952 SHA256 (rstudio-r2d3-v0.2.0_GH0.tar.gz) = 6355a7632134c8c9487056019a9c458db2c98d10388cf66b018d5461d0a947af SIZE (rstudio-r2d3-v0.2.0_GH0.tar.gz) = 21977747 SHA256 (rstudio-rmarkdown-aed26ac_GH0.tar.gz) = b6f6f48dd9930514204739d8957c2737f0b1d110aebf9f89fa31de10598cb29b diff --git a/devel/RStudio/pkg-message b/devel/RStudio/pkg-message index 9dad38954b2a..126adc37e650 100644 --- a/devel/RStudio/pkg-message +++ b/devel/RStudio/pkg-message @@ -20,16 +20,6 @@ You can also start the RStudio Server service once with: # service rstudio-server onestart and then navigate to http://localhost:8787/ in your browser. - -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 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="")) - - EOM } ] |