Re: [R] Loading multiple packages with install.packages()...

2024-09-23 Thread Ben Bolker
quot;sandwich", "multcompView", "ggplot2", "stringr", "dplyr", "openxlsx", "tidyr") # Check and install each package lapply(packages, install_if_missing) Regards, Tim -Original Message----- From: R-help On Behalf Of Brian Lunergan Se

Re: [R] Loading multiple packages with install.packages()...

2024-09-23 Thread Bert Gunter
"multcomp", "sandwich", "multcompView", "ggplot2", > "stringr", "dplyr", "openxlsx", "tidyr") > # Check and install each package > lapply(packages, install_if_missing) > > > Regards, > Tim > -Or

Re: [R] Loading multiple packages with install.packages()...

2024-09-23 Thread Ebert,Timothy Aaron
Check and install each package lapply(packages, install_if_missing) Regards, Tim -Original Message- From: R-help On Behalf Of Brian Lunergan Sent: Monday, September 23, 2024 12:35 PM To: r-help@r-project.org Subject: [R] Loading multiple packages with install.packages()... [External Email] -

[R] Loading multiple packages with install.packages()...

2024-09-23 Thread Brian Lunergan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi folks: Curious question. I've added Rcmdr to my setup (R 4.4.1). I would like to add all of the plugins. Is there a way to get install.packages() to gather up everything starting 'rcmdrplugin', or do I have to list each package individually betwe