Skip to content

dplyr 1.2.0 reverse dependency issues #7763

@DavisVaughan

Description

@DavisVaughan

Defunct SE functions: filter_(), select_(), mutate_(), summarise_(), group_by_(), arrange_(), rename_(), do_(), distinct_(), group_indices_()

Missing export: dplyr::id

summarise() returning multiple rows, need to use reframe()

Defunct function: tbl_df() / as.tbl()

Defunct function: combine()

Defunct function: add_rownames()

Defunct argument: group_by(.dots = )

Defunct argument: group_by(add = )

Defunct argument: group_indices(...)

  • ipft email only, a bit complicated, needs maintainer intervention

Defunct argument: add_count(.drop = )

Defunct summarise_each() / mutate_each(), need to use across()

Missing export: dplyr::select_vars / dplyr::rename_vars

Missing export: dplyr::location

case_when() deprecated pattern (scalar LHS with vector RHS)

if_else() stricter array validation

filter() with across() → use if_any() / if_all()

Tests expect silent execution but get warnings

Tests expecting a very specific attribute ordering

Deprecated case_match() warnings causing test failures

Missing purrr export: at_depth

Packages using purrr::at_depth which is not exported. Not a dplyr issue but affects installation.

Missing Rd cross-references to removed functions

Packages with documentation cross-references to removed dplyr functions like src_dbi(), src_postgres(), src_mysql(). There's nothing we can actively do for these packages beyond sending them an FYI.

Missing NEWS entries

Packages that fail because dplyr NEWS entries are missing for the development version.

ggplot2 dependency issues

Packages failing due to ggplot2/ggtern compatibility issues. Not a dplyr issue.

C++ compilation failures (memory exhaustion)

Stan-based packages that fail C++ compilation due to memory exhaustion. Not dplyr-related.

Missing dependencies (non-dplyr)

Packages with missing dependencies unrelated to dplyr.

Rust/Cargo compilation issues

Packages with Rust compilation errors. Not dplyr-related.

Other issues requiring investigation

Packages with various other errors that need further analysis or have unclear error patterns.

Passed checks or unclear status

Packages that passed checks, had empty error output, or status is unclear.

  • CytoML, unable to install, "No such file or directory"
  • DSMolgenisArmadillo, dependency ‘panelaggregation’ not available, archived 2025-06-13
  • dsTidyverse, dependency ‘panelaggregation’ not available, archived 2025-06-13
  • dsTidyverseClient, dependency ‘panelaggregation’ not available, archived 2025-06-13
  • flowWorkspace, unable to install, "No such file or directory". Bioconductor.
  • NanoMethViz, unable to install, "No such file or directory". Bioconductor. C++20?
  • pkgstats, unable to install, "No such file or directory". Archived package.
  • quanteda, didn't run new checks at all. not sure why.
  • verdata - timing tests and lookup functionality failures (not dplyr-related)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions