forked from rte-antares-rpackage/antaresRead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.5 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
Package: antaresRead
Type: Package
Title: Import, Manipulate and Explore the Results of an 'Antares' Simulation
Version: 2.2.6
Authors@R: c(
person("Veronique", "Bachelier", email = "[email protected]", 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("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
BugReports: https://github.com/rte-antares-rpackage/antaresRead/issues
License: GPL (>= 2) | file LICENSE
LazyData: TRUE
Imports:
data.table (>= 1.9.6),
bit64,
lubridate (>= 1.7.1),
plyr,
methods,
stats,
stringr,
shiny,
httr,
jsonlite,
pbapply,
doParallel
Suggests:
rhdf5 (>= 2.24.0),
testthat,
covr,
knitr,
rmarkdown,
foreach,
parallel,
DT,
htmltools,
antaresEditObject
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Encoding: UTF-8
biocViews: Infrastructure, DataImport