diff --git a/revdep/README.md b/revdep/README.md index d85cbee..53f8d6a 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,32 +1,21 @@ # Revdeps -## Failed to check (17) +## Failed to check (2) -|package |version |error |warning |note | -|:--------------------|:-------|:-----|:-------|:----| -|bcmaps |? | | | | -|cleanTS |0.1.1 |1 | | | -|CopernicusDEM |? | | | | -|cubble |? | | | | -|ggspatial |? | | | | -|IceSat2R |? | | | | -|lidR |? | | | | -|MainExistingDatasets |? | | | | -|mapscanner |? | | | | -|oceanexplorer |? | | | | -|rbenvo |? | | | | -|reproducible |? | | | | -|simplevis |? | | | | -|SpatialKDE |? | | | | -|spatialsample |? | | | | -|SSVS |? | | | | -|wallace |? | | | | +|package |version |error |warning |note | +|:----------------|:-------|:------|:-------|:----| +|[params](failures.md#params)|0.7.3 |__+1__ | | | +|TriDimRegression |1.0.2 |1 | | | -## New problems (3) +## New problems (7) -|package |version |error |warning |note | -|:-------|:-------|:------|:-------|:----| -|[cpp11](problems.md#cpp11)|0.4.3 |__+1__ | | | -|[lvmisc](problems.md#lvmisc)|0.1.1 |__+1__ | | | -|[tinkr](problems.md#tinkr)|0.1.0 |__+1__ | | | +|package |version |error |warning |note | +|:------------------|:-------|:------|:-------|:----| +|[codebook](problems.md#codebook)|0.9.2 |__+1__ | |3 | +|[diseasystore](problems.md#diseasystore)|0.1 |__+1__ | | | +|[odin](problems.md#odin)|1.2.5 |__+3__ | | | +|[shinyCohortBuilder](problems.md#shinycohortbuilder)|0.2.1 |__+2__ | | | +|[table.glue](problems.md#tableglue)|0.0.3 |__+3__ | | | +|[tidytable](problems.md#tidytable)|0.10.2 |__+1__ | | | +|[vegawidget](problems.md#vegawidget)|0.4.3 |__+2__ | | | diff --git a/revdep/cran.md b/revdep/cran.md index a3eafa8..435cd8b 100644 --- a/revdep/cran.md +++ b/revdep/cran.md @@ -1,40 +1,43 @@ ## revdepcheck results -We checked 615 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. +We checked 711 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. - * We saw 3 new problems - * We failed to check 17 packages + * We saw 7 new problems + * We failed to check 2 packages Issues with CRAN packages are summarised below. ### New problems (This reports the first line of each new failure) -* cpp11 +* codebook + checking re-building of vignette outputs ... ERROR + +* diseasystore + checking tests ... ERROR + +* odin + checking examples ... ERROR + checking tests ... ERROR + checking re-building of vignette outputs ... ERROR + +* shinyCohortBuilder + checking examples ... ERROR + checking re-building of vignette outputs ... ERROR + +* table.glue + checking examples ... ERROR checking tests ... ERROR + checking re-building of vignette outputs ... ERROR -* lvmisc +* tidytable checking tests ... ERROR -* tinkr +* vegawidget + checking examples ... ERROR checking tests ... ERROR ### Failed to check -* bcmaps (NA) -* cleanTS (NA) -* CopernicusDEM (NA) -* cubble (NA) -* ggspatial (NA) -* IceSat2R (NA) -* lidR (NA) -* MainExistingDatasets (NA) -* mapscanner (NA) -* oceanexplorer (NA) -* rbenvo (NA) -* reproducible (NA) -* simplevis (NA) -* SpatialKDE (NA) -* spatialsample (NA) -* SSVS (NA) -* wallace (NA) +* params (NA) +* TriDimRegression (NA) diff --git a/revdep/failures.md b/revdep/failures.md index 2a917fb..96fdf61 100644 --- a/revdep/failures.md +++ b/revdep/failures.md @@ -1,93 +1,23 @@ -# bcmaps +# params
-* Version: 1.1.0 -* GitHub: https://github.com/bcgov/bcmaps -* Source code: https://github.com/cran/bcmaps -* Date/Publication: 2023-01-07 00:10:09 UTC -* Number of recursive dependencies: 131 +* Version: 0.7.3 +* GitHub: https://github.com/sahilseth/params +* Source code: https://github.com/cran/params +* Date/Publication: 2021-03-01 20:00:06 UTC +* Number of recursive dependencies: 53 -Run `revdepcheck::cloud_details(, "bcmaps")` for more info +Run `revdepcheck::cloud_details(, "params")` for more info
-## Error before installation +## Newly broken -### Devel - -``` -* using log directory ‘/tmp/workdir/bcmaps/new/bcmaps.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘bcmaps/DESCRIPTION’ ... OK -* this is package ‘bcmaps’ version ‘1.1.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/bcmaps/old/bcmaps.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘bcmaps/DESCRIPTION’ ... OK -* this is package ‘bcmaps’ version ‘1.1.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# cleanTS - -
- -* Version: 0.1.1 -* GitHub: https://github.com/Mayur1009/cleanTS -* Source code: https://github.com/cran/cleanTS -* Date/Publication: 2022-06-15 09:20:19 UTC -* Number of recursive dependencies: 163 - -Run `revdepcheck::cloud_details(, "cleanTS")` for more info - -
- -## In both - -* checking whether package ‘cleanTS’ can be installed ... ERROR +* checking whether package ‘params’ can be installed ... ERROR ``` Installation failed. - See ‘/tmp/workdir/cleanTS/new/cleanTS.Rcheck/00install.out’ for details. + See ‘/tmp/workdir/params/new/params.Rcheck/00install.out’ for details. ``` ## Installation @@ -95,1084 +25,95 @@ Run `revdepcheck::cloud_details(, "cleanTS")` for more info ### Devel ``` -* installing *source* package ‘cleanTS’ ... -** package ‘cleanTS’ successfully unpacked and MD5 sums checked +* installing *source* package ‘params’ ... +** package ‘params’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘sf’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +** help +*** installing help indices +** building package indices +** testing if installed package can be loaded from temporary location +Error: package or namespace load failed for ‘params’: + .onLoad failed in loadNamespace() for 'params', details: + call: glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, + error: is.environment(.envir) is not TRUE +Error: loading failed Execution halted -ERROR: lazy loading failed for package ‘cleanTS’ -* removing ‘/tmp/workdir/cleanTS/new/cleanTS.Rcheck/cleanTS’ +ERROR: loading failed +* removing ‘/tmp/workdir/params/new/params.Rcheck/params’ ``` ### CRAN ``` -* installing *source* package ‘cleanTS’ ... -** package ‘cleanTS’ successfully unpacked and MD5 sums checked +* installing *source* package ‘params’ ... +** package ‘params’ successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading -Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : - there is no package called ‘sf’ -Calls: ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart -Execution halted -ERROR: lazy loading failed for package ‘cleanTS’ -* removing ‘/tmp/workdir/cleanTS/old/cleanTS.Rcheck/cleanTS’ +** help +*** installing help indices +** building package indices +** testing if installed package can be loaded from temporary location +** testing if installed package can be loaded from final location +** testing if installed package keeps a record of temporary installation path +* DONE (params) ``` -# CopernicusDEM +# TriDimRegression
* Version: 1.0.2 -* GitHub: https://github.com/mlampros/CopernicusDEM -* Source code: https://github.com/cran/CopernicusDEM -* Date/Publication: 2022-02-06 14:40:02 UTC -* Number of recursive dependencies: 143 - -Run `revdepcheck::cloud_details(, "CopernicusDEM")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/CopernicusDEM/new/CopernicusDEM.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘CopernicusDEM/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘CopernicusDEM’ version ‘1.0.2’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Packages suggested but not available for checking: 'fitbitViz', 'tmap' - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/CopernicusDEM/old/CopernicusDEM.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘CopernicusDEM/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘CopernicusDEM’ version ‘1.0.2’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Packages suggested but not available for checking: 'fitbitViz', 'tmap' - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# cubble - -
- -* Version: 0.2.0 -* GitHub: https://github.com/huizezhang-sherry/cubble -* Source code: https://github.com/cran/cubble -* Date/Publication: 2022-11-17 12:30:02 UTC -* Number of recursive dependencies: 132 - -Run `revdepcheck::cloud_details(, "cubble")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/cubble/new/cubble.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘cubble/DESCRIPTION’ ... OK -* this is package ‘cubble’ version ‘0.2.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/cubble/old/cubble.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘cubble/DESCRIPTION’ ... OK -* this is package ‘cubble’ version ‘0.2.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# ggspatial - -
- -* Version: 1.1.7 -* GitHub: https://github.com/paleolimbot/ggspatial -* Source code: https://github.com/cran/ggspatial -* Date/Publication: 2022-11-24 10:00:02 UTC -* Number of recursive dependencies: 105 - -Run `revdepcheck::cloud_details(, "ggspatial")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/ggspatial/new/ggspatial.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘ggspatial/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘ggspatial’ version ‘1.1.7’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/ggspatial/old/ggspatial.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘ggspatial/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘ggspatial’ version ‘1.1.7’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - +* GitHub: https://github.com/alexander-pastukhov/tridim-regression +* Source code: https://github.com/cran/TriDimRegression +* Date/Publication: 2023-09-13 14:10:03 UTC +* Number of recursive dependencies: 100 - - - -``` -# IceSat2R - -
- -* Version: 1.0.4 -* GitHub: https://github.com/mlampros/IceSat2R -* Source code: https://github.com/cran/IceSat2R -* Date/Publication: 2022-11-17 07:50:02 UTC -* Number of recursive dependencies: 144 - -Run `revdepcheck::cloud_details(, "IceSat2R")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/IceSat2R/new/IceSat2R.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘IceSat2R/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘IceSat2R’ version ‘1.0.4’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Packages required but not available: 'sf', 'lwgeom' - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/IceSat2R/old/IceSat2R.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘IceSat2R/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘IceSat2R’ version ‘1.0.4’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Packages required but not available: 'sf', 'lwgeom' - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# lidR - -
- -* Version: 4.0.3 -* GitHub: https://github.com/r-lidar/lidR -* Source code: https://github.com/cran/lidR -* Date/Publication: 2023-03-09 14:20:02 UTC -* Number of recursive dependencies: 157 - -Run `revdepcheck::cloud_details(, "lidR")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/lidR/new/lidR.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘lidR/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘lidR’ version ‘4.0.3’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/lidR/old/lidR.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘lidR/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘lidR’ version ‘4.0.3’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# MainExistingDatasets - -
- -* Version: 1.0.1 -* GitHub: NA -* Source code: https://github.com/cran/MainExistingDatasets -* Date/Publication: 2022-06-27 14:10:02 UTC -* Number of recursive dependencies: 131 - -Run `revdepcheck::cloud_details(, "MainExistingDatasets")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/MainExistingDatasets/new/MainExistingDatasets.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘MainExistingDatasets/DESCRIPTION’ ... OK -* this is package ‘MainExistingDatasets’ version ‘1.0.1’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Packages required but not available: 'sf', 'tmap', 'tmaptools' - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/MainExistingDatasets/old/MainExistingDatasets.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘MainExistingDatasets/DESCRIPTION’ ... OK -* this is package ‘MainExistingDatasets’ version ‘1.0.1’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Packages required but not available: 'sf', 'tmap', 'tmaptools' - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# mapscanner - -
- -* Version: 0.0.6 -* GitHub: https://github.com/ropensci/mapscanner -* Source code: https://github.com/cran/mapscanner -* Date/Publication: 2021-11-25 23:10:03 UTC -* Number of recursive dependencies: 143 - -Run `revdepcheck::cloud_details(, "mapscanner")` for more info +Run `revdepcheck::cloud_details(, "TriDimRegression")` for more info
-## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/mapscanner/new/mapscanner.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘mapscanner/DESCRIPTION’ ... OK -* this is package ‘mapscanner’ version ‘0.0.6’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/mapscanner/old/mapscanner.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘mapscanner/DESCRIPTION’ ... OK -* this is package ‘mapscanner’ version ‘0.0.6’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# oceanexplorer - -
- -* Version: 0.0.2 -* GitHub: https://github.com/UtrechtUniversity/oceanexplorer -* Source code: https://github.com/cran/oceanexplorer -* Date/Publication: 2022-09-15 09:10:08 UTC -* Number of recursive dependencies: 158 - -Run `revdepcheck::cloud_details(, "oceanexplorer")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/oceanexplorer/new/oceanexplorer.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘oceanexplorer/DESCRIPTION’ ... OK -* this is package ‘oceanexplorer’ version ‘0.0.2’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/oceanexplorer/old/oceanexplorer.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘oceanexplorer/DESCRIPTION’ ... OK -* this is package ‘oceanexplorer’ version ‘0.0.2’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# rbenvo - -
- -* Version: 1.0.5 -* GitHub: https://github.com/apeterson91/rbenvo -* Source code: https://github.com/cran/rbenvo -* Date/Publication: 2020-11-18 10:40:02 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "rbenvo")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/rbenvo/new/rbenvo.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘rbenvo/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘rbenvo’ version ‘1.0.5’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/rbenvo/old/rbenvo.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘rbenvo/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘rbenvo’ version ‘1.0.5’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# reproducible - -
- -* Version: 1.2.16 -* GitHub: https://github.com/PredictiveEcology/reproducible -* Source code: https://github.com/cran/reproducible -* Date/Publication: 2022-12-22 09:50:02 UTC -* Number of recursive dependencies: 104 - -Run `revdepcheck::cloud_details(, "reproducible")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/reproducible/new/reproducible.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘reproducible/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘reproducible’ version ‘1.2.16’ -* package encoding: UTF-8 -* checking package namespace information ... OK -... - [ FAIL 2 | WARN 1 | SKIP 76 | PASS 377 ] - 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 - ‘Intro-to-Cache.Rmd’ using ‘UTF-8’... OK -* checking re-building of vignette outputs ... OK -* DONE -Status: 2 ERRORs, 2 NOTEs - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/reproducible/old/reproducible.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘reproducible/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘reproducible’ version ‘1.2.16’ -* package encoding: UTF-8 -* checking package namespace information ... OK -... - [ FAIL 2 | WARN 1 | SKIP 76 | PASS 377 ] - 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 - ‘Intro-to-Cache.Rmd’ using ‘UTF-8’... OK -* checking re-building of vignette outputs ... OK -* DONE -Status: 2 ERRORs, 2 NOTEs - - - - - -``` -# simplevis - -
- -* Version: 7.0.0 -* GitHub: https://github.com/StatisticsNZ/simplevis -* Source code: https://github.com/cran/simplevis -* Date/Publication: 2023-01-29 20:00:02 UTC -* Number of recursive dependencies: 122 - -Run `revdepcheck::cloud_details(, "simplevis")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/simplevis/new/simplevis.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘simplevis/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘simplevis’ version ‘7.0.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/simplevis/old/simplevis.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘simplevis/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘simplevis’ version ‘7.0.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# SpatialKDE - -
- -* Version: 0.8.2 -* GitHub: https://github.com/JanCaha/SpatialKDE -* Source code: https://github.com/cran/SpatialKDE -* Date/Publication: 2023-02-18 15:10:02 UTC -* Number of recursive dependencies: 112 - -Run `revdepcheck::cloud_details(, "SpatialKDE")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/SpatialKDE/new/SpatialKDE.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘SpatialKDE/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘SpatialKDE’ version ‘0.8.2’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘tmap’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/SpatialKDE/old/SpatialKDE.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘SpatialKDE/DESCRIPTION’ ... OK -* checking extension type ... Package -* this is package ‘SpatialKDE’ version ‘0.8.2’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘tmap’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# spatialsample - -
- -* Version: 0.3.0 -* GitHub: https://github.com/tidymodels/spatialsample -* Source code: https://github.com/cran/spatialsample -* Date/Publication: 2023-01-17 16:10:02 UTC -* Number of recursive dependencies: 106 - -Run `revdepcheck::cloud_details(, "spatialsample")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/spatialsample/new/spatialsample.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘spatialsample/DESCRIPTION’ ... OK -* this is package ‘spatialsample’ version ‘0.3.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/spatialsample/old/spatialsample.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘spatialsample/DESCRIPTION’ ... OK -* this is package ‘spatialsample’ version ‘0.3.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘sf’ - -Package suggested but not available for checking: ‘lwgeom’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# SSVS - -
- -* Version: 2.0.0 -* GitHub: https://github.com/sabainter/SSVS -* Source code: https://github.com/cran/SSVS -* Date/Publication: 2022-05-29 05:40:09 UTC -* Number of recursive dependencies: 123 - -Run `revdepcheck::cloud_details(, "SSVS")` for more info - -
- -## Error before installation - -### Devel - -``` -* using log directory ‘/tmp/workdir/SSVS/new/SSVS.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘SSVS/DESCRIPTION’ ... OK -* this is package ‘SSVS’ version ‘2.0.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘BoomSpikeSlab’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -### CRAN - -``` -* using log directory ‘/tmp/workdir/SSVS/old/SSVS.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘SSVS/DESCRIPTION’ ... OK -* this is package ‘SSVS’ version ‘2.0.0’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... ERROR -Package required but not available: ‘BoomSpikeSlab’ - -See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ -manual. -* DONE -Status: 1 ERROR - - - - - -``` -# wallace - -
- -* Version: 2.0.4 -* GitHub: NA -* Source code: https://github.com/cran/wallace -* Date/Publication: 2023-03-14 08:20:02 UTC -* Number of recursive dependencies: 282 - -Run `revdepcheck::cloud_details(, "wallace")` for more info +## In both -
+* checking whether package ‘TriDimRegression’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/TriDimRegression/new/TriDimRegression.Rcheck/00install.out’ for details. + ``` -## Error before installation +## Installation ### Devel ``` -* using log directory ‘/tmp/workdir/wallace/new/wallace.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘wallace/DESCRIPTION’ ... OK -* this is package ‘wallace’ version ‘2.0.4’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... NOTE -... -* checking for code/documentation mismatches ... OK -* checking Rd \usage sections ... OK -* checking Rd contents ... OK -* checking for unstated dependencies in examples ... OK -* checking examples ... OK -* checking for unstated dependencies in ‘tests’ ... OK -* checking tests ... OK - Running ‘testthat.R’ -* DONE -Status: 1 NOTE - - - +* installing *source* package ‘TriDimRegression’ ... +** package ‘TriDimRegression’ successfully unpacked and MD5 sums checked +** using staged installation +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘TriDimRegression’ +* removing ‘/tmp/workdir/TriDimRegression/new/TriDimRegression.Rcheck/TriDimRegression’ ``` ### CRAN ``` -* using log directory ‘/tmp/workdir/wallace/old/wallace.Rcheck’ -* using R version 4.2.1 (2022-06-23) -* using platform: x86_64-pc-linux-gnu (64-bit) -* using session charset: UTF-8 -* using option ‘--no-manual’ -* checking for file ‘wallace/DESCRIPTION’ ... OK -* this is package ‘wallace’ version ‘2.0.4’ -* package encoding: UTF-8 -* checking package namespace information ... OK -* checking package dependencies ... NOTE -... -* checking for code/documentation mismatches ... OK -* checking Rd \usage sections ... OK -* checking Rd contents ... OK -* checking for unstated dependencies in examples ... OK -* checking examples ... OK -* checking for unstated dependencies in ‘tests’ ... OK -* checking tests ... OK - Running ‘testthat.R’ -* DONE -Status: 1 NOTE - - - +* installing *source* package ‘TriDimRegression’ ... +** package ‘TriDimRegression’ successfully unpacked and MD5 sums checked +** using staged installation +Error in loadNamespace(x) : there is no package called ‘rstantools’ +Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart +Execution halted +ERROR: configuration failed for package ‘TriDimRegression’ +* removing ‘/tmp/workdir/TriDimRegression/old/TriDimRegression.Rcheck/TriDimRegression’ ``` diff --git a/revdep/problems.md b/revdep/problems.md index ecdb0e6..44359dd 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -1,14 +1,74 @@ -# cpp11 +# codebook
-* Version: 0.4.3 -* GitHub: https://github.com/r-lib/cpp11 -* Source code: https://github.com/cran/cpp11 -* Date/Publication: 2022-10-12 08:43:54 UTC -* Number of recursive dependencies: 81 +* Version: 0.9.2 +* GitHub: https://github.com/rubenarslan/codebook +* Source code: https://github.com/cran/codebook +* Date/Publication: 2020-06-06 23:40:03 UTC +* Number of recursive dependencies: 158 -Run `revdepcheck::cloud_details(, "cpp11")` for more info +Run `revdepcheck::cloud_details(, "codebook")` for more info + +
+ +## Newly broken + +* checking re-building of vignette outputs ... ERROR + ``` + Error(s) in re-building vignettes: + --- re-building ‘codebook.Rmd’ using rmarkdown + Failed with error: 'there is no package called 'GGally'' + Failed with error: 'there is no package called 'GGally'' + + Quitting from lines 17-22 [cb] (codebook.Rmd) + Error: processing vignette 'codebook.Rmd' failed with diagnostics: + is.environment(.envir) is not TRUE + --- failed re-building ‘codebook.Rmd’ + + ... + Error: processing vignette 'codebook_tutorial.Rmd' failed with diagnostics: + is.environment(.envir) is not TRUE + --- failed re-building ‘codebook_tutorial.Rmd’ + + SUMMARY: processing the following files failed: + ‘codebook.Rmd’ ‘codebook_qualtrics.Rmd’ ‘codebook_sav.Rmd’ + ‘codebook_tutorial.Rmd’ + + Error: Vignette re-building failed. + Execution halted + ``` + +## In both + +* checking package dependencies ... NOTE + ``` + Package suggested but not available for checking: ‘userfriendlyscience’ + ``` + +* checking dependencies in R code ... NOTE + ``` + Namespaces in Imports field not imported from: + ‘graphics’ ‘jsonlite’ ‘rlang’ ‘tidyselect’ ‘vctrs’ + All declared Imports should be used. + ``` + +* checking data for non-ASCII characters ... NOTE + ``` + Note: found 65 marked UTF-8 strings + ``` + +# diseasystore + +
+ +* Version: 0.1 +* GitHub: https://github.com/ssi-dk/diseasystore +* Source code: https://github.com/cran/diseasystore +* Date/Publication: 2023-12-20 16:10:02 UTC +* Number of recursive dependencies: 136 + +Run `revdepcheck::cloud_details(, "diseasystore")` for more info
@@ -16,98 +76,440 @@ Run `revdepcheck::cloud_details(, "cpp11")` for more info * checking tests ... ERROR ``` + Running ‘spelling.R’ Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. - Last 13 lines of output: - 3. └─base::seq.default(mid, end) - ── Failure ('test-register.R:222:5'): generate_cpp_functions: returns the empty string if there are no functions ── - generate_cpp_functions(funs) (`actual`) not equal to character() (`expected`). + Complete output: + > # This file is part of the standard setup for testthat. + > # It is recommended that you do not modify it. + > # + > # Where should you do additional test configuration? + > # Learn more about the roles of various files in: + > # * https://r-pkgs.org/tests.html + ... + Caused by error in `dplyr::db_write_table()`: + ! Can't write table table `ds_tmp`. + Caused by error: + ! Invalid result set - `actual`: "" - `expected`: - ── Failure ('test-register.R:391:5'): generate_r_functions: returns the empty string if there are no functions ── - generate_r_functions(funs) (`actual`) not equal to character() (`expected`). + [ FAIL 1 | WARN 1 | SKIP 0 | PASS 376 ] + Error: Test failures + In addition: Warning message: + Closing open result set, pending rows + Execution halted + ``` + +# odin + +
+ +* Version: 1.2.5 +* GitHub: https://github.com/mrc-ide/odin +* Source code: https://github.com/cran/odin +* Date/Publication: 2023-10-02 13:40:11 UTC +* Number of recursive dependencies: 60 + +Run `revdepcheck::cloud_details(, "odin")` for more info + +
+ +## Newly broken + +* checking examples ... ERROR + ``` + Running examples in ‘odin-Ex.R’ failed + The error most likely occurred in: + + > ### Name: odin_package + > ### Title: Create odin model in a package + > ### Aliases: odin_package + > + > ### ** Examples + > + > path <- tempfile() + ... + > # But contains odin files in inst/odin + > dir(file.path(pkg, "inst/odin")) + [1] "lorenz.R" + > + > # Compile the odin code in the package + > odin::odin_package(pkg) + Error in glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, : + is.environment(.envir) is not TRUE + Calls: ... glue_whisker -> -> glue_data -> stopifnot + Execution halted + ``` + +* checking tests ... ERROR + ``` + Running ‘testthat.R’ + Running the tests in ‘tests/testthat.R’ failed. + Complete output: + > library(testthat) + > library(odin) + > + > test_check("odin") + [ FAIL 7 | WARN 0 | SKIP 23 | PASS 1049 ] + + ══ Skipped tests (23) ══════════════════════════════════════════════════════════ + ... + `expected`: TRUE + ── Failure ('test-odin-build.R:29:3'): build from ir ─────────────────────────── + res$error is not NULL - `actual`: "" - `expected`: + `actual` is a character vector ('is.environment(.envir) is not TRUE') + `expected` is NULL - [ FAIL 3 | WARN 0 | SKIP 2 | PASS 104 ] + [ FAIL 7 | WARN 0 | SKIP 23 | PASS 1049 ] Error: Test failures Execution halted ``` -# lvmisc +* checking re-building of vignette outputs ... ERROR + ``` + Error(s) in re-building vignettes: + ... + --- re-building ‘discrete.Rmd’ using rmarkdown + + Quitting from lines 192-194 [unnamed-chunk-2] (discrete.Rmd) + Error: processing vignette 'discrete.Rmd' failed with diagnostics: + is.environment(.envir) is not TRUE + --- failed re-building ‘discrete.Rmd’ + + --- re-building ‘functions.Rmd’ using rmarkdown + ... + Quitting from lines 58-59 [unnamed-chunk-3] (odin.Rmd) + Error: processing vignette 'odin.Rmd' failed with diagnostics: + is.environment(.envir) is not TRUE + --- failed re-building ‘odin.Rmd’ + + SUMMARY: processing the following files failed: + ‘discrete.Rmd’ ‘odin.Rmd’ + + Error: Vignette re-building failed. + Execution halted + ``` + +# params
-* Version: 0.1.1 -* GitHub: https://github.com/verasls/lvmisc -* Source code: https://github.com/cran/lvmisc -* Date/Publication: 2021-04-05 15:20:02 UTC -* Number of recursive dependencies: 136 +* Version: 0.7.3 +* GitHub: https://github.com/sahilseth/params +* Source code: https://github.com/cran/params +* Date/Publication: 2021-03-01 20:00:06 UTC +* Number of recursive dependencies: 53 + +Run `revdepcheck::cloud_details(, "params")` for more info + +
+ +## Newly broken + +* checking whether package ‘params’ can be installed ... ERROR + ``` + Installation failed. + See ‘/tmp/workdir/params/new/params.Rcheck/00install.out’ for details. + ``` -Run `revdepcheck::cloud_details(, "lvmisc")` for more info +## Installation + +### Devel + +``` +* installing *source* package ‘params’ ... +** package ‘params’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** inst +** byte-compile and prepare package for lazy loading +** help +*** installing help indices +** building package indices +** testing if installed package can be loaded from temporary location +Error: package or namespace load failed for ‘params’: + .onLoad failed in loadNamespace() for 'params', details: + call: glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, + error: is.environment(.envir) is not TRUE +Error: loading failed +Execution halted +ERROR: loading failed +* removing ‘/tmp/workdir/params/new/params.Rcheck/params’ + + +``` +### CRAN + +``` +* installing *source* package ‘params’ ... +** package ‘params’ successfully unpacked and MD5 sums checked +** using staged installation +** R +** inst +** byte-compile and prepare package for lazy loading +** help +*** installing help indices +** building package indices +** testing if installed package can be loaded from temporary location +** testing if installed package can be loaded from final location +** testing if installed package keeps a record of temporary installation path +* DONE (params) + + +``` +# shinyCohortBuilder + +
+ +* Version: 0.2.1 +* GitHub: NA +* Source code: https://github.com/cran/shinyCohortBuilder +* Date/Publication: 2023-08-28 09:20:02 UTC +* Number of recursive dependencies: 111 + +Run `revdepcheck::cloud_details(, "shinyCohortBuilder")` for more info
## Newly broken +* checking examples ... ERROR + ``` + Running examples in ‘shinyCohortBuilder-Ex.R’ failed + The error most likely occurred in: + + > ### Name: pre_post_stats + > ### Title: Generate structure of pre/post statistics + > ### Aliases: pre_post_stats .pre_post_stats .pre_post_stats_text + > + > ### ** Examples + > + > .pre_post_stats(5, 10, "books") + books 5 / 10 + > .pre_post_stats_text(5, 10, "books") + Error in glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, : + is.environment(.envir) is not TRUE + Calls: .pre_post_stats_text -> -> glue_data -> stopifnot + Execution halted + ``` + +* checking re-building of vignette outputs ... ERROR + ``` + Error(s) in re-building vignettes: + ... + --- re-building ‘custom-gui-layer.Rmd’ using rmarkdown + --- finished re-building ‘custom-gui-layer.Rmd’ + + --- re-building ‘gui-filter-layer.Rmd’ using rmarkdown + + Quitting from lines 247-253 [unnamed-chunk-16] (gui-filter-layer.Rmd) + Error: processing vignette 'gui-filter-layer.Rmd' failed with diagnostics: + is.environment(.envir) is not TRUE + ... + --- finished re-building ‘shinyCohortBuilder.Rmd’ + + --- re-building ‘updating-source.Rmd’ using rmarkdown + --- finished re-building ‘updating-source.Rmd’ + + SUMMARY: processing the following file failed: + ‘gui-filter-layer.Rmd’ + + Error: Vignette re-building failed. + Execution halted + ``` + +# table.glue + +
+ +* Version: 0.0.3 +* GitHub: https://github.com/bcjaeger/table.glue +* Source code: https://github.com/cran/table.glue +* Date/Publication: 2023-02-07 08:30:02 UTC +* Number of recursive dependencies: 84 + +Run `revdepcheck::cloud_details(, "table.glue")` for more info + +
+ +## Newly broken + +* checking examples ... ERROR + ``` + Running examples in ‘table.glue-Ex.R’ failed + The error most likely occurred in: + + > ### Name: format_big + > ### Title: Format values left of decimal + > ### Aliases: format_big + > + > ### ** Examples + > + > + > big_x <- 1234567 + > + > rspec <- format_big(round_spec(), mark = '|', interval = 3) + > + > table_value(big_x, rspec) # returns "1|234|567" + Error in glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, : + is.environment(.envir) is not TRUE + Calls: table_value -> -> glue_data -> stopifnot + Execution halted + ``` + * checking tests ... ERROR ``` Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. - Last 13 lines of output: - err$message (`actual`) not equal to glue::glue("The method `my_fun` is not yet implemented \\\n for an object of class `my_class`.") (`expected`). + Complete output: + > library(testthat) + > library(table.glue) + > + > test_check("table.glue") + [ FAIL 11 | WARN 0 | SKIP 0 | PASS 47 ] - lines(actual) vs lines(expected) - "The method `my_fun` is not yet implemented for an object of class `my_class`." - - "" - ── Failure ('test-abort.R:109:5'): abort_no_method_for_class() works in objects with multiple classes ── - err$message (`actual`) not equal to glue::glue("The method `my_fun` is not yet implemented \\\n for an object of classes `my_class_1` and `my_class_2`.") (`expected`). + ══ Failed tests ════════════════════════════════════════════════════════════════ + ... + 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") + 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) + 4. └─table.glue::table_value(x, rspec_mag_up) + 5. └─glue::glue("{round_using}_{round_half}", .envir = .rspec) + 6. └─glue::glue_data(...) + 7. └─base::stopifnot(is.environment(.envir)) - lines(actual) vs lines(expected) - "The method `my_fun` is not yet implemented for an object of classes `my_class_1` and `my_class_2`." - - "" + [ FAIL 11 | WARN 0 | SKIP 0 | PASS 47 ] + Error: Test failures + Execution halted + ``` + +* checking re-building of vignette outputs ... ERROR + ``` + Error(s) in re-building vignettes: + --- re-building ‘default_rounder.Rmd’ using rmarkdown + + Quitting from lines 53-58 [unnamed-chunk-4] (default_rounder.Rmd) + Error: processing vignette 'default_rounder.Rmd' failed with diagnostics: + is.environment(.envir) is not TRUE + --- failed re-building ‘default_rounder.Rmd’ + + --- re-building ‘table_guide.Rmd’ using rmarkdown + + ... + ! Failed to evaluate glue component {..f(height_est)} + Caused by error in `glue_data()`: + ! is.environment(.envir) is not TRUE + --- failed re-building ‘table_guide.Rmd’ + + SUMMARY: processing the following files failed: + ‘default_rounder.Rmd’ ‘table_guide.Rmd’ + + Error: Vignette re-building failed. + Execution halted + ``` + +# tidytable + +
+ +* Version: 0.10.2 +* GitHub: https://github.com/markfairbanks/tidytable +* Source code: https://github.com/cran/tidytable +* Date/Publication: 2023-10-04 19:20:02 UTC +* Number of recursive dependencies: 55 + +Run `revdepcheck::cloud_details(, "tidytable")` for more info + +
+ +## Newly broken + +* checking tests ... ERROR + ``` + Running ‘testthat.R’ + Running the tests in ‘tests/testthat.R’ failed. + Complete output: + > library(testthat) + > library(tidytable) + + Attaching package: 'tidytable' - [ FAIL 2 | WARN 18 | SKIP 7 | PASS 238 ] + The following object is masked from 'package:testthat': + + ... + 6. └─data.table:::`[.data.table`(...) + 7. └─base::eval(jsub, SDenv, parent.frame()) + 8. └─base::eval(jsub, SDenv, parent.frame()) + 9. └─glue::glue(.env$names_glue, .envir = .SD) + 10. └─glue::glue_data(...) + 11. └─base::stopifnot(is.environment(.envir)) + + [ FAIL 5 | WARN 0 | SKIP 0 | PASS 1448 ] Error: Test failures Execution halted ``` -# tinkr +# vegawidget
-* Version: 0.1.0 -* GitHub: https://github.com/ropensci/tinkr -* Source code: https://github.com/cran/tinkr -* Date/Publication: 2022-08-19 12:30:02 UTC -* Number of recursive dependencies: 62 +* Version: 0.4.3 +* GitHub: https://github.com/vegawidget/vegawidget +* Source code: https://github.com/cran/vegawidget +* Date/Publication: 2023-09-03 04:40:02 UTC +* Number of recursive dependencies: 107 -Run `revdepcheck::cloud_details(, "tinkr")` for more info +Run `revdepcheck::cloud_details(, "vegawidget")` for more info
## Newly broken +* checking examples ... ERROR + ``` + Running examples in ‘vegawidget-Ex.R’ failed + The error most likely occurred in: + + > ### Name: vw_handler_add_effect + > ### Title: Add a side-effect to a JavaScript handler + > ### Aliases: vw_handler_add_effect + > + > ### ** Examples + > + > # list all the available effect-handlers + ... + document.querySelector('${selector}').innerText = ${expr} + > + > # build a signal handler that prints some text, + > # then the value, to the console + > vw_handler_signal("value") %>% + + vw_handler_add_effect("console", label = "signal value:") + Error in glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, : + is.environment(.envir) is not TRUE + Calls: %>% ... -> -> glue_data -> stopifnot + Execution halted + ``` + * checking tests ... ERROR ``` Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. - Last 13 lines of output: + Complete output: + > library(testthat) + > library(vegawidget) + > + > test_check("vegawidget") + + Attaching package: 'rlang' - `lines(actual[[2]])` is a character vector ('## Dataset', '', 'The data used:', '[data](https://example.com)', '') - `lines(expected[[2]])` is absent + ... + 2. └─vegawidget::vw_handler_add_effect(., "console") + 3. ├─base::do.call(glue_js, c(as.list(body_effect$text), list(.envir = params))) + 4. └─vegawidget (local) ``(...) + 5. └─glue::glue(..., .open = .open, .envir = .envir, .sep = "\n") + 6. └─glue::glue_data(...) + 7. └─base::stopifnot(is.environment(.envir)) - [ FAIL 14 | WARN 0 | SKIP 12 | PASS 92 ] - Deleting unused snapshots: - • class-yarn/yarn-kilroy.md - • class-yarn/yarn.Rmd - • class-yarn/yarn.md - • to_md/new-code-chunk.Rmd - • to_md/table.md - • to_md/to_md-works-for-Rmd.Rmd - • to_md/to_md-works.md + [ FAIL 3 | WARN 0 | SKIP 10 | PASS 95 ] Error: Test failures Execution halted ```