Skip to content

Commit

Permalink
fix some links and add GoC and data contributor #156
Browse files Browse the repository at this point in the history
  • Loading branch information
boshek committed Sep 15, 2021
1 parent 6b6b211 commit 5ee7171
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Authors@R: c(person("Sam", "Albers", email = "[email protected]", role = c("a
person("Dewey", "Dunnington", email = "[email protected]", role = "ctb"),
person("Ryan", "Whaley", email = "[email protected]", role = "ctb"),
person("Province of British Columbia", role = "cph"),
person("Government of Canada", role = "dtc"),
person("Luke", "Winslow", role = "rev",
comment = "Reviewed for rOpenSci"),
person("Laura", "DeCicco", role = "rev",
Expand All @@ -16,8 +17,8 @@ Description: Provides functions to access historical and real-time national 'hyd
data from Water Survey of Canada data sources (<https://dd.weather.gc.ca/hydrometric/csv/> and
<https://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/www/>) and then applies tidy data principles.
License: Apache License (== 2.0) | file LICENSE
URL: https://docs.ropensci.org/tidyhydat, https://github.com/ropensci/tidyhydat
BugReports: https://github.com/ropensci/tidyhydat/issues
URL: https://docs.ropensci.org/tidyhydat/, https://github.com/ropensci/tidyhydat/
BugReports: https://github.com/ropensci/tidyhydat/issues/
Depends:
R (>= 3.2.3)
Imports:
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- 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)
- Add Government of Canada as data contributor (#156)

# tidyhydat 0.5.3
- Allow pkg to loaded without internet and rather just issue an message when it is not. (#149)
Expand Down
18 changes: 17 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
tidyhydat 0.5.4
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 attribute (#160)

## Test environments
* win-builder (via `devtools::check_win_devel()` and `devtools::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


tidyhydat 0.5.3
=========================
Expand Down
7 changes: 4 additions & 3 deletions man/tidyhydat-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5ee7171

Please sign in to comment.