Skip to content

conflicted package inhibits tidyverse_conflicts() #136

Closed
@jzadra

Description

@jzadra

Once the conflicted package is loaded, tidyverse_conflicts() doesn't work. I don't think it's meant to be called directly, but something to keep in mind in case it is indicative of other issues.

  ##library(conflicted)
library(tidyverse) #prints correctly
tidyverse_conflicts()
#> Error: filter found in 2 packages. You must indicate which one you want with ::
#>  * dplyr::filter
#>  * stats::filter

Created on 2018-06-08 by the reprex package (v0.2.0).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions