Hi, I need to install R packages in several nodes (10+) in AWS. I wont be able to open R shell in each and do install.packages("foo")
This will be done using a configuration management tool like Puppet and it'll be easier if i can do an apt-get installation of R packages automatically. I found a list of R debian packages here: http://cran.cnr.berkeley.edu/bin/linux/ubuntu/lucid/ But it does not contain all the packages that i need. Is there a way to convert any R package and it's internal dependencies to a Debian package similar to the approach used in creating r-cran-*.deb? Thanks, Sathish [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.