-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
62 lines (62 loc) · 2.14 KB
/
Copy pathDESCRIPTION
File metadata and controls
62 lines (62 loc) · 2.14 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
61
62
Type: Package
Package: CroPlotR
Title: A Package to Analyze Crop Model Simulations Outputs with Plots and
Statistics
Version: 1.0.1
Date: 2026-02-26
Authors@R: c(
person("Remi", "Vezy", , "remi.vezy@cirad.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0808-1461")),
person("Samuel", "Buis", , "samuel.buis@inrae.fr", role = "aut",
comment = c(ORCID = "0000-0002-8676-5447")),
person("Cyrille", "Midingoyi", , "cyrille_ahmed.midingoyi@cirad.fr", role = "aut",
comment = c(ORCID = "0009-0000-4411-7989")),
person("Patrice", "Lecharpentier", , "patrice.lecharpentier@inrae.fr", role = "aut",
comment = c(ORCID = "0000-0002-4044-4322")),
person("Michel", "Giner", , "michel.giner@cirad.fr", role = "aut",
comment = c(ORCID = "0000-0002-9310-2377")),
person("Valentine", "Rahier", role = "ctb"),
person("Amine", "Barkaoui", role = "ctb"),
person("Patrick", "Lutz", role = "ctb")
)
Description: CroplotR aims at the standardization of the process of
analyzing the outputs of crop models using plots and statistics.
Users can generate plots presented in dynamic mode with time on the x
axis and any simulated and/or observed variable(s) on the y axis or in
scatter mode with simulation on the y axis and observations on the x
axis. Users can differentiate simulations and observations depending
on the situation, model version, or any grouping variable. Thirty two
corresponding statistics can be computed in the same manner to assess
the quality of the predictions of a model.
License: file LICENSE
URL: https://github.com/SticsRPacks/CroPlotR,
https://doi.org/10.5281/zenodo.4442330
BugReports: https://github.com/SticsRPacks/CroPlotR/issues
Depends:
R (>= 4.2.0)
Imports:
cli,
dplyr,
ggh4x (>= 0.3.1),
ggplot2,
ggrepel,
gridExtra,
lifecycle,
plyr,
reshape2,
rlang,
tibble,
tidyselect,
utils
Suggests:
patchwork,
spelling,
SticsRFiles (>= 1.1.3),
testthat,
vdiffr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3