Skip to content

Commit

Permalink
preparing for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Feb 4, 2023
1 parent d7cf898 commit 602ce18
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cder
Title: Interface to the California Data Exchange Center (CDEC)
Version: 0.2-3
Version: 0.3-0
Authors@R:
person(given = "Michael",
family = "Koohafkan",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# cder 0.3-0

## Minor changes

- `cder` now reexports readr::problems() so that users can review
parsing issues without loading readr
- `cder` now writes the downloaded data to a tempfile when problems are
encountered so that the user can review reprocess using an alternate
approach if needed.


# cder 0.2-2

## Bug Fixes
Expand Down
12 changes: 7 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# cder 0.2-2.
# cder 0.3-0

This release includes the following changes:

* CDEC actually accounts for daylight savings time as documented in
https://info.water.ca.gov/misc/sql_dates.html. The correct timezone
timezone "US/Pacific" is now used.
* `cder` now reexports readr::problems() so that users can review
parsing issues without loading readr
* `cder` now writes the downloaded data to a tempfile when problems are
encountered so that the user can review reprocess using an alternate
approach if needed.

## Test environments

* Local Windows 10 install, R 3.6.1
* Ubuntu 14.04 (on travis-ci), R-oldrel, R-release, R-devel
* Ubuntu 14.04 (via Github actions)

Because the CDEC Web API requires an internet connection, examples
are only run interactively.
Expand Down

0 comments on commit 602ce18

Please sign in to comment.