-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
59 lines (59 loc) · 1.7 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
Package: antaresViz
Type: Package
Title: Antares Visualizations
Version: 0.18.0
Authors@R: c(
person("Tatiana", "Vargas", email = "tatiana.vargas@rte-france.com", role = c("aut", "cre")),
person("Jalal-Edine", "Zawam", role = "aut"),
person("Francois", "Guillem", role = "aut"),
person("Benoit", "Thieurmel", role = "aut"),
person("Titouan", "Robert", role = "aut"),
person("Paul", "Plessiez", role = "aut"),
person("Baptiste", "Seguinot", role = "ctb"),
person("RTE", role = "cph")
)
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.
URL: https://github.com/rte-antares-rpackage/antaresViz
BugReports: https://github.com/rte-antares-rpackage/antaresViz/issues
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
Depends:
antaresRead (>= 2.2.9),
antaresProcessing (>= 0.13.0),
spMaps (>= 0.5.0)
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 (>= 2.0-0),
sf,
webshot,
data.table,
methods,
lubridate,
geojsonio,
graphics,
stats,
leaflet.minicharts (>= 0.5.3),
assertthat,
rAmCharts,
utils
RoxygenNote: 7.2.2
Suggests:
testthat,
covr,
rhdf5 (>= 2.20.2),
ggplot2,
hexbin,
knitr,
visNetwork,
rmarkdown
VignetteBuilder: knitr