This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Releases: ropensci-archive/dbhydroR
Releases · ropensci-archive/dbhydroR
dbhydroR 0.2-8
dbhydroR 0.2-7
Bug fixes
- Fixed critical bug in
get_hydro
causing data parsing failure in all cases (#16)
dbhydroR 0.2-6
Bug fixes
- Fixed critical bug in
get_hydro
causing data parsing failure in all cases
dbhydroR v0.2-4
BUG FIXES
- The ArcGIS online station map no longer resolves. Links have been updated.
- Sweave sty files are excluded in CRAN build.
dbhydroR v0.2-3
BUG FIXES
get_hydro()
now resolves multiple matching of on-the-fly dbkeys to the one with the longest period of record.
MINOR IMPROVEMENTS
- Fixed broken links
- Added rOpenSci badge
dbhydroR v0.2-1
MINOR IMPROVEMENTS
- Improved installation instructions in vignette.
- Added package level documentation.
- Added rOpenSci branding.
- Use https. #6
dbhydroR v0.2-0
DEPRECATED
- The package API has been changed to underscored function names.
getwq()
,gethydro()
, andgetdbkey()
are now deprecated in favor ofget_wq()
,get_hydro()
,get_dbkey()
.
BUG FIXES
getdbkey()
is no longer limited to < 100 results- MDL (Minumum Detection Limit) handling now occurs in
getwq()
regardless of how theraw
parameter is set getwq()
returns a no data warning even if theraw
parameter is set toTRUE
gethydro()
andgetwq()
date/time stamps are now forced to theEST
timezone independently of the user environment- The character encoding of function results is forced to
UTF-8
regardless of the user environment
MINOR IMPROVEMENTS
- Added links to the ArcGIS Online Station Map in the README and vignette
getdbkey()
coordinates are now in decimal degree format