forked from fairagro/csmTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.58 KB
/
Copy pathDESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.58 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
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
Package: csmTools
Title: Data Integration Utilities for Crop Modelers
Version: 0.0.0.9000
Author: Benjamin Leroy
Maintainer: Benjamin Leroy <benjamin.leroy@tum.de>
Authors@R:
person("Benjamin", "Leroy", , "benjamin.leroy@tum.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6007-7948"))
Description: The package provide a series of tools to extract, structure and integrate data from various sources (IoT platform, online databases, published datasets...) to compile validation datasets for process-based crop models. The current version is mainly helpful for streamlining data preparation for research applications with the DSSAT modeling framework (https://dssat.net) and uses the ICASA dictionary (https://github.com/DSSAT/ICASA-Dictionary) as its core annotation standards.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
LazyData: true
SystemRequirements:
libudunits2-dev
default-jdk
libproj-dev
libgdal-dev
Depends:
R (>= 4.4.3)
Imports:
countrycode,
cropCalendars,
dataverse,
dplyr,
elevatr,
geosphere,
ggplot2,
glue,
httr,
jsonlite,
lubridate,
magrittr,
nasapower,
openxlsx2,
purrr,
readr,
rdwd,
rlang,
spsUtil,
stringr,
tibble,
tidygeocoder,
tidyr,
tidyselect,
units,
utils,
xml2,
zip,
zoo,
argparse
Remotes:
AgMIP-GGCMI/cropCalendars,
brry/rdwd,
leroy-bml/DSSAT
Suggests:
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3