-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 1.55 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
48
49
50
51
Package: NEONiso
Type: Package
Title: Tools to Calibrate and Work with NEON Atmospheric Isotope Data
Version: 0.7.0
Authors@R: c(person("Rich", "Fiorella", email = "rfiorella@lanl.gov",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0824-4777")))
Maintainer: Rich Fiorella <rfiorella@lanl.gov>
Depends:
R (>= 4.0.0)
Description: Functions for downloading,
calibrating, and analyzing atmospheric isotope data bundled
into the eddy covariance data products of the National Ecological
Observatory Network (NEON) <https://www.neonscience.org>.
Calibration tools are provided for carbon and water isotope products.
Carbon isotope calibration details are found in Fiorella et al. (2021)
<doi:10.1029/2020JG005862>, and the readme
file at <https://github.com/lanl/NEONiso>. Tools for calibrating water
isotope products have been added as of 0.6.0, but have known deficiencies
and should be considered very experimental currently.
License: GPL-3
BugReports: https://github.com/lanl/NEONiso/issues
URL: https://github.com/lanl/NEONiso,
https://lanl.github.io/NEONiso/
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
zoo,
httr,
lubridate,
neonUtilities (>= 2.1.1),
magrittr,
rhdf5 (>= 2.33.7),
R.utils,
tidyselect,
data.table,
rlang,
caret,
ggplot2,
gridExtra
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
lifecycle,
fasttime
VignetteBuilder: knitr
Language: en-US
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)