diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-06-22 16:23:41 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-06-22 16:23:41 +0200 |
commit | 6bff052819893b184b7cc09fe0fc1331d3bd4279 (patch) | |
tree | e5cc25a09d8ab0261e5b8fa4251e52b672e9143d /backport | |
parent | b0e1bc37ded73ed6350fb3f01387160365640c72 (diff) |
Backport of R 4.0.2
Diffstat (limited to 'backport')
-rwxr-xr-x | backport | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,7 +7,6 @@ export ARCH # R version against which the software is compiled iteration=0 -Rversion=4.0.1 # Where the buildresults should be stored and where to look for current backports rcrandir=/home/jranke/git/uni/website/www/ranke/r-cran @@ -15,7 +14,7 @@ rcrandir=/home/jranke/git/uni/website/www/ranke/r-cran # Author: Johannes Ranke <jranke@uni-bremen.de> # Preconditions: -# - up to date R version specified above, for packages depending on R +# - up to date R version for packages depending on R # - sudo and pbuilder configuration (see README) # - sid sources in /etc/apt/sources/list # - dh-r installed (and maybe more) |