forked from aukkola/FluxnetLSM
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
56 lines (56 loc) · 1.36 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: FluxnetLSM
Title: Quality Control and Data Conversion for 'FLUXNET' Data for Land Surface Modelling
Version: 1.1
Authors@R: c(person(
family = "Anna",
given = "Ukkola",
email = "a.ukkola@unsw.edu.au",
role = c("aut", "cre")
),
person(
family = "Ned",
given = "Haughton",
role = c("ctb")
),
person(
family = "De Kauwe",
given = "Martin",
role = c("ctb")
),
person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("ctb"),
comment = c(ORCID = "0000-0002-5070-8109")
)
)
Description: Scripts for quality control of FLUXNET data, and
converting from CSV format to NetCDF, and managing metadata.
URL: https://github.com/aukkola/FluxnetLSM
BugReports: https://github.com/aukkola/FluxnetLSM/issues
Depends:
R (>= 3.6)
Imports:
ncdf4,
rvest,
lutz,
jsonlite,
graphics,
stats,
utils,
R.utils,
grDevices
License: AGPL-3
LazyData: false
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
covr,
testthat,
dplyr
VignetteBuilder:
knitr