-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.49 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
28
29
30
31
32
33
Package: quantities
Type: Package
Title: Quantity Calculus for R Vectors
Version: 0.2.3
Authors@R: c(
person("Iñaki", "Ucar", email="[email protected]",
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
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-01-18 21:00:18 UTC; iucar
Author: Iñaki Ucar [aut, cph, cre] (<https://orcid.org/0000-0001-6403-5550>)
Maintainer: Iñaki Ucar <[email protected]>
Repository: CRAN
Date/Publication: 2025-01-18 21:20:02 UTC