Skip to content

Commit

Permalink
patch version bump for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Feb 20, 2023
1 parent c43a75c commit ece7297
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 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.3-0
Version: 0.3-1
Authors@R:
person(given = "Michael",
family = "Koohafkan",
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# cder 0.3-1

- This patch version fixes an issue in package tests that cause CRAN
checks to occasionally fail.


# cder 0.3-0

## Minor changes
Expand Down
21 changes: 12 additions & 9 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# cder 0.3-0
# cder 0.3-1

This release includes the following changes:
This is a resubmission addressing the following issues:

* `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.
* URL tests now fail gracefully if CDEC web resources are unavailable.
* Version bump to allow resubmission to CRAN, since test failures were
detected only after package had been published to CRAN.

## Test environments

* Local Windows 10 install, R 3.6.1
* Ubuntu 14.04 (via Github actions)
* Local Windows 10 install, R 4.2.2
* windows-latest (release) (via Github actions)
* macos-latest (release) (via Github actions)
* ubuntu-latest (release) (via Github actions)
* ubuntu-latest (devel) (via Github actions)
* ubuntu-latest (oldrel-1) (via Github actions)


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

0 comments on commit ece7297

Please sign in to comment.