From 0d53c216546b17d0efb1403f3da6c299ed963416 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 11 Jan 2021 16:45:04 -0600 Subject: [PATCH] check-in revdep results --- revdep/.gitignore | 6 ++ revdep/README.md | 39 +++++++++++ revdep/cran.md | 20 ++++++ revdep/failures.md | 148 ++++++++++++++++++++++++++++++++++++++++++ revdep/problems.md | 38 +++++++++++ revdep/revdep_cran.md | 21 ++++++ 6 files changed, 272 insertions(+) create mode 100644 revdep/.gitignore create mode 100644 revdep/README.md create mode 100644 revdep/cran.md create mode 100644 revdep/failures.md create mode 100644 revdep/problems.md create mode 100644 revdep/revdep_cran.md diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 00000000..af9bbf43 --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,6 @@ +checks +library +checks.noindex* +library.noindex* +data.sqlite +*.html diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 00000000..04371fe0 --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,39 @@ +# Platform + +|field |value | +|:--------|:----------------------------| +|version |R version 4.0.3 (2020-10-10) | +|os |macOS Big Sur 10.16 | +|system |x86_64, darwin17.0 | +|ui |X11 | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |America/Chicago | +|date |2021-01-11 | + +# Dependencies + +|package |old |new |Δ | +|:---------|:-----|:------|:--| +|htmltools |0.5.0 |0.5.1 |* | +|digest |NA |0.6.27 |* | +|rlang |NA |0.4.10 |* | + +# Revdeps + +## Failed to check (4) + +|package |version |error |warning |note | +|:-------------|:-------|:-----|:-------|:----| +|ASpli |2.0.0 |1 | | | +|rgl |0.103.5 |1 | | | +|tableHTML |2.0.0 |1 | |2 | +|trelliscopejs |0.2.5 |1 | | | + +## New problems (1) + +|package |version |error |warning |note | +|:--------------------------------------|:-------|:------|:-------|:----| +|[shinyMobile](problems.md#shinymobile) |0.7.0 |__+1__ | | | + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 00000000..de4f6523 --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,20 @@ +## revdepcheck results + +We checked 320 reverse dependencies (294 from CRAN + 26 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 1 new problems + * We failed to check 3 packages + +Issues with CRAN packages are summarised below. + +### New problems +(This reports the first line of each new failure) + +* shinyMobile + checking tests ... + +### Failed to check + +* rgl (NA) +* tableHTML (NA) +* trelliscopejs (NA) diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 00000000..1eda84ec --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1,148 @@ +# ASpli + +
+ +* Version: 2.0.0 +* GitHub: NA +* Source code: https://github.com/cran/ASpli +* Date/Publication: 2020-10-27 +* Number of recursive dependencies: 156 + +Run `revdep_details(, "ASpli")` for more info + +
+ +## In both + +* R CMD check timed out + + +# rgl + +
+ +* Version: 0.103.5 +* GitHub: NA +* Source code: https://github.com/cran/rgl +* Date/Publication: 2020-11-23 15:00:02 UTC +* Number of recursive dependencies: 65 + +Run `revdep_details(, "rgl")` for more info + +
+ +## In both + +* checking whether package ‘rgl’ can be installed ... ERROR + ``` + Installation failed. + See ‘/Users/cpsievert/github/htmltools/revdep/checks.noindex/rgl/new/rgl.Rcheck/00install.out’ for details. + ``` + +## Installation + +### Devel + +``` +* installing *source* package ‘rgl’ ... +** package ‘rgl’ successfully unpacked and MD5 sums checked +** using staged installation +checking for gcc... clang -mmacosx-version-min=10.13 +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +... +checking whether we are using the GNU C compiler... (cached) yes +checking whether clang -mmacosx-version-min=10.13 accepts -g... (cached) yes +checking for clang -mmacosx-version-min=10.13 option to accept ISO C89... (cached) none needed +checking for libpng-config... yes +configure: using libpng-config +configure: using libpng dynamic linkage +checking for X... no +configure: error: X11 not found but required, configure aborted. +ERROR: configuration failed for package ‘rgl’ +* removing ‘/Users/cpsievert/github/htmltools/revdep/checks.noindex/rgl/new/rgl.Rcheck/rgl’ + + +``` +### CRAN + +``` +* installing *source* package ‘rgl’ ... +** package ‘rgl’ successfully unpacked and MD5 sums checked +** using staged installation +checking for gcc... clang -mmacosx-version-min=10.13 +checking whether the C compiler works... yes +checking for C compiler default output file name... a.out +checking for suffix of executables... +checking whether we are cross compiling... no +checking for suffix of object files... o +checking whether we are using the GNU C compiler... yes +... +checking whether we are using the GNU C compiler... (cached) yes +checking whether clang -mmacosx-version-min=10.13 accepts -g... (cached) yes +checking for clang -mmacosx-version-min=10.13 option to accept ISO C89... (cached) none needed +checking for libpng-config... yes +configure: using libpng-config +configure: using libpng dynamic linkage +checking for X... no +configure: error: X11 not found but required, configure aborted. +ERROR: configuration failed for package ‘rgl’ +* removing ‘/Users/cpsievert/github/htmltools/revdep/checks.noindex/rgl/old/rgl.Rcheck/rgl’ + + +``` +# tableHTML + +
+ +* Version: 2.0.0 +* GitHub: https://github.com/LyzandeR/tableHTML +* Source code: https://github.com/cran/tableHTML +* Date/Publication: 2019-03-16 17:30:02 UTC +* Number of recursive dependencies: 60 + +Run `revdep_details(, "tableHTML")` for more info + +
+ +## In both + +* R CMD check timed out + + +* checking installed package size ... NOTE + ``` + installed size is 6.1Mb + sub-directories of 1Mb or more: + doc 5.8Mb + ``` + +* checking dependencies in R code ... NOTE + ``` + Namespace in Imports field not imported from: ‘shiny’ + All declared Imports should be used. + ``` + +# trelliscopejs + +
+ +* Version: 0.2.5 +* GitHub: https://github.com/hafen/trelliscopejs +* Source code: https://github.com/cran/trelliscopejs +* Date/Publication: 2020-05-28 11:20:03 UTC +* Number of recursive dependencies: 95 + +Run `revdep_details(, "trelliscopejs")` for more info + +
+ +## In both + +* R CMD check timed out + + diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 00000000..b2f3d8b5 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1,38 @@ +# shinyMobile + +
+ +* Version: 0.7.0 +* GitHub: https://github.com/RinteRface/shinyMobile +* Source code: https://github.com/cran/shinyMobile +* Date/Publication: 2020-06-17 11:00:02 UTC +* Number of recursive dependencies: 78 + +Run `revdep_details(, "shinyMobile")` for more info + +
+ +## Newly broken + +* checking tests ... + ``` + ERROR + Running the tests in ‘tests/testthat.R’ failed. + Last 13 lines of output: + █ + 1. └─shinyMobile:::create_app_ui(...) test-preview_mobile.R:17:2 + 2. ├─shiny::fluidPage(...) + 3. │ ├─shiny::bootstrapPage(...) + 4. │ │ ├─htmltools::attachDependencies(...) + 5. │ │ └─htmltools::tagList(...) + 6. │ │ └─rlang::dots_list(...) + 7. │ └─htmltools::div(class = "container-fluid", ...) + 8. │ └─rlang::dots_list(...) + 9. └─htmltools::attachDependencies(devices_css_deps, shiny::br()) + 10. └─htmltools:::asDependencies(value) + + [ FAIL 1 | WARN 0 | SKIP 0 | PASS 71 ] + Error: Test failures + Execution halted + ``` + diff --git a/revdep/revdep_cran.md b/revdep/revdep_cran.md new file mode 100644 index 00000000..14f051d0 --- /dev/null +++ b/revdep/revdep_cran.md @@ -0,0 +1,21 @@ +## revdepcheck results + +We checked 320 reverse dependencies (294 from CRAN + 26 from BioConductor), comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 2 new problems + * We failed to check 1 packages + +Issues with CRAN packages are summarised below. + +### New problems +(This reports the first line of each new failure) + +* crunchy + checking tests ... + +* shinyMobile + checking tests ... + +### Failed to check + +* rgl (NA) \ No newline at end of file