- Maintenance release to fix testing on CRAN
- Switched all URLs from http to https
- Now caching test web requests
- Fixed critical bug in
get_hydro
causing data parsing failure in all cases (#16)
- Fixed critical bug in
get_hydro
causing data parsing failure in all cases
get_dbkey
was incorrectly processing data headers
- Rebranded from ropenscilabs to ropensci
- Converted vignette to rmarkdown
- The ArcGIS online station map no longer resolves. Links have been updated.
- Sweave sty files are excluded in CRAN build.
get_hydro()
now resolves multiple matching of on-the-fly dbkeys to the one with the longest period of record.
- Fixed broken links
- Add rOpenSci badge
get_hydro()
now works if a dbkey
contains leading zeros
- Improved installation instructions in vignette.
- Added package level documentation.
- Added rOpenSci branding.
- Use https. #6
- The package API has been changed to underscored function names.
getwq()
,gethydro()
, andgetdbkey()
are now deprecated in favor ofget_wq()
,get_hydro()
,get_dbkey()
.
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
- Documentation formatting is now consistent with CRAN policies
- Added links to the ArcGIS Online Station Map in the README and vignette
getdbkey()
coordinates are now in decimal degree format
- Added argument to handle MDLs (Minimum Detection Limits) in
getwq()
- Added ability to pass a vector of values to
getdbkey()
arguments - Added ability to fully define a unique dbkey in
getdbkey()
- Document MDL handling in
cleanwq()
- Added unit tests
- Remove standalone plotting functions
- Cleanup source code formatting
- Improvements to
gethydro()
to guess missing column names of instantaneous data