From 2f2e8f6bf95acabc0b8d34470c6322ead8ce14a9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 27 Apr 2026 22:40:54 +0200 Subject: Backport R 4.6.0 to new repo, stop support for i386 The _reverts_r-base.sh file was reconstructed because I accidentally deleted it after creating the packages and before checking in the changes. But I am quite sure it is exactly as used. --- backport_others | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'backport_others') diff --git a/backport_others b/backport_others index da34d7c..4c1146a 100755 --- a/backport_others +++ b/backport_others @@ -6,7 +6,7 @@ # Make sure the R version in ./backport is correctly set # Creates a source package and binary packages for the following architecture -ARCH=i386 +ARCH=amd64 export ARCH usage() @@ -59,12 +59,9 @@ export DIST # 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; 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 littler 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 rpart survival littler 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 rpart survival littler; do ./backport -s $i $DIST -- cgit v1.2.3