-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.01 KB
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
Package: duration
Title: Estimate Emission Durations using Continuous Monitoring Sensors Systems
Version: 0.1.0
Authors@R:
c(
person("William", "Daniels", email = "wdaniels@mines.edu", role = "aut"),
person("Philip", "Waggoner", email = "philip.waggoner@mines.edu", role = c("aut", "cre")),
person("Dorit", "Hammerling", email = "hammerling@mines.edu", role = c("aut", "ths"))
)
Description: Estimate emission durations using Continuous Monitoring Sensors (CMS)
systems, accounting for CMS non-detect times. The paper associated with this
package is published here: <https://doi.org/10.1021/acs.estlett.4c00687>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
lubridate,
readr,
ggplot2,
zoo,
cli
Suggests:
tidyverse,
scales,
tools,
prettyunits,
testthat (>= 3.0.0)
URL: https://github.com/Hammerling-Research-Group/duration, https://hammerling-research-group.github.io/duration/
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3