Releases: rte-antares-rpackage/antaresViz
Releases · rte-antares-rpackage/antaresViz
CRAN version 0.18.0
- fix deprecated dependencies (issue #200)
- packages
rgeos
,raster
removed and replaced bysf
CRAN version 0.17.1
- Fixed tests failing on CRAN.
CRAN version 0.15.3
- Fixed tests failing on CRAN.
CRAN version 0.15.2
- Fixed CRAN errors. Replaced {rbokeh} dependency by {plotly} + {ggplot2}.
CRAN version 0.15.1
- New maintainer
v0.6
BREAKING CHANGES:
productionStack
has been renamedprodStack
.
NEW FEATURES:
plotMap()
can now use pie charts, bar charts and polar area charts to represent multiple variables.plotMap()
can now represent average values on the whole period instead of representing only a single time step.plotMap()
can now display labels on areas. This feature is still experimental for now and will be improved in next versions.- It is now possible to choose which variables are displayed in popups in maps created with
plotMap()
. - It is now possible to manually set break points for color scales in maps through parameter "options" of
plotMap
. plot()
method forantaresDataTable
can now output monotone, density and cumulated distribution.- There is now a
plot()
method forantaresDataList
objects. - It is now possible to register custom production stack aliases with function
setProdStackAlias
. New aliases are then available inprodStack()
.