When I install the yaml package, an annoying error message pops up in RStudio if it had been previously installed. How can I tell if the package was already installed so I can d
you can use installed.packages() to find installed packages
installed.packages()