You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argh! An issue with the ggplot themes.... I'm getting thrown an Error: object of type 'closure' is not subsettable issue when using the theme_council() call (but no error when using the old council_theme() call). Any ideas here @eroten ?
``` rdatasets::cars %>%
ggplot(aes(x=speed, y=dist)) +
geom_point() +councilR::theme_council()
#> Error in datasets::cars %>% ggplot(aes(x = speed, y = dist)): could not find function "%>%"
Argh! An issue with the ggplot themes.... I'm getting thrown an
Error: object of type 'closure' is not subsettable
issue when using thetheme_council()
call (but no error when using the oldcouncil_theme()
call). Any ideas here @eroten ?Created on 2022-05-03 by the reprex package (v2.0.1)
Session info
The text was updated successfully, but these errors were encountered: