-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.07 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
Package: codos
Title: CO2 Correction Tools
Version: 0.0.2
Authors@R: c(
person(given = "Sandy P.",
family = "Harrison",
role = "aut",
email = "s.p.harrison@reading.ac.uk",
comment = c(ORCID = "0000-0001-5687-1903")),
person(given = "Iain Colin",
family = "Prentice",
role = "aut",
email = "c.prentice@imperial.ac.uk",
comment = c(ORCID = "0000-0002-1296-6764")),
person(given = "Roberto",
family = "Villegas-Diaz",
role = c("aut", "cre"),
email = "r.villegas-diaz@reading.ac.uk",
comment = c(ORCID = "0000-0001-5036-8661")),
person("SPECIAL Research Group @ University of Reading", role = c("cph")))
Description: CO2 Correction Tools.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
doParallel,
doSNOW,
foreach,
ggplot2,
lubridate,
magrittr,
ncdf4,
parallel,
progress,
progressr,
purrr,
scales,
splash,
tibble
Depends:
R (>= 2.10)