-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.64 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
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: sapfluxnetQC1
Type: Package
Title: Package with functions related to sapfluxnet project data
Version: 0.1.1
Authors@R: c(
person("Victor", "Granda", email = "[email protected]", role = c("aut", "cre")),
person("Rafael", "Poyatos", email = "[email protected]", role = c("aut")),
person("Victor", "Flo", email = "[email protected]", role = c("aut")),
person("Guillem", "Bagaria", email = "[email protected]", role = c("aut")),
person("Marie", "Sirot", email = "[email protected]", role = c("ctb")))
Description: Functions to make easy, reproducible and semiautomatized quality
checks of submmited data
License: What license is it under?
LazyData: TRUE
RoxygenNote: 6.0.1
Imports:
sp,
rgeos,
ggiraph,
ggplot2,
broom,
magrittr,
readxl,
dplyr,
tidyr,
stringr,
lazyeval,
lubridate,
data.table,
tools,
logging,
rmarkdown,
DT,
yaml,
cowplot,
mapproj,
purrr,
GSODR,
GSODRdata,
soiltexture,
solaR,
zoo
Suggests:
knitr,
testthat,
rmarkdown
VignetteBuilder: knitr
Collate:
'SfnData_class.R'
'SfnData_generics.R'
'SfnData_methods.R'
'df_functions.R'
'dl_data_loading_functions.R'
'log_functions.R'
'out_outliers_app.R'
'qc_coordinates_functions.R'
'qc_data_general_checks.R'
'qc_gaps_functions.R'
'qc_gaps_functions_eff.R'
'qc_main.R'
'qc_md_general_checks.R'
'qc_outliers_and_ranges.R'
'qc_plant_functions.R'
'qc_sitemd_checks.R'
'qc_species_functions.R'
'qc_unit_transformations.R'
'rep_functions.R'
'sm_utils.R'
'vis_functions.R'