-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.58 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
Package: fluxfinder
Type: Package
Title: Parsing, Computation, and Diagnostics for Greenhouse Gas Measurements
Version: 1.0.1
Authors@R: c(
person("Stephanie", "Wilson", email = "[email protected]",
role = "cre", comment = c(ORCID = "0000-0002-5484-0748")),
person("Ben", "Bond-Lamberty", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0001-9525-4633")),
person("Genevieve", "Noyce", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0003-0423-6478")),
person("Roberta", "Bittencourt Peixoto", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-8053-2730")),
person("Patrick", "Megonigal", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-2018-7883")),
person("Smithsonian", "Institution", role = c("cph", "fnd"))
)
Description: Parse static-chamber greenhouse gas measurement
files generated by a variety of instruments; compute flux rates using
multi-observation metadata; and generate diagnostic metrics and plots.
Designed to be easy to integrate into reproducible scientific workflows.
URL: https://github.com/COMPASS-DOE/fluxfinder
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
broom (>= 1.0),
jsonlite (>= 1.8),
lubridate (>= 1.0),
MASS (>= 7.0)
Suggests:
gasfluxes,
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr (>= 2.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
BugReports: https://github.com/COMPASS-DOE/fluxfinder/issues