-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
55 lines (55 loc) · 1.55 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
Package: sapfluxnetr
Title: Working with 'Sapfluxnet' Project Data
Version: 0.1.4
Authors@R: c(
person("Victor", "Granda", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0469-1991")),
person("Rafael", "Poyatos", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-0521-2523")),
person("Victor", "Flo", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-1908-4577")),
person("Jacob", "Nelson", email = "", role = 'ctb', comment = c(ORCID = "0000-0002-4663-2420")),
person("Sapfluxnet Core Team", email = "[email protected]", role = 'cph')
)
Description: Access, modify, aggregate and plot data from the 'Sapfluxnet' project
(<http://sapfluxnet.creaf.cat>), the first global database of sap flow measurements.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
assertthat,
dplyr,
furrr,
ggplot2,
glue,
lubridate,
magrittr,
methods,
purrr,
rlang,
stats,
stringr,
tibble,
tidyr
RoxygenNote: 7.2.3
Collate:
'data.R'
'getters.R'
'helpers.R'
'imports.R'
'metrics.R'
'sfn_data_classes.R'
'sfn_data_generics.R'
'sfn_data_methods.R'
'sfn_dplyr.R'
'visualizations.R'
Suggests:
future,
knitr,
remotes,
rmarkdown,
testthat,
xtable
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
URL: https://github.com/sapfluxnet/sapfluxnetr
BugReports: https://github.com/sapfluxnet/sapfluxnetr/issues