forked from rte-antares-rpackage/antaresRead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.36 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
Package: antaresRead
Type: Package
Title: Import, Manipulate and Explore the Results of an Antares Simulation
Version: 2.0.3
Date: 2017-12-07
Authors@R: c(
person("Jalal-Edine", "ZAWAM", , "[email protected]", role = c("aut", "cre")),
person("Francois", "Guillem", , "[email protected]", role = "aut"),
person("Benoit", "Thieurmel", email = "[email protected]", role = "aut"),
person(given = "Titouan", family = "Robert", email = "[email protected]", role = "aut"),
person("RTE", role = "cph")
)
Maintainer: Jalal-Edine ZAWAM <[email protected]>
Description: Import, manipulate and explore results generated by Antares, a
powerful software developed by RTE to simulate and study electric power systems
(more information about Antares here: <https://antares.rte-france.com>).
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),
lubridate (>= 1.7.1),
plyr,
methods,
stats,
stringr,
shiny
Suggests:
rhdf5 (>= 2.20.0),
testthat,
knitr,
rmarkdown,
foreach,
parallel,
DT,
htmltools
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Encoding: UTF-8
biocViews: Infrastructure, DataImport