The R package watervalues allows to :
- Prepare the Antares study by creating the fictive area,
- Launch the simulations by updating the coupling constraints,
- Read the results
- Calculate the water values
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
library(watervalues)
Now we are ready to use our package.
shiny_water_values()