cowplot-getting some error,how can I fix it ?
hi
When I run the library(cowplot), getting some error. what does it mean? please check error below
Note: As of version 1.0.0, cowplot does not change the
default ggplot2 theme anymore. To recover the previous
*behavior, execute:
theme_set(theme_cowplot())
• 1,493 views
•
link
1 answer
That's a note rather than an error. In an earlier version of cowplot, when you loaded the package, cowplot set the global ggplot2 theme that was used by the R session (presumably this annoyed a few people). The note just states that it no longer changes the global ggplot2 theme.
• 0 views
•
link
Log in to answer this question.