[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to install r-base 3.6.3.20200409-1 from experimental?



Charles,

As a quick test, I fired up the Rocker r-base container (which is based on
testing) and did (and remember we're always root in Docker)

 echo "deb http://deb.debian.org/debian experimental main" > /etc/apt/sources.list.d/experimental.list
 apt-get update
 apt-get install -t experimental r-base-core
 R -q -e 'install.packages(c("boot", "class", "cluster", "codetools", "foreign", "KernSmooth", "lattice", "littler", "MASS", "Matrix", "mgcv", "nlme", "nnet", "rpart", "spatial", "survival"))'

and that is essentially the same as having the r-cran-* packages from
r-recommended.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | edd@debian.org


Reply to: