Skip to content

Commit

Permalink
Cran comments & bump version
Browse files Browse the repository at this point in the history
closes #253
  • Loading branch information
wibeasley committed Sep 22, 2019
1 parent c2830c8 commit 887fb2e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2019-09-21.
Once it is accepted, delete this file and tag the release (commit 6d76e90b4c).
This package was submitted to CRAN on 2019-09-22.
Once it is accepted, delete this file and tag the release (commit c2830c824a).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: Encapsulates functions to streamline calls from R to the REDCap
University. The Application Programming Interface (API) offers an avenue
to access and modify data programmatically, improving the capacity for
literate and reproducible programming.
Version: 0.10.1
Version: 0.10.2
Date: 2019-09-20
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")),
Expand Down
27 changes: 14 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,33 @@ Description
-----------------------------------------------
This submission includes new features and also addresses some (soon-to-be) breaking changes in the libraries underneath.

I have fixed the three points described in your previous response (documented in [our issue](https://github.com/OuhscBbmc/REDCapR/issues/253)). For the first point, I fixed some markdown syntax so the API's url is correctly interpreted. I'm sorry the test builds below didn't uncover the last two.

Thank you for taking the time to review my submission, and please tell me if there's something else I should do for CRAN. -Will Beasley


Test environments
-----------------------------------------------

The win-builder and a local machine have used the CRAN version of dplyr. The others have used the current GitHub master version of dplyr.

* Local Ubuntu, R 3.6.1 patched
* Local Win8, R 3.6.1 patched
* [r-hub](https://builder.r-hub.io/status/REDCapR_0.10.1.tar.gz-b2178285b2ac4196bce254c553eaab50)
* Ubuntu Linux 16.04 LTS, R-release, GCC
* Fedora Linux, R-devel, clang, gfortran
* [win-builder](https://win-builder.r-project.org/3wAMI67afYVu/), development version.
* [Travis CI](https://travis-ci.org/OuhscBbmc/REDCapR), Ubuntu 14.04 LTS
* [AppVeyor](https://ci.appveyor.com/project/wibeasley/REDCapR), Windows Server 2012
1. Local Ubuntu, R 3.6.1 patched
1. Local Win8, R 3.6.1 patched
1. r-hub
1. [Ubuntu Linux 16.04 LTS, R-release, GCC](https://builder.r-hub.io/status/REDCapR_0.10.1.tar.gz-ffc36a958fe44f3fb3263929670f8138)
1. [Fedora Linux, R-devel, clang, gfortran](https://builder.r-hub.io/status/REDCapR_0.10.1.tar.gz-2e2bed0d3cda44429a8f830c2b9d8e92)
1. [Windows Server](https://builder.r-hub.io/status/REDCapR_0.10.1.tar.gz-0c79ee0f9b3e49f7b381348e9f7283b0)
1. [win-builder](https://win-builder.r-project.org/a9ub2IBAb24W), development version.
1. [Travis CI](https://travis-ci.org/OuhscBbmc/REDCapR), Ubuntu 14.04 LTS
1. [AppVeyor](https://ci.appveyor.com/project/wibeasley/REDCapR), Windows Server 2012


R CMD check results
-----------------------------------------------

* No ERRORs or WARNINGs on any builds.
* There is one NOTE related to the url `https://bbmc.ouhsc.edu/redcap/api/`. This url is the root of the API, and not intended to be navigated to by humans.
* No ERRORs, WARNINGs, or NOTEs on any builds.


Downstream dependencies
-----------------------------------------------

No other packages depend/import this one.
No downstream pakcages are affecteed. Only one package depends/imports REDCapR, and it passes my local checks.
* [codified](https://CRAN.R-project.org/package=codified)

0 comments on commit 887fb2e

Please sign in to comment.