glowabio / hydrographr

https://glowabio.github.io/hydrographr/
GNU General Public License v3.0
13 stars 1 forks source link

Modified NAMESPACE and documentation. #62

Closed merretbuurman closed 4 months ago

merretbuurman commented 4 months ago

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").

merretbuurman commented 4 months ago

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").