There were zero WARNINGS and zero ERRORS.
- bump minimum R version to 4.2.0
- dropped httr in favour of httr2
- fix bug where
download_hydat()
fails iftempdir()
is on a different device thanhydat_path
(@mpdavison, #192) - fix bug where
download_hydat()
wasn't checking alternative paths for success (@Travis-Simmons)
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local macOS, R 4.3.1 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
- We saw 0 new problems
- We failed to check 0 packages
There were zero WARNINGS and zero ERRORS.
- 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 theApproval/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.
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local macOS, R 4.3.1 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
There were zero WARNINGS and zero ERRORS.
- Add capability to access ECCC webservice. The return of
realtime_ws
!
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local macOS, R 4.2.1 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
There were zero WARNINGS and zero ERRORS.
- drop
.data
pronoun throughout - fixed failing CRAN test
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local macOS, R 4.2.1 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
There were zero WARNINGS and zero ERRORS.
- fix bug where hydat folder was not being created
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local macOS, R 4.2.1 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
There were zero WARNINGS and zero ERRORS.
- 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
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local macOS, R 4.2.1 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
There were zero WARNINGS and zero ERRORS.
There was one NOTE: 'Note: found 122 marked UTF-8 strings'. These strings are necessary for testing as the data source that this package accesses includes data with UTF-8 strings (french language accents)
- fixed CRAN document issue
- fixed bug created by HYDAT database name (#175)
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local macOS, R 4.2.1 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
There were zero WARNINGS and zero ERRORS.
There was one NOTE: 'Note: found 122 marked UTF-8 strings'. These strings are necessary for testing as the data source that this package accesses includes data with UTF-8 strings (french language accents)
download_hydat()
now has anask
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
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local Windows 10, R 4.1.2 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- 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 attribute (#160)
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local Windows 10, R 4.1.0 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- Allow pkg to loaded without internet and rather just issue an message when it is not. (#149)
- Added
add = TRUE
to allon.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)
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local Windows 10, R 4.0.5 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- add internal function
hy_check
to verify that HYDAT contains all the right tables and that those tables contain data.
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local Windows 10, R 4.0.3 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- Fix all non-secure or broken links
- Replace
class(x) ==
withinherits
- 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
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local Windows 10, R 4.0.2 (via R CMD check --as-cran)
- ubuntu-20.04, r: 'release' (github actions)
- ubuntu-20.04, r: 'devel' (github actions)
- macOS, r: 'release' (github actions)
- windows, r: 'release' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- Vignette linked changed to canonical form.
- GitHub actions badge link now points only to GitHub repo.
CONTRIBUTING.md
andCODE_OF_CONDUCT.md
now link directly to GitHub repo.- CRAN checks link changed to
CRAN.R-project.org
link - Add title to README and fixed bug in realtime
plot
method and reduce size of README as per Uwe comments
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local Windows 10, R 3.6.1 (via R CMD check --as-cran)
- ubuntu, R 3.6.1 (travis-ci) (release)
- ubuntu, (travis-ci) (devel)
- ubuntu-16.04, r: '3.3' (github actions)
- ubuntu-16.04, r: '3.4' (github actions)
- ubuntu-16.04, r: '3.5' (github actions)
- ubuntu-16.04, r: '3.6' (github actions)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- macOS 10.11 El Capitan, R-release (experimental) - r-hub
- win-builder (via
devtools::check_win_devel()
anddevtools::check_win_release()
) - local Windows 10, R 3.5.3 (via R CMD check --as-cran)
- ubuntu, R 3.5.3 (travis-ci) (release)
- ubuntu, R 3.5.3 (travis-ci) (devel)
- Fedora Linux, R-devel, clang, gfortran - r-hub
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- macOS 10.11 El Capitan, R-release (experimental) - r-hub
- New function:
realtime_add_local_datetime()
adds a local datetime column torealtime_dd()
tibble (#64) - New function:
pull_station_number()
wrapspull(STATION_NUMBER)
for convenience
- In effort to standardize, the case of column names for some rarely used function outputs were changed to reflect more commonly used function outputs. This may impact some workflows where columns are referenced by names (#99).
- Functions that have a
start_date
andend_date
actually work with said argument (#98) hy_annual_instant_peaks()
now parses the date correctly into UTC and includes a datetime and time zone column. (#64)hy_stn_data_range()
now returns actualNA
's rather than string NA's (#97)
download_hydat()
now returns an informative error if the download fails due to proxy-related connection issues (@rywhale, #101).
- win-builder (via
devtools::build_win()
) - local Windows 10, R 3.4.3 (via R CMD check --as-cran)
- ubuntu, R 3.4.3 (travis-ci) (release)
- Debian Linux, R-release, GCC (debian-gcc-release) - r-hub
- Windows Server 2008 R2 SP1, R-devel, 32/64 bit - r-hub
- macOS 10.11 El Capitan, R-release (experimental) - r-hub
- macOS 10.9 Mavericks, R-oldrel (experimental) (macos-mavericks-oldrel) - r-hub
- No warnings
- No notes
- No errors
There are currently no downstream dependencies.