You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bump versions
* dev version
* fix webserivce too
* update README
* typo
* fix to be utc
* change to character
* update news
* update cran comments
* update README
* update internal data again
* update version
* skip on cran
Copy file name to clipboardExpand all lines: NEWS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# tidyhydat 0.6.1
2
2
- Add `...` to print methods so you can pass arguments all the way down.
3
-
- Add workaround for vroom#519 bug that prevents `realtime_*` fucntions from working
3
+
- Add workaround for vroom#519 bug that prevents `realtime_*` functions from working
4
+
-`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.
4
5
5
6
# tidyhydat 0.6.0
6
7
- Add capability to access ECCC webservice. The return of `realtime_ws`!
Copy file name to clipboardExpand all lines: cran-comments.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ There were zero WARNINGS and zero ERRORS.
5
5
6
6
## NEWS
7
7
- Add `...` to print methods so you can pass arguments all the way down.
8
-
- Add workaround for vroom#519 bug that prevents `realtime_*` fucntions from working
8
+
- Add workaround for vroom#519 bug that prevents `realtime_*` functions from working
9
+
-`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.
9
10
10
11
## Test environments
11
12
* win-builder (via `devtools::check_win_devel()` and `devtools::check_win_release()`)
0 commit comments