Releases: rte-antares-rpackage/antaresViz
Releases · rte-antares-rpackage/antaresViz
CRAN release v0.18.3
update to 0.18.3 to put package back on CRAN * update to 0.18.1 to delete rhdf5 package reference EVERY WHERE * delete package suggest dependencies hexbin * clean reference to rhdf5 package EVERYWHERE * delete in doc function "\link" to prevent CRAN NOTE + build site updated * up version to fix last reference to rhdf5 pacakge * Bump to 0.18.3 revdep check ok * update licence file to GLP 3 * exchangesStack() documentation example updated + cran comments + news * revdep check ok
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()
.