Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor glitch in package list #161

Closed
jnolis opened this issue Oct 31, 2018 · 1 comment
Closed

Minor glitch in package list #161

jnolis opened this issue Oct 31, 2018 · 1 comment

Comments

@jnolis
Copy link

jnolis commented Oct 31, 2018

A minor but strange bug: if you have dplyr already loaded and then load tidyverse, it lists the version of ggplot2 twice:

Code

library(dplyr)
library(tidyverse)

Output

-- Attaching packages --------------------------------------- tidyverse 1.2.1 --
v ggplot2 3.0.0     v readr   1.2.0
v tibble  1.4.2     v purrr   0.2.5
v tidyr   0.8.1     v stringr 1.3.1
v ggplot2 3.0.0     v forcats 0.3.0
-- Conflicts ------------------------------------------ tidyverse_conflicts() --
x dplyr::filter() masks stats::filter()
x dplyr::lag()    masks stats::lag()
@jennybc
Copy link
Member

jennybc commented Oct 31, 2018

Already fixed by #100 (here in the dev version)

@jennybc jennybc closed this as completed Oct 31, 2018
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

No branches or pull requests

2 participants