-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
64 lines (64 loc) · 2.18 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
Type: Package
Package: SticsOnR
Title: Manage STICS Simulations Running the Executable or JavaStics,
Version: 1.2.0
Date: 2024-02-22
Authors@R: c(
person("Patrice", "Lecharpentier", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4044-4322")),
person("Remi", "Vezy", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-0808-1461")),
person("Samuel", "Buis", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8676-5447")),
person("Michel", "Giner", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9310-2377")),
person("Julie", "Constantin", role = "rev"),
person("Dominique", "Ripoche", role = "rev"),
person("Marie", "Launay", role = "rev"),
person("Christine", "Le Bas", role = "rev"),
person("Alain", "Mollier", role = "rev")
)
Description: Running simulations with the 'STICS' crop model. Different
ways of performing simulations are available and based on three
use-cases: 1/ Calling 'JavaStics' command line to run simulations on
given situations. 'JavaStics' handles text files generation from
'XML' files; 2/ Calling the model 'fortran' executable directly. Text
files must be produced beforehand; and 3/ Calling the model 'fortran'
executable through a wrapper. It can handle distributed runs over the
machine CPUs and returns simulated output data. The wrapper also
provides a concise manner for running simulations using custom
parameter values and allows to chain simulations for successive
situations.
License: LGPL (>= 3)
URL: https://github.com/SticsRPacks/SticsOnR,
https://doi.org/10.5281/zenodo.4443130
BugReports: https://github.com/SticsRPacks/SticsOnR/issues
Depends:
R (>= 3.6.0)
Imports:
cli,
crayon (>= 1.3.4),
doParallel,
dplyr,
foreach,
lifecycle,
magrittr,
parallel,
rstudioapi,
stats,
tibble,
tidyr,
SticsRFiles (>= 1.1.3)
Suggests:
covr,
knitr,
rmarkdown,
spelling,
testthat
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1