diff --git a/README.md b/README.md index e42c7274..9a7f8238 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/antaresRead)](https://cran.r-project.org/package=antaresRead) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -[![R-CMD-check](https://github.com/rte-antares-rpackage/antaresRead/workflows/R-CMD-check/badge.svg)](https://github.com/rte-antares-rpackage/antaresRead/actions) -[![Codecov test coverage](https://codecov.io/gh/rte-antares-rpackage/antaresRead/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rte-antares-rpackage/antaresRead?branch=master) [![R-CMD-check](https://github.com/rte-antares-rpackage/antaresRead/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/rte-antares-rpackage/antaresRead/actions/workflows/R-CMD-check.yaml) +[![Codecov test coverage](https://codecov.io/gh/rte-antares-rpackage/antaresRead/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rte-antares-rpackage/antaresRead?branch=master) diff --git a/docs/404.html b/docs/404.html index 24e28081..26c9ca66 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@
@@ -103,7 +103,7 @@vignettes/antaresH5.Rmd
antaresH5.Rmd
Site built with pkgdown 2.0.7.
+Site built with pkgdown 2.0.6.
diff --git a/docs/articles/antaresRead.html b/docs/articles/antaresRead.html index f3e6d2c9..fb11ad30 100644 --- a/docs/articles/antaresRead.html +++ b/docs/articles/antaresRead.html @@ -33,7 +33,7 @@ @@ -84,7 +84,7 @@vignettes/antaresRead.Rmd
antaresRead.Rmd
Site built with pkgdown 2.0.7.
+Site built with pkgdown 2.0.6.
diff --git a/docs/articles/index.html b/docs/articles/index.html index 698e3ad2..4e612b4e 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -17,7 +17,7 @@ @@ -77,7 +77,7 @@Bachelier V, ZAWAM J, Guillem F, Thieurmel B, Robert T (2023). antaresRead: Import, Manipulate and Explore the Results of an 'Antares' Simulation. -R package version 2.5.0, https://github.com/rte-antares-rpackage/antaresRead. +R package version 2.5.1, https://github.com/rte-antares-rpackage/antaresRead.
@Manual{, title = {antaresRead: Import, Manipulate and Explore the Results of an 'Antares' Simulation}, author = {Veronique Bachelier and Jalal-Edine ZAWAM and Francois Guillem and Benoit Thieurmel and Titouan Robert}, year = {2023}, - note = {R package version 2.5.0}, + note = {R package version 2.5.1}, url = {https://github.com/rte-antares-rpackage/antaresRead}, }@@ -133,7 +133,7 @@
You can also install the last development version from Github:
-devtools::install_github("rte-antares-rpackage/antaresRead")
devtools::install_github("rte-antares-rpackage/antaresRead")
To display the help of the package and see all the functions it provides, type:
help(package="antaresRead")
NEWS.md
+ BUGFIXES:
+setSimulationPath()
(mc-all/mc-ind) (#199)DEV:
+NEW FEATURES:
readAntares()
has new argument for binding constraints output (v8.4+)readAntares()
has new argument for binding constraints output (v8.4+) (#173)readDigestFile()
, mergeDigests()
and writeDigest()
to manipulate digest file.digest.txt
with the one createdGet H5 options
+.getOptionsH5(path)
character
path of h5 file
Read data
+.h5ReadAntares(
+ path,
+ areas = NULL,
+ links = NULL,
+ clusters = NULL,
+ districts = NULL,
+ mcYears = NULL,
+ misc = FALSE,
+ thermalAvailabilities = FALSE,
+ hydroStorage = FALSE,
+ hydroStorageMaxPower = FALSE,
+ reserve = FALSE,
+ linkCapacity = FALSE,
+ mustRun = FALSE,
+ thermalModulation = FALSE,
+ timeStep = "hourly",
+ select = NULL,
+ showProgress = TRUE,
+ simplify = TRUE,
+ perf = FALSE
+)
character path of h5file to load
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
see readAntares
boolean
, eval performance during developpement time, to remove
Convert antares output to h5 file
+.writeAntaresH5Fun(
+ path,
+ timeSteps,
+ opts,
+ writeMcAll,
+ compress,
+ misc,
+ thermalAvailabilities,
+ hydroStorage,
+ hydroStorageMaxPower,
+ reserve,
+ linkCapacity,
+ mustRun,
+ thermalModulation,
+ removeVirtualAreas,
+ storageFlexibility,
+ production,
+ reassignCosts,
+ newCols,
+ supressMessages
+)
API httr configuration. See config
API httr configuration. See config