Skip to content

Commit

Permalink
Merge pull request #155 from rte-antares-rpackage/revert-154-develop
Browse files Browse the repository at this point in the history
Revert "Develop"
  • Loading branch information
TitouanRobert authored Dec 7, 2017
2 parents dea4398 + f19b07c commit 96dbf4e
Show file tree
Hide file tree
Showing 98 changed files with 1,651 additions and 8,083 deletions.
20 changes: 1 addition & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,13 @@ dist: trusty
sudo: required
cache: packages

before_install:
sudo apt-get install -y libprotobuf-dev protobuf-compiler

r: bioc-devel

r_github_packages:
- hadley/devtools#1263
- Bioconductor-mirror/zlibbioc
- Bioconductor-mirror/rhdf5
- rte-antares-rpackage/manipulateWidget@develop
- rte-antares-rpackage/antaresMaps
- rte-antares-rpackage/antaresRead@develop
- rte-antares-rpackage/antaresProcessing@develop

addons:
apt:
sources:
- sourceline: 'ppa:opencpu/jq'
packages:
- libjq-dev
- valgrind
- libgdal-dev
- libproj-dev
- libv8-3.14-dev

include:
- r: release
- r: oldrel
Expand Down
103 changes: 48 additions & 55 deletions DESCRIPTION
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

21 changes: 1 addition & 20 deletions NAMESPACE
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)
161 changes: 0 additions & 161 deletions R/api_info.R

This file was deleted.

Loading

0 comments on commit 96dbf4e

Please sign in to comment.