-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next_release' # Conflicts: # .travis.yml # DESCRIPTION # NAMESPACE # R/h5_utils_plot.R # R/map.R # R/map_helpers.R # R/map_layout.R # R/plot_thermal_group_capacities.R # R/stack_map.R # appveyor.yml # inst/application/server.R # inst/application/src/server/01_set_read_data.R # inst/application/src/server/07_write_h5.R # inst/application/src/ui/03_ui_convert_h5.R # inst/application/src/ui/08_ui_map.R # man/exchangesStack.Rd # man/plotMap.Rd # man/prodStack.Rd # tests/testthat/test-ts_plot.R
- Loading branch information
Showing
31 changed files
with
3,333 additions
and
1,562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
Package: antaresViz | ||
Type: Package | ||
Title: Antares Visualizations | ||
Version: 0.11.1 | ||
Date: 2017-07-17 | ||
Version: 0.12.0 | ||
Date: 2017-12-14 | ||
Authors@R: c( | ||
person("Francois", "Guillem", , "[email protected]", role = c("aut", "cre")), | ||
person("Jalal-Edine", "ZAWAM", , "[email protected]", role = "ctb"), | ||
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("Baptiste", "SEGUINOT", , "[email protected]", role = "ctb"), | ||
person("RTE", role = "cph") | ||
) | ||
Maintainer: Francois Guillem <francois.guillem@rte-france.com> | ||
Maintainer: Jalal-Edine ZAWAM <jalal-edine.zawam@rte-france.com> | ||
Description: Visualize 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>). | ||
|
@@ -20,29 +23,35 @@ License: GPL (>= 2) | file LICENSE | |
LazyData: TRUE | ||
Encoding: UTF-8 | ||
Depends: | ||
antaresRead (>= 0.14.0), | ||
antaresProcessing (>= 0.11.0) | ||
antaresRead (>= 2.0.0), | ||
antaresProcessing (>= 0.13.0), | ||
spMaps (>= 0.2) | ||
Imports: | ||
dygraphs (>= 1.1.1), | ||
shiny (>= 0.13.0), | ||
miniUI, | ||
magrittr, | ||
plotly (>= 4.5.6), | ||
tibble, | ||
htmltools, | ||
htmlwidgets (>= 0.7.0), | ||
manipulateWidget (>= 0.7.0), | ||
manipulateWidget (>= 0.8.0), | ||
leaflet (>= 1.1.0), | ||
sp, | ||
rgeos, | ||
raster, | ||
webshot, | ||
data.table, | ||
methods, | ||
lubridate, | ||
geojsonio, | ||
graphics, | ||
stats, | ||
leaflet.minicharts (>= 0.5.0) | ||
leaflet.minicharts (>= 0.5.2), | ||
assertthat | ||
RoxygenNote: 6.0.1 | ||
Suggests: testthat, | ||
covr | ||
covr, | ||
rhdf5 (>= 2.20.2), | ||
rbokeh, | ||
knitr, | ||
visNetwork | ||
VignetteBuilder: knitr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.