-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
58 lines (58 loc) · 1.82 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
Package: antaresRead
Type: Package
Title: Import, Manipulate and Explore the Results of an 'Antares' Simulation
Version: 2.8.0.9000
Authors@R: c(
person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")),
person("Jalal-Edine", "ZAWAM", role = "aut"),
person("Frederic", "Breant", role = "ctb"),
person("Francois", "Guillem", role = "aut"),
person("Benoit", "Thieurmel", role = "aut"),
person("Titouan", "Robert", role = "aut"),
person("Victor", "Perrier", role = "ctb"),
person("Etienne", "Sanchez", role = "ctb"),
person("Assil", "Mansouri", role = "ctb"),
person("Clement", "Berthet", role = "ctb"),
person("Kamel", "Kemiha", role = "ctb"),
person("Abdallah", "Mahoudi", role = "ctb"),
person("Nicolas", "Boitard", role = "ctb"),
person("RTE", role = "cph")
)
Description: Import, manipulate and explore results generated by 'Antares', a
powerful open source software developed by RTE (Réseau de Transport d’Électricité) to simulate and study electric power systems
(more information about 'Antares' here : <https://antares-simulator.org/>).
URL: https://github.com/rte-antares-rpackage/antaresRead, https://rte-antares-rpackage.github.io/antaresRead/
BugReports: https://github.com/rte-antares-rpackage/antaresRead/issues
License: GPL (>= 2) | file LICENSE
Imports:
data.table (>= 1.9.6),
bit64,
lubridate (>= 1.7.1),
plyr,
methods,
stats,
stringr,
stringi,
shiny,
pbapply,
doParallel,
jsonlite,
httr,
utils,
memuse,
purrr,
lifecycle,
assertthat
Suggests:
testthat,
covr,
knitr,
rmarkdown,
foreach,
parallel,
htmltools
RoxygenNote: 7.2.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
biocViews: Infrastructure, DataImport