From 23506f71cc3181b6fb3882bbff8bff59d1ca008b Mon Sep 17 00:00:00 2001 From: Thomas Lin Pedersen Date: Wed, 11 Oct 2023 10:06:56 +0200 Subject: [PATCH] revdepcheck and cran comments --- cran-comments.md | 16 +++++++++- revdep/README.md | 6 ++++ revdep/cran.md | 9 ++++-- revdep/failures.md | 77 +++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 104 insertions(+), 4 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 4863f2a..1b6fb51 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1 +1,15 @@ -This release adds include of cstdint to code using uint32_t and related types +This is a small release in anticipation of Arm Windows. It further add support +for `dev.capabilities()` + +## revdepcheck results + +We checked 47 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 1 packages + +Issues with CRAN packages are summarised below. + +### Failed to check + +* SCpubr (NA) diff --git a/revdep/README.md b/revdep/README.md index 52e12c7..f23354f 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,2 +1,8 @@ # Revdeps +## Failed to check (1) + +|package |version |error |warning |note | +|:-------|:-------|:-----|:-------|:----| +|SCpubr |? | | | | + diff --git a/revdep/cran.md b/revdep/cran.md index 5a3b040..95ffc79 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,7 +1,12 @@ ## revdepcheck results -We checked 36 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 47 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems - * We failed to check 0 packages + * We failed to check 1 packages +Issues with CRAN packages are summarised below. + +### Failed to check + +* SCpubr (NA) diff --git a/revdep/failures.md b/revdep/failures.md index 9a20736..c322207 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1 +1,76 @@ -*Wow, no problems at all. :)* \ No newline at end of file +# SCpubr + +
+ +* Version: 2.0.1 +* GitHub: https://github.com/enblacar/SCpubr +* Source code: https://github.com/cran/SCpubr +* Date/Publication: 2023-08-13 12:40:15 UTC +* Number of recursive dependencies: 295 + +Run `cloud_details(, "SCpubr")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/SCpubr/new/SCpubr.Rcheck’ +* using R version 4.1.1 (2021-08-10) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SCpubr/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘SCpubr’ version ‘2.0.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +... + [ FAIL 10 | WARN 0 | SKIP 381 | PASS 72 ] + Error: Test failures + Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes in ‘inst/doc’ ... OK +* checking running R code from vignettes ... NONE + ‘reference_manual.Rmd’ using ‘UTF-8’... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR, 1 WARNING, 2 NOTEs + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/SCpubr/old/SCpubr.Rcheck’ +* using R version 4.1.1 (2021-08-10) +* using platform: x86_64-pc-linux-gnu (64-bit) +* using session charset: UTF-8 +* using option ‘--no-manual’ +* checking for file ‘SCpubr/DESCRIPTION’ ... OK +* checking extension type ... Package +* this is package ‘SCpubr’ version ‘2.0.1’ +* package encoding: UTF-8 +* checking package namespace information ... OK +... + [ FAIL 10 | WARN 0 | SKIP 381 | PASS 72 ] + Error: Test failures + Execution halted +* checking for unstated dependencies in vignettes ... OK +* checking package vignettes in ‘inst/doc’ ... OK +* checking running R code from vignettes ... NONE + ‘reference_manual.Rmd’ using ‘UTF-8’... OK +* checking re-building of vignette outputs ... OK +* DONE +Status: 1 ERROR, 1 WARNING, 2 NOTEs + + + + + +```