Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.27 KB

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