Skip to content

Commit

Permalink
updated CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Koohafkan authored and Michael Koohafkan committed Feb 17, 2021
1 parent 0de30aa commit 6610a00
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
Submission of cimir 0.4-0.

# cimir 0.4-0

This release includes the following changes:

- References to defunct functions were removed.
- Minor changes to internals to meet new requirements in latest versions
of `tidyr` and `rlang` packages.
- Fixed bug in function `cimis_to_datetime()` regarding timezone
specification.
- Fixed bug in function `cimis_split_query()` where sub-queries
sometimes exceeded the specified length.
- New function `cimis_flags()` provides information on CIMIS Quality
Control flags.
- Added a new vignette describing helper functions.
- Error is returned if an empty or NULL API key is passed to
`set_key()`.
- Informative error message is returned when the CIMIS API itself
rejects a request.
Submission of cimir 0.4-1.

# cimir 0.4-1

This patch provides better handling of queries
that return empty record sets. Functionality is
otherwise unchanged.

## Test environments

* Local Windows 10 install, R 3.6.2
* Ubuntu 14.04 (on travis-ci), R-oldrel, R-release, R-devel

R-CMD-check using GitHub Actions and the following environments:

- {os: macOS-latest, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'oldrel'}
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'oldrel'}
- {os: ubuntu-16.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", http-user-agent: "R/4.0.0 (ubuntu-16.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions" }
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

Because the CIMIS Web API requires an App Key, examples are only
run on build if the App Key is defined. In my test environments,
Expand Down

0 comments on commit 6610a00

Please sign in to comment.