-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
79 lines (79 loc) · 2.32 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
70
71
72
73
74
75
76
77
78
79
Type: Package
Package: CroptimizR
Title: A Package to Estimate Parameters of Crop Models
Version: 0.7.0
Date: 2024-11-13
Authors@R: c(
person("Samuel", "Buis", , "samuel.buis@inrae.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8676-5447")),
person("Patrice", "Lecharpentier", , "patrice.lecharpentier@inrae.fr", role = "aut",
comment = c(ORCID = "0000-0002-4044-4322")),
person("Remi", "Vezy", , "remi.vezy@cirad.fr", role = "aut",
comment = c(ORCID = "0000-0002-0808-1461")),
person("Michel", "Giner", , "michel.giner@cirad.fr", role = "aut",
comment = c(ORCID = "0000-0002-9310-2377")),
person("Theo", "Vailhere", role = "ctb"),
person("Thomas", "Robine", role = "ctb"),
person("Drew", "Holzworth", role = "ctb"),
person("Julie", "Constantin", role = "rev"),
person("Benjamin", "Dumont", role = "rev")
)
Description: The purpose of CroptimizR is to provide functions for
estimating crop model parameters from observations of their simulated
variables. This process is often referred to as calibration. For that, it
offers a generic framework for linking crop models with up-to-date and
ad-hoc algorithms, as well as a choice of goodness-of-fit criteria and
additional features adapted to the problem of crop model calibration.
It facilitates the comparison of different types of methods on
different models.
License: LGPL (>= 3)
URL: https://github.com/SticsRPacks/CroptimizR,
https://doi.org/10.5281/zenodo.4066451
BugReports: https://github.com/SticsRPacks/CroptimizR/issues
Depends:
R (>= 4.0.0)
Imports:
Matrix,
BayesianTools,
crayon,
doParallel,
dplyr,
ggplot2,
lhs,
lifecycle,
lubridate,
methods,
nloptr,
purrr,
rlang,
rstudioapi,
stringr,
tibble,
tictoc,
SticsRFiles (>= 1.1.3)
Suggests:
ApsimOnR,
covr,
CroPlotR,
devtools,
gridExtra,
knitr,
rmarkdown,
spelling,
SticsOnR,
SticsRFiles,
testthat (>= 2.1.0),
tidyr
VignetteBuilder:
knitr
Remotes:
github::cran/Matrix@1.6-5,
github::hol430/ApsimOnR,
github::SticsRPacks/CroPlotR@*release,
github::SticsRPacks/SticsOnR@*release,
ByteCompile: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1