-
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 pull request #155 from rte-antares-rpackage/revert-154-develop
Revert "Develop"
- Loading branch information
Showing
98 changed files
with
1,651 additions
and
8,083 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,55 +1,48 @@ | ||
Package: antaresViz | ||
Type: Package | ||
Title: Antares Visualizations | ||
Version: 0.11.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("Baptiste", "SEGUINOT", , "[email protected]", role = "ctb"), | ||
person("RTE", role = "cph") | ||
) | ||
Maintainer: Jalal-Edine ZAWAM <[email protected]> | ||
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>). | ||
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 | ||
LazyData: TRUE | ||
Encoding: UTF-8 | ||
Depends: | ||
antaresRead (>= 2.0.0), | ||
antaresProcessing (>= 0.12.0), | ||
spMaps (>= 0.1) | ||
Imports: | ||
dygraphs (>= 1.1.1), | ||
shiny (>= 0.13.0), | ||
magrittr, | ||
plotly (>= 4.5.6), | ||
htmltools, | ||
htmlwidgets (>= 0.7.0), | ||
manipulateWidget (>= 0.8.0), | ||
leaflet (>= 1.1.0), | ||
sp, | ||
webshot, | ||
data.table, | ||
methods, | ||
lubridate, | ||
geojsonio, | ||
graphics, | ||
stats, | ||
leaflet.minicharts (>= 0.5.2), | ||
assertthat | ||
RoxygenNote: 6.0.1 | ||
Suggests: testthat, | ||
covr, | ||
rhdf5 (>= 2.20.2), | ||
rbokeh, | ||
knitr, | ||
visNetwork | ||
VignetteBuilder: knitr | ||
Package: antaresViz | ||
Type: Package | ||
Title: Antares Visualizations | ||
Version: 0.11.1 | ||
Date: 2017-07-17 | ||
Authors@R: c( | ||
person("Francois", "Guillem", , "[email protected]", role = c("aut", "cre")), | ||
person("Jalal-Edine", "ZAWAM", , "[email protected]", role = "ctb"), | ||
person("RTE", role = "cph") | ||
) | ||
Maintainer: Francois Guillem <[email protected]> | ||
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>). | ||
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 | ||
LazyData: TRUE | ||
Encoding: UTF-8 | ||
Depends: | ||
antaresRead (>= 0.14.0), | ||
antaresProcessing (>= 0.11.0) | ||
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), | ||
leaflet (>= 1.1.0), | ||
sp, | ||
webshot, | ||
data.table, | ||
methods, | ||
lubridate, | ||
geojsonio, | ||
graphics, | ||
stats, | ||
leaflet.minicharts (>= 0.5.0) | ||
RoxygenNote: 6.0.1 | ||
Suggests: testthat, | ||
covr | ||
|
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,66 +1,47 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(plot,antaresData) | ||
S3method(plot,list) | ||
S3method(plot,mapLayout) | ||
S3method(plot,simOptions) | ||
export(addShadows) | ||
export(colorScaleOptions) | ||
export(defaultTilesURL) | ||
export(exchangesStack) | ||
export(getInteractivity) | ||
export(leafletDragPointsOutput) | ||
export(limitSizeGraph) | ||
export(mapLayout) | ||
export(modRpart) | ||
export(modXY) | ||
export(plotMap) | ||
export(plotMapLayout) | ||
export(plotMapOptions) | ||
export(plotThermalGroupCapacities) | ||
export(plotXY) | ||
export(prodStack) | ||
export(prodStackAliases) | ||
export(prodStackLegend) | ||
export(renderLeafletDragPoints) | ||
export(runAppAntaresViz) | ||
export(savePlotAsPng) | ||
export(setInteractivity) | ||
export(setProdStackAlias) | ||
export(stackMap) | ||
export(tsLegend) | ||
export(tsPlot) | ||
import(antaresProcessing) | ||
import(antaresRead) | ||
import(assertthat) | ||
import(data.table) | ||
import(dygraphs) | ||
import(htmltools) | ||
import(leaflet) | ||
import(leaflet.minicharts) | ||
import(manipulateWidget) | ||
import(miniUI) | ||
import(shiny) | ||
import(spMaps) | ||
importFrom(grDevices,col2rgb) | ||
importFrom(grDevices,colorRampPalette) | ||
importFrom(grDevices,colors) | ||
importFrom(grDevices,gray) | ||
importFrom(grDevices,rainbow) | ||
importFrom(grDevices,rgb) | ||
importFrom(graphics,par) | ||
importFrom(graphics,plot) | ||
importFrom(methods,is) | ||
importFrom(plotly,add_bars) | ||
importFrom(plotly,add_heatmap) | ||
importFrom(plotly,add_text) | ||
importFrom(plotly,add_trace) | ||
importFrom(plotly,config) | ||
importFrom(plotly,layout) | ||
importFrom(plotly,plot_ly) | ||
importFrom(shiny,runApp) | ||
importFrom(stats,as.formula) | ||
importFrom(stats,density) | ||
importFrom(stats,lm) | ||
importFrom(stats,predict) | ||
importFrom(stats,quantile) | ||
importFrom(utils,object.size) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.