Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 41 additions & 41 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
Package: fluxfinder
Type: Package
Title: Parsing, Computation, and Diagnostics for Greenhouse Gas Measurements
Version: 1.2.0
Authors@R: c(
person("Stephanie", "Wilson", email = "sjw22120@gmail.com",
role = "cre", comment = c(ORCID = "0000-0002-5484-0748")),
person("Ben", "Bond-Lamberty", email = "bondlamberty@pnnl.gov",
role = "aut", comment = c(ORCID = "0000-0001-9525-4633")),
person("Genevieve", "Noyce", email = "noyceg@si.edu",
role = "ctb", comment = c(ORCID = "0000-0003-0423-6478")),
person("Roberta", "Bittencourt Peixoto", email = "roberta.bittencourtpeixoto@utoledo.edu",
role = "ctb", comment = c(ORCID = "0000-0002-8053-2730")),
person("Patrick", "Megonigal", email = "megonigalp@si.edu",
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.2
VignetteBuilder: knitr
BugReports: https://github.com/COMPASS-DOE/fluxfinder/issues
Package: fluxfinder
Type: Package
Title: Parsing, Computation, and Diagnostics for Greenhouse Gas Measurements
Version: 1.2.1
Authors@R: c(
person("Stephanie", "Wilson", email = "sjw22120@gmail.com",
role = "cre", comment = c(ORCID = "0000-0002-5484-0748")),
person("Ben", "Bond-Lamberty", email = "bondlamberty@pnnl.gov",
role = "aut", comment = c(ORCID = "0000-0001-9525-4633")),
person("Genevieve", "Noyce", email = "noyceg@si.edu",
role = "ctb", comment = c(ORCID = "0000-0003-0423-6478")),
person("Roberta", "Bittencourt Peixoto", email = "roberta.bittencourtpeixoto@utoledo.edu",
role = "ctb", comment = c(ORCID = "0000-0002-8053-2730")),
person("Patrick", "Megonigal", email = "megonigalp@si.edu",
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.2
VignetteBuilder: knitr
BugReports: https://github.com/COMPASS-DOE/fluxfinder/issues
9 changes: 4 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# fluxfinder 1.2.0

# fluxfinder 1.1.1

* CRAN resubmission.
# fluxfinder 1.2.1

* Added a3
`NEWS.md` file to track changes to the package.
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

0 errors | 0 warnings | 1 note

* This is a new release.
* This is a resubmission that fixes issues with files writing to a temporary directory when knitting RMD files.
Loading