-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.08 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
Package: licorer
Type: Package
Title: Read and Process LI-COR Photosynthesis Data Files in R
Version: 0.0.2.9999
Date: 2022-05-30
Authors@R: c(person("Daniel", "Trupp", email = "[email protected]",
role = c("aut", "cre")),
person("Chris", "Muir", email = "[email protected]",
role = c("aut")))
Description: An R package designed to read in licor data files and prepare them
for analysis. It uses the units package to assign units to the data and
validates them against a list of expected units. It stores all of the
constants and assorted meta data in a header attribute of the object.
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 7.1.2
Encoding: UTF-8
Depends: R (>= 3.5.0), units (>= 0.6.0)
Imports:
checkmate (>= 2.0.0),
hms (>= 0.5.0),
magrittr (>= 1.5.0),
purrr (>= 0.3.4),
readr (>= 2.0.0),
readxl (>= 1.3.0),
rlang (>= 0.4.6),
stringr (>= 1.4.0),
tibble (>= 3.0.1),
tidyr (>= 1.0.0)
Suggests:
kableExtra,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr