DEQ Users This package is available for internal distribution on the DEQ Posit Package manager. Additional information on this may be found in the DEQ Methods Encyclopedia. Users will need to add the UAT package manager to their list of secondary repositories: https://positpackagemanager-uat.deq.virginia.gov/DEQmethods/latest. A config file may be provided by the package managers for database integration.
install.packages("agws")All Other Users A config file may be provided by the package managers for database integration.
install.packages("devtools")
library("devtools")
#Make sure it hasn't been called, but if it has we can unload it
unloadNamespace('agws')
#Get the master branch deployment of the package
devtools::install_github("HARPgroup/baseflow_storage")
# alternate, install a development branch for testing:
devtools::install_github("HARPgroup/baseflow_storage", ref = "packageinitialize", force=TRUE)
#EXAMPLE FUNCTION DOCUMENTATION
??convert.flowV 0.0.1 June 29, 2026
- First package build.