New load message repeats package name #94
Closed
Comments
Doh. Thanks for the bug report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This mostly is an aesthetic issue, but I notice that when loading
tidyverse 1.2.1
, the startup message will recycle and reprint the name of atidyverse
package if you load an odd number of packages with thelibrary(tidyverse)
call. This would be the case if you previously load one of thetidyverse
packages and then calllibrary(tidyverse)
. Below are examples that demonstrate this.No repeats:
Repeats
tibble
:No repeats:
Repeats
tidyr
:The text was updated successfully, but these errors were encountered: