-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 983 Bytes
/
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
Package: gasanalysr
Title: Functions to process and analyse data from Gasera one
Version: 0.0.2.9000
Authors@R: c(
person(given = "Brent",
family = "Riechelman",
role = c("aut", "cre"),
email = "brent.riechelman@nmi-agro.nl",
comment = c(ORCID = "https://orcid.org/0000-0003-1501-1573")),
person("Nutriënten Managment Instituut", email = "nmi@nmi-agro.nl", role = "cph"))
Description: This package provides functions to read data produced by the Gasera One photoacoustic gas analyser which cary a .meas extension.
Additionally, functions are provided to calculate rate of concentration change of measured gasses.
Depends: R (>= 4.1.0)
Imports:
checkmate,
data.table,
lubridate
License: GPL (>= 3)
BugReports: https://github.com/AgroCares/gasanalysr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests:
readxl (>= 1.3.0),
testthat (>= 3.0.0)
Config/testthat/edition: 3