Skip to content

Commit

Permalink
prepare for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Nov 13, 2020
1 parent 78418cd commit 9958acd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: antaresViz
Type: Package
Title: Antares Visualizations
Version: 0.15.2.900
Version: 0.15.3
Authors@R: c(
person("Veronique", "Bachelier", email = "veronique.bachelier@rte-france.com", role = c("aut", "cre")),
person("Jalal-Edine", "Zawam", role = "aut"),
Expand Down Expand Up @@ -48,12 +48,13 @@ Imports:
assertthat,
rAmCharts,
utils
RoxygenNote: 7.1.0
RoxygenNote: 7.1.1
Suggests:
testthat,
covr,
rhdf5 (>= 2.20.2),
ggplot2,
knitr,
visNetwork
visNetwork,
rmarkdown
VignetteBuilder: knitr
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Copyright © 2016 RTE Réseau de transport d’électricité

# antaresViz 0.15.3 (2020-11-12)

* Fixed tests failing on CRAN.


# antaresViz 0.15.2 (2020-05-26)

Expand Down
2 changes: 1 addition & 1 deletion vignettes/antaresViz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ prodStack(
)
```

The graphical template used by default is the one of the RTE's application [eco2mix](http://www.rte-france.com/fr/eco2mix/eco2mix-mix-energetique). This template can though be redefined completely by the user with the function `setProdStackAlias()`.
The graphical template used by default is the one of the RTE's application [eco2mix](https://www.rte-france.com/eco2mix/la-production-delectricite-par-filiere). This template can though be redefined completely by the user with the function `setProdStackAlias()`.

The `exchangesStack()` function proposes similar graphs with a superposition of all the imports and exports of an area.

Expand Down

0 comments on commit 9958acd

Please sign in to comment.