-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.71 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: units
Version: 0.8-6
Title: Measurement Units for R Vectors
Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0001-8049-7069")),
person("Thomas", "Mailund", role = "aut", email = "[email protected]"),
person("Tomasz", "Kalinowski", role = "aut"),
person("James", "Hiebert", role = "ctb"),
person("Iñaki", "Ucar", role = "aut", email = "[email protected]", comment = c(ORCID = "0000-0001-6403-5550")),
person("Thomas Lin", "Pedersen", role = "ctb")
)
Depends:
R (>= 3.0.2)
Imports:
Rcpp
LinkingTo:
Rcpp (>= 0.12.10)
Suggests:
NISTunits,
measurements,
xml2,
magrittr,
pillar (>= 1.3.0),
dplyr (>= 1.0.0),
vctrs (>= 0.3.1),
ggplot2 (> 3.2.1),
testthat (>= 3.0.0),
vdiffr,
knitr,
rmarkdown
VignetteBuilder: knitr
Description: Support for measurement units in R vectors, matrices
and arrays: automatic propagation, conversion, derivation
and simplification of units; raising errors in case of unit
incompatibility. Compatible with the POSIXct, Date and difftime
classes. Uses the UNIDATA udunits library and unit database for
unit compatibility checking and conversion.
Documentation about 'units' is provided in the paper by Pebesma, Mailund &
Hiebert (2016, <doi:10.32614/RJ-2016-061>), included in this package as a
vignette; see 'citation("units")' for details.
SystemRequirements: udunits-2
License: GPL-2
URL: https://r-quantities.github.io/units/, https://github.com/r-quantities/units
BugReports: https://github.com/r-quantities/units/issues
RoxygenNote: 7.3.2
Roxygen: list(old_usage = TRUE)
Encoding: UTF-8
Config/testthat/edition: 3