This submission to CRAN is coming shortly after the prior submission because of new CRAN check failures.
- Prevent vignette build/install of the generated package (devtools/processx) during checks.
- Constrain keyring tests to a temporary keyring directory.
- Gate
devtools::document()insidebuild_r_data_package()when devtools is not available, and update tests accordingly. - Update test-export to use the REDCapR public dev-2 test endpoint/token and skip on curl-related failures.
- Update the personal URL to HTTPS.
- Local macOS, R 4.5.2
- R CMD check --as-cran REDCapExporter_0.3.4.tar.gz
- Status: OK (2 NOTEs: no Internet for URL checks, time-stamp check)
- GitHub Actions
- Status: OK
- Windows Builder
- Status: OK
- Rhub
- Status: OK
- Improve testing suite to account for a resource going offline
- Fix several spelling errors in the documents
- Local MacOS, R 4.5.2
- Status OK
- GitHub Actions
- Status OK
- Windows Builder
- Status OK
- Rhub
- Status OK
-
Initial submission 25 July 2025
-
Improve testing suite to account for possible timeouts from curl.
-
Initial submission 6 Nov 2024
-
Code fixes to improve backward compatability by omitting the use of the
|>operator -
Passing all local and Rhub checks.
-
Initial submission 19 Sept 2024
-
Second submission 19 Sept 2024 after correcting a test that was specific to local and failed on CRAN. This submission should have corrected that error in the testing suite.
-
Local (macOS)
- R 4.4.1: status OK
-
Github workflow
- R Release: status OK
- R devel: status OK
- R oldrelease: status OK
-
Rhub
- Status okay on all OS with exceptions of those using the clang complier. In those cases suggeted packages failed to build and the vignette code failed to run during the checks.
- Initial submission 2 Feb 2021
-
Github Workflow
- R 3.6.3
- R 4.0.3
- R Under development (unstable) (2021-01-25 r79883)
-
win-builder.r-project.org
- R Under development (unstable) (2021-01-31 r79912)
-
Local (macOS Catalina)
- R 4.0.2
-
Github Workflow
Status OK
-
win-builder.r-project.org
Status OK
-
Local
Status OK
- Initial submission 15 May 2020
-
Travis CI: Ubuntu 16.04
- R 3.6.3
- R 4.0.0
- R Under development (unstable) (2020-05-15 r78470)
-
win-builder.r-project.org
- R 3.6.3
- R 4.0.0
- R Under development (unstable) (2020-05-11 r78411)
-
Local (macOS Catalina 10.15.4)
-
Travis CI -- all version of R
Status OK
-
win-builder.r-project.org -- all version of R
Status OK
-
Local
Status OK
- none
- Initial submission 25 February 2020
-
Travis CI: Ubuntu 16.04 (xenial)
- R 3.5.3
- R 3.6.1
- R Under Development (unstable) (2019-12-18 r77599)
-
win-builder.r-project.org
-
Local (macOS Catalina 10.15.3)
- R 3.6.2
-
Travis CI -- all version of R
Status OK
-
win-builder.r-project.org -- all version of R
Status OK
-
Local
Status OK
- none
- Initial submission 3 December 2019
- First resubmission 3 December 2019
- Second resubmission 18 December 2019
Due to the extended documentation and some redesign of the code base to support examples which can be evaluated in interactive sessions by the end users I have bumped the version number form the initial submission of 0.0.3 to the submitted 0.1.0.
-
Travis CI: Ubuntu 16.04 (xenial)
- R 3.5.3
- R 3.6.1
- R Under Development (unstable) (2019-12-18 r77599)
-
win-builder.r-project.org
- R 3.6.1
- R Under development (unstable) (2019-12-17 r77592)
-
Local (Ubuntu 18.04.3 LTS)
- R 3.5.3
- R 3.6.2
- R Under Development (unstable) (2019-12-17 r77592)
-
Travis CI -- all version of R
Status OK
-
win-builder -- all version of R
New submission
Possibly mis-spelled words in DESCRIPTION: REDCap (2:55, 5:58, 6:46)
REDCap is the correct style for the acronym Research Electronic Data Capture. I see this note on win-builder but not on the linux builds.
-
Local
Note: new submission
- none
Thanks, we see:
Possibly mis-spelled words in DESCRIPTION: formated (6:57)
Please fix and resubmit.
Please also add a web reference to the API in the form <[https://....]https://....> to the Description field.
I have corrected a spelling error in the DESCRIPTION file and added a web reference for the API as requested.
Please do not repeat the package name in the title.
I have changed the title of the package.
Please add missing .Rd documentation for all functions, e..g. write_descritption_file() in write.R
The missing documentation was for intentionally non-exported functions. Documentation has been created for the non-exported functions:
write_description_filewrite_authorsas.data.frameas.data.tableread_text
I also suggest renaming this function to write_description_file().
Done. Thank you for identifying the spelling error.
Please add small executable examples in your Rd-files to illustrate the use of the exported function but also enable automatic testing.
I have added several data sets and redesigned some of the functions in the package to allow for examples. The original design required calls to an external API. The redesign uses snapshots of exapected returns from the API to be used in the examples and vignettes.
Please fix and resubmit, and document what was changed in the submission comments.