mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 13:17:30 +02:00
new version 2023.12.1 with two bug fixes and a new wrapper function
This commit is contained in:
parent
085aa9de62
commit
31c6994ce3
17 changed files with 2042 additions and 12 deletions
|
|
@ -1,13 +1,18 @@
|
|||
results$cran_summary()
|
||||
For a CRAN submission we recommend that you fix all NOTEs, WARNINGs and ERRORs.
|
||||
## Test environments
|
||||
- R-hub windows-x86_64-devel (r-devel)
|
||||
- R-hub ubuntu-gcc-release (r-release)
|
||||
- R-hub fedora-clang-devel (r-devel)
|
||||
|
||||
## R CMD check results
|
||||
❯ On windows-x86_64-devel (r-devel)
|
||||
checking CRAN incoming feasibility ... [15s] NOTE
|
||||
Maintainer: 'Andreas Gammelgaard Damsbo <agdamsbo@clin.au.dk>'
|
||||
|
||||
Found the following (possibly) invalid URLs:
|
||||
URL: https://github.com/SpectrumHealthResearch/REDCapRITS (moved to https://github.com/pegeler/REDCapRITS)
|
||||
From: DESCRIPTION
|
||||
README.md
|
||||
Status: 200
|
||||
Message: OK
|
||||
|
||||
❯ On windows-x86_64-devel (r-devel)
|
||||
checking for non-standard things in the check directory ... NOTE
|
||||
Found the following files/directories:
|
||||
''NULL''
|
||||
|
||||
❯ On windows-x86_64-devel (r-devel)
|
||||
|
|
@ -15,8 +20,30 @@ For a CRAN submission we recommend that you fix all NOTEs, WARNINGs and ERRORs.
|
|||
Found the following files/directories:
|
||||
'lastMiKTeXException'
|
||||
|
||||
❯ On ubuntu-gcc-release (r-release)
|
||||
checking CRAN incoming feasibility ... [8s/51s] NOTE
|
||||
Maintainer: ‘Andreas Gammelgaard Damsbo <agdamsbo@clin.au.dk>’
|
||||
|
||||
Found the following (possibly) invalid URLs:
|
||||
URL: https://github.com/SpectrumHealthResearch/REDCapRITS (moved to https://github.com/pegeler/REDCapRITS)
|
||||
From: DESCRIPTION
|
||||
README.md
|
||||
Status: 200
|
||||
Message: OK
|
||||
|
||||
❯ On ubuntu-gcc-release (r-release), fedora-clang-devel (r-devel)
|
||||
checking HTML version of manual ... NOTE
|
||||
Skipping checking HTML validation: no command 'tidy' found
|
||||
|
||||
0 errors ✔ | 0 warnings ✔ | 3 notes ✖
|
||||
❯ On fedora-clang-devel (r-devel)
|
||||
checking CRAN incoming feasibility ... [9s/57s] NOTE
|
||||
Maintainer: ‘Andreas Gammelgaard Damsbo <agdamsbo@clin.au.dk>’
|
||||
|
||||
Found the following (possibly) invalid URLs:
|
||||
URL: https://github.com/SpectrumHealthResearch/REDCapRITS (moved to https://github.com/pegeler/REDCapRITS)
|
||||
From: DESCRIPTION
|
||||
README.md
|
||||
Status: 200
|
||||
Message: OK
|
||||
|
||||
0 errors ✔ | 0 warnings ✔ | 6 notes ✖
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue