Skip to content

dplyr 1.2.0 #1

@DavisVaughan

Description

@DavisVaughan

Hi there, we are releasing dplyr 1.2.0 this Monday and your package was recently flagged in our final round of reverse dependency checks. Sorry we weren't able to get this to you sooner.

You'll need to send an update of your package to CRAN soon, and you'll likely receive an email from CRAN about this after dplyr 1.2.0 makes it to CRAN.

It will likely take 1 week or so for dplyr to make it to CRAN, and CRAN should give you at least 2 additional weeks to make this change.

It looks like you use mutate_each(), deprecated since dplyr 0.7.0, which has now been made defunct. Please switch to mutate(across(everything(), as.character)).


## Newly broken

*   checking examples ... ERROR
     ```
     ...
     > ### Aliases: sfc
     > 
     > ### ** Examples
     > 
     > library(sfc)
     > 
     > ## model as txt
     > data <- system.file("extdata", "data_utf8.csv", package = "sfc")
     > model <- system.file("extdata", "model_utf8.txt", package = "sfc")
     > sfc(data, model, sample.size = 100, fileEncoding = "UTF-8")
     Read 12 items
     Error:
     ! `mutate_each()` was deprecated in dplyr 0.7.0 and is now defunct.
     ℹ Please use `across()` instead.
     Backtrace:
         ▆
      1. ├─sfc::sfc(data, model, sample.size = 100, fileEncoding = "UTF-8")
      2. │ └─sfc:::impute_data(data)
      3. │   └─... %>% mutate_each(funs(as.character(.)))
      4. └─dplyr::mutate_each(., funs(as.character(.)))
      5.   └─dplyr:::each_defunct("mutate_each()")
      6.     └─lifecycle::deprecate_stop(when = "0.7.0", what = fun, with = "across()")
      7.       └─lifecycle:::deprecate_stop0(msg)
      8.         └─rlang::cnd_signal(...)
     Execution halted
     ```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions