diff --git a/revdep/README.md b/revdep/README.md index 52e12c71..8f2688a0 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,2 +1,8 @@ # Revdeps +## Failed to check (1) + +|package |version |error |warning |note | +|:-------|:-------|:-----|:-------|:----| +|RVA |? | | | | + diff --git a/revdep/cran.md b/revdep/cran.md index 3d8a3f09..5b3c4189 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,7 +1,12 @@ ## revdepcheck results -We checked 117 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 129 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 + +* RVA (NA) diff --git a/revdep/failures.md b/revdep/failures.md index 9a207363..33291523 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1 +1,66 @@ -*Wow, no problems at all. :)* \ No newline at end of file +# RVA + +
+ +* Version: 0.0.5 +* GitHub: https://github.com/THERMOSTATS/RVA +* Source code: https://github.com/cran/RVA +* Date/Publication: 2021-11-01 21:40:02 UTC +* Number of recursive dependencies: 208 + +Run `revdepcheck::cloud_details(, "RVA")` for more info + +
+ +## Error before installation + +### Devel + +``` +* using log directory ‘/tmp/workdir/RVA/new/RVA.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 ‘RVA/DESCRIPTION’ ... OK +* this is package ‘RVA’ version ‘0.0.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +``` +### CRAN + +``` +* using log directory ‘/tmp/workdir/RVA/old/RVA.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 ‘RVA/DESCRIPTION’ ... OK +* this is package ‘RVA’ version ‘0.0.5’ +* package encoding: UTF-8 +* checking package namespace information ... OK +* checking package dependencies ... ERROR +Package required but not available: ‘clusterProfiler’ + +See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ +manual. +* DONE +Status: 1 ERROR + + + + + +```