Skip to content

Calculate water values for Antares simulator

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

dhia-gharsallaoui/watervalues

Repository files navigation

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

library(watervalues)

Now we are ready to use our package.

shiny_water_values()

tutorial