Читать книгу The Big R-Book - Philippe J. S. De Brouwer - Страница 169
4.7.2 Managing Packages in R
ОглавлениеIn the previous section, we learned how to install a package, and got a flavour of the available packages. It is also a good idea to keep the repository of packages stable during a big project, but from time to time update packages aswell as R.Not only there are bug fixes, but also new features.
# See all installed packages: installed.packages()