From 6cc7ab70fa40393cc8412b174d448df413f68609 Mon Sep 17 00:00:00 2001 From: Will Beasley Date: Sun, 19 Apr 2020 16:19:40 -0500 Subject: [PATCH] bump version before submission to CRAN ref #302 --- DESCRIPTION | 2 +- cran-comments.md | 18 ++++++++---------- docs/pkgdown.yml | 2 +- utility/refresh.R | 2 +- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a2476a78..af53b451 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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.2.9006 +Version: 0.11.0 Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email = "wibeasley@hotmail.com", comment = c(ORCID = "0000-0002-5613-5006")), person("David", "Bard", role = "ctb"), diff --git a/cran-comments.md b/cran-comments.md index 50d8c1d3..2f801705 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,6 @@ 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. +This submission includes new features and also addresses a recent breaking change from tibble 3.0.0 (https://github.com/OuhscBbmc/REDCapR/issues/302). 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 @@ -10,15 +8,15 @@ Thank you for taking the time to review my submission, and please tell me if the Test environments ----------------------------------------------- -1. Local Ubuntu, R 3.6.1 patched -1. Local Win8, R 3.6.1 patched +1. Local Ubuntu, R 3.6.3 patched +1. Local Win8, R 4.0.0 RC 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. [Ubuntu Linux 16.04 LTS, R-release, GCC](https://builder.r-hub.io/status/REDCapR_0.10.2.9006.tar.gz-71151f2f04454bc18c16430e5d62610b) + 1. [Fedora Linux, R-devel, clang, gfortran](https://builder.r-hub.io/status/REDCapR_0.10.2.9006.tar.gz-2f619028b765442f9dc1c34373443d2a) + 1. [Windows Server](https://builder.r-hub.io/status/REDCapR_0.10.2.9006.tar.gz-80133501925a411da4c3cf3be8205e29) +1. [win-builder](https://win-builder.r-project.org/xYyWrC1uFjXH), 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 +1. [AppVeyor](https://ci.appveyor.com/project/wibeasley/REDCapR), Windows Server 2012 R2 R CMD check results diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 85e671e9..6d78ff08 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -6,7 +6,7 @@ articles: SecurityDatabase: SecurityDatabase.html TroubleshootingApiCalls: TroubleshootingApiCalls.html advanced-redcapr-operations: advanced-redcapr-operations.html -last_built: 2020-04-19T18:30Z +last_built: 2020-04-19T19:36Z urls: reference: https://ouhscbbmc.github.io/REDCapR/reference article: https://ouhscbbmc.github.io/REDCapR/articles diff --git a/utility/refresh.R b/utility/refresh.R index 01ec43c3..6fce0e12 100644 --- a/utility/refresh.R +++ b/utility/refresh.R @@ -37,5 +37,5 @@ test_results_not_checked <- testthat::test_dir("./tests/manual/") devtools::check(cran=TRUE) # devtools::check_rhub(email="wibeasley@hotmail.com") # devtools::check_win_devel() # CRAN submission policies encourage the development version -# devtools::revdepcheck(recursive=TRUE) +# revdepcheck::revdep_check(num_workers = 4) # devtools::release(check=FALSE) #Careful, the last question ultimately uploads it to CRAN, where you can't delete/reverse your decision.