From 04422829dba5557601dd078deb8416bd71c699ff Mon Sep 17 00:00:00 2001 From: pvictor Date: Mon, 13 May 2019 10:14:45 +0200 Subject: [PATCH] prepare cran submission --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ R/updateOptimizationSettings.R | 2 +- cran-comments.md | 8 ++++---- man/updateOptimizationSettings.Rd | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1d4fef95..0115193f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: antaresEditObject Type: Package Title: Edit an 'Antares' Simulation -Version: 0.1.5.960 +Version: 0.1.6 Authors@R: c( person("Frederic", "Breant", email = "frederic.breant@rte-france.com", role = c("aut", "cre")), person("Victor", "Perrier", email = "victor.perrier@dreamRs.fr", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index 6efa76db..df484769 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# antaresEditObject 0.1.6 + +* Compatibility with Antares version 7 + + # antaresEditObject 0.1.4 * Initial release. diff --git a/R/updateOptimizationSettings.R b/R/updateOptimizationSettings.R index d2a697cd..b02e33df 100644 --- a/R/updateOptimizationSettings.R +++ b/R/updateOptimizationSettings.R @@ -13,7 +13,7 @@ #' @param include.exportmps true or false #' @param power.fluctuations free modulations, minimize excursions or minimize ramping #' @param shedding.strategy share margins -#' @param shedding.policy shave peaks or minmize duration +#' @param shedding.policy shave peaks or minimize duration #' @param unit.commitment.mode fast or accurate #' @param number.of.cores.mode minimum, low, medium, high or maximum #' @param day.ahead.reserve.management global diff --git a/cran-comments.md b/cran-comments.md index 9f17d2f9..e6bbdfdc 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,10 +1,10 @@ ## Test environments -* local Windows 10 install, R 3.5.1 -* ubuntu 14.04 (on travis-ci), R 3.5.1 +* local Windows 10 install, R 3.6.0 +* ubuntu 14.04 (on travis-ci), R 3.5.3 * win-builder (devel and release) ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 note -* Re-submitting after updating Description field. Thanks! +* Thanks! diff --git a/man/updateOptimizationSettings.Rd b/man/updateOptimizationSettings.Rd index 8a96c33d..713b39ab 100644 --- a/man/updateOptimizationSettings.Rd +++ b/man/updateOptimizationSettings.Rd @@ -42,7 +42,7 @@ updateOptimizationSettings(simplex.range = NULL, \item{shedding.strategy}{share margins} -\item{shedding.policy}{shave peaks or minmize duration} +\item{shedding.policy}{shave peaks or minimize duration} \item{unit.commitment.mode}{fast or accurate}