# coda.pack `coda.pack` is a meta-package for compositional data analysis. It attaches the main stable packages of the `coda` ecosystem and provides a helper function to install development extensions from GitHub. ## Installation ```r install.packages("coda.pack") ``` ## Usage ```r library(coda.pack) ``` This attaches: * `coda.base` * `coda.plot` Development packages can be installed with: ```r install_coda_dev() ```