The errors package provides support for measurement errors in R vectors, matrices and arrays: automatic uncertainty propagation and reporting.
See the initial blog post. The package includes a vignette that is an up-to-date version of the following R Journal publication, which should be used for citations:
Install the release version from CRAN:
install.packages("errors")
The installation from GitHub requires the remotes package.
# install.packages("remotes")
::install_github("r-quantities/errors") remotes