Skip to content

Releases: ropensci/tidyhydat

v0.7.0

05 Oct 17:17
0410aba
Compare
Choose a tag to compare

tidyhydat 0.7.0

  • bump minimum R version to 4.2.0
  • dropped httr in favour of httr2
  • fix bug where download_hydat() fails if tempdir() is on a different device than hydat_path (@mpdavison, #192)
  • fix bug where download_hydat() wasn't checking alternative paths for success (@Travis-Simmons)

v0.6.1

11 Jan 17:26
af345e4
Compare
Choose a tag to compare

tidyhydat 0.6.1

  • Add ... to print methods so you can pass arguments all the way down.
  • Add workaround for vroom#519 bug that prevents realtime_* functions from working
  • realtime_ws now returns the Approval/Approbation column as a character vector rather than a integer. ECCC is now putting non-integers in that column so this is a less strict formatting solution.

0.5.7

18 Oct 04:09
0.5.7
Compare
Choose a tag to compare

tidyhydat 0.5.7

  • new hy_remote function which looks to see what version is available from ECCC (#183)
  • Improved logic to download HYDAT even if there is some clutter present (@gdelaplante #180)
  • Updated to work with coming changes to dbplyr (#179)
  • Use testthat 3rd edition and update a bunch of tests
  • Make tinyhydat even tinier to remove R CMD check note

0.5.6

20 Aug 15:18
0.5.6
23f226e
Compare
Choose a tag to compare

tidyhydat 0.5.6

fixed CRAN document issue
fixed bug created by HYDAT database name (#175)

0.5.5

18 Mar 16:00
0.5.5
8ad1481
Compare
Choose a tag to compare

tidyhydat (0.5.5)

MINOR IMPROVEMENTS

  • download_hydat() now has an ask parameter that can be used to bypass the keypress confirmation when downloading the HYDAT database (@rchlumsk, #165).
  • Change maintainer email.
  • Precompile vignettes for CRAN
  • Minor tweaks to vignettes

v0.5.4

15 Sep 16:50
0.5.4
5ee7171
Compare
Choose a tag to compare

tidyhydat 0.5.4

  • When add a local timezone column, use the most common timezone in the data rather than the first one. This just seems more likely to be useful to users
  • Add more documentation to realtime_add_local_datetime to make how timezones are dealt with clearer (#157)
  • Expose the query time for realtime functions as an attri

v0.5.3

17 May 22:27
daa2cfe
Compare
Choose a tag to compare

tidyhydat 0.5.3

  • Allow pkg to loaded without internet and rather just issue an message when it is not. (#149)
  • Added add = TRUE to all on.exit call so add not to overwrite previous call (#151)
  • Remove redundant and ill-advised closeAllConnections (#153)
  • Update internal data
  • Convert most of the docs to markdown (#121)

v0.5.2

14 Nov 06:12
0.5.2
802951e
Compare
Choose a tag to compare

tidyhydat 0.5.2

  • add internal function hy_check to verify that HYDAT contains all the right tables and that those tables contain data.

v0.5.1

08 Oct 15:42
0.5.1
d3fb282
Compare
Choose a tag to compare

tidyhydat 0.5.1

  • Replace class(x) == with inherits
  • Fix bug and added corresponding tests where a request for multiple stations to realtime_dd would fail if any data was missing
  • Update internal data
  • Fix all non-secure or broken links

v0.5.0

03 Dec 22:42
0.5.0
830a22e
Compare
Choose a tag to compare

tidyhydat 0.5.0

MINOR FIXES

  • Revise multi prov test to realtime because of network load and prone to intermittent failure
  • Adding rOpenSci doc site to DESCRIPTION
  • Fix character NA's in hy_stations (#125)
  • Allow downloading HYDAT to alternative locations (#129)
  • Provide better documentation of how change default db location in hy_set_default_db()