R: How to install packages in a loop and store error messages of all that couldn’t be installed?
How can I extend this code to store installation status messages in addition to names of packages? I want to use verbose = TRUE
to minimize amount of output and not show any message if installation was succesfull.