Skip to content

Commit

Permalink
Update NEWS and DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGuillem committed Jan 25, 2017
1 parent a131c84 commit 6fb19a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Authors@R: c(
person("Jalal-Edine", "ZAWAM", , "[email protected]", role = "ctb"),
person("RTE", role = "cph")
)
Maintainer: Francois Guillem <[email protected]>
Description: Visualize the data extracted from an antares project.
Url: https://github.com/rte-antares-rpackage/antares-rpackageViz
BugReports: https://github.com/rte-antares-rpackage/antares-rpackageViz/issues
License: GPL (>= 2) + file LICENSE
LazyData: TRUE
Depends:
Expand Down
8 changes: 6 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ BREAKING CHANGES:
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 experimental for now and will be improved in next versions.
* 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().
* plot() method for antaresDataTable can now output monotone, density and cululated distribution.
* It is now possible to manually set break points for color scales in maps thourgh parameter "options" of plotMap.
* plot() method for antaresDataTable can now output monotone, density and cululated distribution.
* There is now a plot() method for antaresDataList objects.
* It is now possible to register custom production stack aliases with function 'setProdStackLegend'. New aliases are then available in prodStack().
* The package now also provides a plot method for antaresDataList objects.

BUGFIXES:
* plot() was not working with annual data.

Changes in version 0.5 (2016-11-14)

Expand Down

0 comments on commit 6fb19a4

Please sign in to comment.