Skip to content

remove unnecessary utils::data#269

Open
Artur-man wants to merge 1 commit into
YuLab-SMU:develfrom
Artur-man:devel
Open

remove unnecessary utils::data#269
Artur-man wants to merge 1 commit into
YuLab-SMU:develfrom
Artur-man:devel

Conversation

@Artur-man

@Artur-man Artur-man commented May 26, 2026

Copy link
Copy Markdown

Hello there,

Recently BiocGenerics::data has been added as a new generic:
Bioconductor/BiocGenerics@93a0f55

This PR fixes the following warning by avoid importing data from BiocGenerics:

> devtools::load_all(".")
ℹ Loading ChIPseeker
Warning message:
replacing previous importBiocGenerics::databyutils::datawhen loadingChIPseeker

CC @hpages

@hpages

hpages commented May 27, 2026

Copy link
Copy Markdown
Contributor

Thanks @Artur-man.

Only a couple of comments:

  1. The new warning is actually:

    Warning: replacing previous import ‘BiocGenerics::data’ by ‘utils::data’ when loading ‘ChIPseeker’
    

    (replace when loading ‘metaMS’ with when loading ‘ChIPseeker’)

  2. This new warning can be seen on the Bioconductor daily report for BioC 3.24:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants