Package: errors
Type: Package
Title: Uncertainty Propagation for R Vectors
Version: 0.4.0
Authors@R: c(
    person("Iñaki", "Ucar", email="iucar@fedoraproject.org",
      role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")),
    person("Lionel", "Henry", role = "ctb", email = "lionel@rstudio.com"),
    person(given = "RStudio", role = "cph", comment = "Copyright for code written by RStudio employees."))
Description: Support for measurement errors in R vectors, matrices and arrays:
    automatic uncertainty propagation and reporting.
    Documentation about 'errors' is provided in the paper by Ucar, Pebesma &
    Azcorra (2018, <doi:10.32614/RJ-2018-075>), included in this package as a
    vignette; see 'citation("errors")' for details.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/r-quantities/errors
BugReports: https://github.com/r-quantities/errors/issues
LazyData: true
Depends: R (>= 3.0.0)
Suggests: dplyr (>= 1.0.0), vctrs (>= 0.5.0), pillar, ggplot2 (> 3.2.1),
    testthat, vdiffr, knitr, rmarkdown
RoxygenNote: 7.2.2
Roxygen: list(old_usage = TRUE)
VignetteBuilder: knitr
