Open Science to Support Local Water Security in Southern Africa
You can install the OWASA R package as follows:
remotes::install_github("obaezvil/OWASA")
In case that the download failed with the following error: Error in utils::download.file, you can try to increase the timeout for the downloads as follows and try again.
options(timeout=500)
remotes::install_github("obaezvil/OWASA")
To deploy the package in shinyapps.io....