tidymodels / broom

Convert statistical analysis objects from R into tidy format
https://broom.tidymodels.org
Other
1.45k stars 302 forks source link

reverse dependency checks for v1.0.5 #1160

Closed simonpcouch closed 1 year ago

simonpcouch commented 1 year ago

We see:

## revdepcheck results

We checked 227 reverse dependencies (226 from CRAN + 1 from Bioconductor), comparing R CMD 
check results across CRAN and dev versions of this package.

 * We saw 1 new problem
 * We failed to check 0 packages

The new breakage is for package tipsae, with new failure:

## Newly broken

*   checking examples ... ERROR

    Running examples in ‘tipsae-Ex.R’ failed
    The error most likely occurred in:

    > ### Name: map
    > ### Title: Map Relevant Quantities from a Small Area Model
    > ### Aliases: map
    > 
    > ### ** Examples
    > 
    > library(tipsae)
    ...
      deprecated in broom 1.0.5 and is now defunct.
    Backtrace:
        ▆
     1. └─tipsae::map(x = summ_beta, spatial_df = emilia_shp, spatial_id_domains = "NAME_DISTRICT")
     2.   ├─broom::tidy(spatial_df, region = spatial_id_domains)
     3.   └─broom:::tidy.SpatialPolygonsDataFrame(spatial_df, region = spatial_id_domains)
     4.     └─lifecycle::deprecate_stop(when = "1.0.5", what = "tidy.SpatialPolygonsDataFrame(region)")
     5.       └─lifecycle:::deprecate_stop0(msg)
     6.         └─rlang::cnd_signal(...)
    Execution halted

This is due to #1142--will link an issue here.

simonpcouch commented 1 year ago

Issue filed here.

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.