You can install the development version of {bmphydrologycalculator}
locally as an R package:
# In the package root directory, run:
devtools::install()
You can launch the application by running:
bmphydrologycalculator::run_app()
Detailed methods are described in the following documents:
README_rainfall.md
README_flow.md
README_infiltration.md
- Duy Nguyen
- [Add additional contributors here]
You are reading the documentation for version: 1.0
This README was compiled on:
Sys.time()
#> [1] "2025-02-10 12:51:47 PST"
Here are the test results and package coverage:
devtools::check(quiet = TRUE)
#> [output omitted for brevity]
covr::package_coverage()
#> Error in loadNamespace(x): there is no package called 'covr'