6  Packages

When it comes to sharing your code with others, you may:

A package bundles together code, data, documentation, and tests, and is easy to share with others. As of June 2019, there were over 14,000 packages available on the Comprehensive R Archive Network, or CRAN, the public clearing house for R packages. This huge variety of packages is one of the reasons that R is so successful: the chances are that someone has already solved a problem that you’re working on, and you can benefit from their work by downloading their package. - Chapter 1 Introduction, R Packages

sessionInfo()

SO: In R, what does “loaded via a namespace (and not attached)” mean?