Added documentation (man/...) for the new functions download_env(), download_future_climate(), get_modelfit_table() and changed the NAMESPACE file to export those three functions. WIth this it should hopefully be possible to use the functions after installing from remotes::install_github("glowabio/hydrographr").
The changes allow installing hydrographr from github and using those three new functions - I tested that using remotes::install_github("glowabio/hydrographr", ref="added_documentation").
Added documentation (
man/...
) for the new functionsdownload_env()
,download_future_climate()
,get_modelfit_table()
and changed theNAMESPACE
file to export those three functions. WIth this it should hopefully be possible to use the functions after installing fromremotes::install_github("glowabio/hydrographr")
.