-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from OuhscBbmc/dev
Handle leading space in REDCap checkbox options (into main branch)
- Loading branch information
Showing
24 changed files
with
194 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,61 @@ | ||
Description | ||
=============================================== | ||
|
||
This submission is primarily to address a recent change in the REDCap server. | ||
This submission is primarily to address a change in the REDCap server. A lot of packages additions in the meantime were building up. | ||
|
||
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 | ||
----------------------------------------------- | ||
|
||
1. Local Ubuntu, R 4.2.2 | ||
2. Local Win10, R 4.2.3 patched | ||
2. Local Win11, R 4.3.1 patched | ||
3. R-hub | ||
1. [Ubuntu Linux 20.04 LTS, R-release, GCC](https://builder.r-hub.io/status/REDCapR_1.1.9005.tar.gz-aa1d5ab8d07d453db1f07927d1ad23f4) | ||
2. [Fedora Linux, R-devel, clang, gfortran](https://builder.r-hub.io/status/REDCapR_1.1.9005.tar.gz-a56bc6477bbb48d2a4aa5d1872481dac) | ||
3. [Windows Server](https://builder.r-hub.io/status/REDCapR_1.1.9005.tar.gz-34917c524b674b82860b920d177844f1) | ||
4. [win-builder](https://win-builder.r-project.org/eG6x3HZ9ITqN), development version. | ||
5. [GiHub Actions](https://github.com/OuhscBbmc/REDCapR/actions), Ubuntu 20.04 LTS | ||
1. [Ubuntu Linux, R-release, GCC](https://builder.r-hub.io/status/REDCapR_1.1.9005.tar.gz-746e237d11914129b4410114fbfa2c83) | ||
2. [Fedora Linux, R-devel, clang, gfortran](https://builder.r-hub.io/status/REDCapR_1.1.9005.tar.gz-e695d8a48601419e8059863cc80964b7) | ||
3. [Windows Server](https://builder.r-hub.io/status/REDCapR_1.1.9005.tar.gz-c30d344462dc43a4b03e68a33be664d9) | ||
4. [win-builder](https://win-builder.r-project.org/0u5J1JiksFZg/), development version. | ||
5. [GiHub Actions](https://github.com/OuhscBbmc/REDCapR/actions), Ubuntu 22.04 LTS | ||
|
||
R CMD check results | ||
----------------------------------------------- | ||
|
||
* No ERRORs or WARNINGs on any builds. | ||
|
||
* A NOTE is returned for a few websites. All are accessible by browser. | ||
* <https://community.projectredcap.org> is a site accessible only to REDCap administrators | ||
* <https://grantome.com/grant/NIH/P01-AG043362> | ||
* <https://grantome.com/grant/NIH/U54-GM104938> | ||
* <https://taggs.hhs.gov/Detail/AwardDetail?arg_AwardNum=U54GM104938&arg_ProgOfficeCode=127> | ||
* <https://www.researchgate.net/profile/William-Beasley-5> | ||
|
||
* There is one NOTE that is only found on R-hub Windows (Server 2022, R-devel 64-bit): | ||
* There are two NOTEs across the R-hub builds: | ||
|
||
```txt | ||
* checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can likely be ignored. | ||
``` | ||
|
||
* There is one NOTE that is only found on the R-hub Fedora: | ||
As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this could be due to a bug/crash in MiKTeX and can likely be ignored. | ||
|
||
```txt | ||
* checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
``` | ||
|
||
Based on [this discussion](https://groups.google.com/g/r-sig-mac/c/7u_ivEj4zhM?pli=1), it sounds like a problem with the testing environment, and not the package code. | ||
Based on [this discussion](https://groups.google.com/g/r-sig-mac/c/7u_ivEj4zhM?pli=1) | ||
and [this SO answer](https://stackoverflow.com/a/75007979/1082435), | ||
it sounds like a problem with the testing environment and not the package code. | ||
|
||
Downstream dependencies | ||
----------------------------------------------- | ||
|
||
No downstream packages are affected. The package that depends/imports/suggests REDCapR passes checks with `revdepcheck::revdep_check()`. Results: <https://github.com/OuhscBbmc/REDCapR/blob/main/revdep/cran.md> | ||
With one exception, | ||
packages that depend/import/suggest REDCapR pass checks with `revdepcheck::revdep_check()`. | ||
|
||
I worked with **tidyREDCap** team and they accepted a PR that fixes the problem: | ||
<https://github.com/RaymondBalise/tidyREDCap/pull/61>. | ||
|
||
package | E | W | N | ||
------- | - | - | - | ||
codified 0.3.0 | E: 0 | W: 0 | N: 0 | ||
REDCapDM 0.7.0 | E: 0 | W: 0 | N: 1 | ||
REDCapCAST 23.6.2 | E: 0 | W: 0 | N: 0 | ||
REDCapTidieR 0.4.0 | E: 1 | W: 0 | N: 0 | ||
tidyREDCap 1.1.1 | E: 0 +1 | W: 0 | N: 0 | ||
ReviewR 2.3.8 | E: 0 | W: 0 | N: 1 | ||
|
||
* [ReviewR](https://CRAN.R-project.org/package=ReviewR) | ||
Results: <https://github.com/OuhscBbmc/REDCapR/blob/main/revdep/cran.md> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.