diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-04-24 10:56:23 +0200 |
commit | 7b93b13150331910a2ff0ea01472b12d41062efa (patch) | |
tree | 93600b690689a221c045fc95cdf2263b2c9c6ee9 /backport_others | |
parent | 80ef5b6b09a4ceea7cf19b3938858d3619d15150 (diff) |
Changes for backporting R 3.5.0
Diffstat (limited to 'backport_others')
-rwxr-xr-x | backport_others | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/backport_others b/backport_others index b8c456d..387901c 100755 --- a/backport_others +++ b/backport_others @@ -54,15 +54,17 @@ fi if [ $DIST != "stretch" ] && [ $DIST != "jessie" ]; then usage; exit 1; fi export DIST -# When doing a new repository, do lattice, r-cran-mass, rmatrix, +# When doing a new repository, do lattice, r-cran-mass +# then rmatrix, # then survival and nlme, then the rest # Packages to backport: +#for i in dh-r; do # dh is not available in jessie, therefore start with this #for i in lattice r-cran-mass; do -#for i in rmatrix nlme; do -#for i in survival; do -#for i in rpart mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet rodbc littler rpy rpy2 rkward; do -for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward; do +#for i in rmatrix; do +#for i in survival nlme; do +for i in rpart mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet rodbc littler rpy rpy2 rkward; do +#for i in lattice nlme rmatrix mgcv boot cluster codetools foreign kernsmooth r-cran-class r-cran-coda r-cran-spatial r-cran-nnet r-cran-mass rodbc rpart survival littler rpy rpy2 rkward; do ./backport -s $i $DIST |