-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: quantities
Type: Package
Title: Quantity Calculus for R Vectors
Version: 0.2.3.1
Authors@R: c(
person("Iñaki", "Ucar", email="iucar@fedoraproject.org",
role=c("aut", "cph", "cre"), comment=c(ORCID="0000-0001-6403-5550")))
Description: Integration of the 'units' and 'errors' packages for a complete
quantity calculus system for R vectors, matrices and arrays, with automatic
propagation, conversion, derivation and simplification of magnitudes and
uncertainties. Documentation about 'units' and 'errors' is provided in the
papers by Pebesma, Mailund & Hiebert (2016, <doi:10.32614/RJ-2016-061>) and
by Ucar, Pebesma & Azcorra (2018, <doi:10.32614/RJ-2018-075>), included in
those packages as vignettes; see 'citation("quantities")' for details.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://r-quantities.github.io/quantities/, https://github.com/r-quantities/quantities
BugReports: https://github.com/r-quantities/quantities/issues
Depends: R (>= 3.1.0), units (>= 0.8-0), errors (>= 0.4.0)
Imports: Rcpp
Suggests: dplyr (>= 1.0.0), vctrs (>= 0.5.0), tidyr, pillar, ggplot2 (> 3.2.1),
testthat, vdiffr, knitr, rmarkdown
LinkingTo: Rcpp (>= 0.12.10)
ByteCompile: yes
RoxygenNote: 7.3.2
Roxygen: list(old_usage = TRUE)
VignetteBuilder: knitr