-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
57 lines (57 loc) · 1.84 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
Package: antaresEditObject
Type: Package
Title: Edit an 'Antares' Simulation
Version: 0.8.0.9000
Authors@R: c(
person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")),
person("Frederic", "Breant", role = "ctb"),
person("Victor", "Perrier", role = c("ctb")),
person("Baptiste", "Seguinot", role = "ctb"),
person("Benoit", "Thieurmel", role = "ctb"),
person("Titouan", "Robert", role = "ctb"),
person("Jalal-Edine", "Zawam", role = "ctb"),
person("Etienne", "Sanchez", role = "ctb"),
person("Janus", "De Bondt", role = "ctb"),
person("Assil", "Mansouri", role = "ctb"),
person("Abdallah", "Mahoudi", role = "ctb"),
person("Clement", "Berthet", role = "ctb"),
person("Kamel", "Kemiha", role = "ctb"),
person("Nicolas", "Boitard", role = "ctb"),
person("RTE", role = "cph"))
Description: Edit an 'Antares' simulation before running it : create new areas, links, thermal
clusters or binding constraints or edit existing ones. Update 'Antares' general & optimization settings.
'Antares' is an open source power system generator, more information available here : <https://antares-simulator.org/>.
License: GPL (>= 2)
URL: https://github.com/rte-antares-rpackage/antaresEditObject, https://rte-antares-rpackage.github.io/antaresEditObject/
BugReports: https://github.com/rte-antares-rpackage/antaresEditObject/issues
Encoding: UTF-8
RoxygenNote: 7.2.2
Roxygen: list(markdown = TRUE)
Depends:
antaresRead (>= 2.4.2)
Imports:
assertthat,
cli,
data.table,
httr,
grDevices,
jsonlite,
whisker,
doParallel,
doFuture,
memuse,
progressr,
pbapply,
parallel,
future,
plyr,
yaml,
lifecycle
Suggests:
testthat,
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
Remotes:
rte-antares-rpackage/antaresRead