summaryrefslogtreecommitdiff
path: root/r/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-05-24 10:51:38 +0000
committerTim Biermann <tbier@posteo.de>2020-05-24 11:37:28 +0000
commit53cf4f9d4c395542a9d31a7310d376df01f4db80 (patch)
tree4f171be7e395cd6bfd516400f97db7e7619b4fa9 /r/Pkgfile
parentf292193de6a2afb345138f97741a5d7576882403 (diff)
downloadcontrib-53cf4f9d4c395542a9d31a7310d376df01f4db80.tar.gz
contrib-53cf4f9d4c395542a9d31a7310d376df01f4db80.tar.xz
r: updated to work with rstudio-1.3
Diffstat (limited to 'r/Pkgfile')
-rw-r--r--r/Pkgfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/r/Pkgfile b/r/Pkgfile
index 3aa5ee5c2..bb7f440a0 100644
--- a/r/Pkgfile
+++ b/r/Pkgfile
@@ -6,7 +6,7 @@
name=r
version=4.0.0
-release=1
+release=2
source=(https://cran.r-project.org/src/base/R-4/R-$version.tar.gz
r.desktop r.png R.conf
R-3.4.1-parallel.patch R-3.4.1-rmath-shared.patch
@@ -92,9 +92,10 @@ build() {
-iname '*THANKS*' -o \
-iname '*NEWS*' -o \
-iname '*LICENSE*' -o \
- -iname 'doc' -o \
-iname '*CHANGELOG*' \
\) -exec rm -r '{}' \+ || true
- #doh! don't remove INSTALL or you won't be able to install R packages
+ ## doh! don't remove INSTALL or you won't be able to install R packages
#-iname '*INSTALL*' -o \
+ ## rstudio now depends on finding docs that R provides..
+ #-iname 'doc' -o \
}

Generated by cgit