Skip to contents

Development package for a R/Shiny data visualization tool for Water Accounting+ hydrological models.

The water accounting approach integrates hydrological processes with land use, managed water flows and the services that result from water consumption in river basins. Its objective is to achieve equitable and transparent water governance for all users and a more sustainable water balance.

Water Accouting+ is a multi-institutional effort from a consortium of international research centers (IWMI, UNESCO-IHE, FAO, and WWAP). These institutions are neither politically or geographically connected to any river basin.

Installation

You can install this package from the development version on GitHub:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("mbacou/WADashboard")

And then preview the dashboard in your browser with:

if (!require("shiny")) install.packages("shiny")
shiny::shinyAppDir(system.file("app", package="WADashboard"))

If you choose to clone this repo instead, the application can be previewed with:

shiny::runApp()

Documentation

For complete R package documentation, technical guides, and deployment tips, see the package vignettes.

License

This package is licensed under the terms of the GNU General Public License version 3 or later.

Copyright 2021-2022 International Water Management Institute (IWMI).