-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
69 lines (69 loc) · 2.02 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
65
66
67
68
69
Package: antaresVizMedTSO
Type: Package
Title: Antares Visualizations
Version: 0.17
Date: 2021-10-14
Authors@R: c(
person("Benoit", "Thieurmel", email = "[email protected]", role = c("aut", "cre")),
person("Francois", "Guillem", , "[email protected]", role = "aut"),
person(given = "Titouan", family = "Robert", email = "[email protected]", role = "aut"),
person("Baptiste", "SEGUINOT", , "[email protected]", role = "ctb"),
person("RTE", role = "cph")
)
Maintainer: Benoit THIEURMEL <[email protected]>
Description: Visualize results generated by Antares, a powerful open source software
developed by RTE to simulate and study electric power systems
(more information about Antares here: <https://github.com/AntaresSimulatorTeam/Antares_Simulator>).
This package provides functions that create interactive charts to help
Antares users visually explore the results of their simulations.
You can see the results of several ANTARES studies here : <http://bpnumerique.rte-france.com/>.
URL: https://github.com/rte-antares-rpackage/antaresVizMedTSO
BugReports: https://github.com/rte-antares-rpackage/antaresVizMedTSO/issues
License: GPL (>= 2) | file LICENSE
LazyData: TRUE
Encoding: UTF-8
Depends:
antaresRead (>= 2.2.9),
antaresProcessing (>= 0.13.0),
spMaps (>= 0.2)
Imports:
dygraphs (>= 1.1.1.6),
shiny (>= 0.13.0),
plotly (>= 4.5.6),
htmltools,
htmlwidgets (>= 0.7.0),
manipulateWidget (>= 0.10.0),
leaflet (>= 1.1.0),
sp,
rgdal,
rgeos,
raster,
webshot,
data.table,
methods,
lubridate,
geojsonio,
graphics,
stats,
leaflet.minicharts (>= 0.5.3),
assertthat,
rAmCharts,
utils,
openxlsx,
shinydashboard,
shinyWidgets,
shinyFiles,
DT,
colourpicker,
ggplot2,
ggrepel,
ggforce,
stringr
RoxygenNote: 7.1.2
Suggests: testthat,
covr,
rhdf5 (>= 2.20.2),
rbokeh,
knitr,
visNetwork
VignetteBuilder: knitr