Skip to content

Releases: rte-antares-rpackage/antaresViz

CRAN version 0.18.0

29 Sep 09:24
Compare
Choose a tag to compare
  • fix deprecated dependencies (issue #200)
  • packages rgeos, raster removed and replaced by sf

CRAN version 0.17.1

25 Nov 15:54
a59c581
Compare
Choose a tag to compare
  • Fixed tests failing on CRAN.

CRAN version 0.15.3

13 Nov 10:04
Compare
Choose a tag to compare
  • Fixed tests failing on CRAN.

CRAN version 0.15.2

03 Jul 08:51
Compare
Choose a tag to compare
  • Fixed CRAN errors. Replaced {rbokeh} dependency by {plotly} + {ggplot2}.

CRAN version 0.15.1

24 Feb 13:19
Compare
Choose a tag to compare
  • New maintainer

v0.6

30 Jan 10:45
Compare
Choose a tag to compare

BREAKING CHANGES:

  • productionStack has been renamed prodStack.

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 for antaresDataTable can now output monotone, density and cumulated distribution.
  • There is now a plot() method for antaresDataList objects.
  • It is now possible to register custom production stack aliases with function setProdStackAlias. New aliases are then available in prodStack().