README.md

R R Package Validation report

Watervalues

The R package watervalues allows to : 1. Prepare the Antares study by creating the fictive area, 2. Launch the simulations by updating the coupling constraints, 3. Read the results 4. Calculate the water values

Install package

You can install the package from GitHub with:

# install.packages("devtools")
devtools::install_github("dhia-gharsallaoui/watervalues", build_vignettes = TRUE)

To install all the package dependencies you can run the script inst/dependencies.R

Load the package

```{r Load the package, eval=TRUE} library(watervalues)



Now we are ready to use our package.

```r
shiny_water_values()

tutorial



dhia-gharsallaoui/watervalues documentation built on Dec. 1, 2022, 5:18 a.m.