For a new installation of R-3.5.1 I want to install all packages on another host. I prepared a file, R-libraries.R, which contains install.packages('BH, ...') for the entire list.
When I source() this file on the new host and select a CRAN mirror I see the message, "Warning message: package 'BH,covr, <etc> [...truncated] Do I need a space after each comma or is there something else wrong with my syntax? Rich ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.