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

Quitar los warnings del paquete al cargarlo #24

Open
ajpelu opened this issue Oct 2, 2024 · 1 comment
Open

Quitar los warnings del paquete al cargarlo #24

ajpelu opened this issue Oct 2, 2024 · 1 comment

Comments

@ajpelu
Copy link
Owner

ajpelu commented Oct 2, 2024

Parece que hay algunos warnings relacionados con import ggplot2 e import ggtern.

library(famexploreR)
Registered S3 methods overwritten by 'ggtern':
  method           from   
  grid.draw.ggplot ggplot2
  plot.ggplot      ggplot2
  print.ggplot     ggplot2
There were 18 warnings (use warnings() to see them)

warnings()
Warning messages:
1: replacing previous import ‘ggplot2::ggplot’ by ‘ggtern::ggplot’ when loading ‘famexploreR’
2: replacing previous import ‘ggplot2::layer_data’ by ‘ggtern::layer_data’ when loading ‘famexploreR’
3: replacing previous import ‘ggplot2::theme_gray’ by ‘ggtern::theme_gray’ when loading ‘famexploreR’
4: replacing previous import ‘ggplot2::theme_void’ by ‘ggtern::theme_void’ when loading ‘famexploreR’
5: replacing previous import ‘ggplot2::theme_linedraw’ by ‘ggtern::theme_linedraw’ when loading ‘famexploreR’
6: replacing previous import ‘ggplot2::ggplot_gtable’ by ‘ggtern::ggplot_gtable’ when loading ‘famexploreR’
7: replacing previous import ‘ggplot2::annotate’ by ‘ggtern::annotate’ when loading ‘famexploreR’
8: replacing previous import ‘ggplot2::theme_classic’ by ‘ggtern::theme_classic’ when loading ‘famexploreR’
9: replacing previous import ‘ggplot2::ggsave’ by ‘ggtern::ggsave’ when loading ‘famexploreR’
10: replacing previous import ‘ggplot2::theme_minimal’ by ‘ggtern::theme_minimal’ when loading ‘famexploreR’
11: replacing previous import ‘ggplot2::theme_light’ by ‘ggtern::theme_light’ when loading ‘famexploreR’
12: replacing previous import ‘ggplot2::theme_dark’ by ‘ggtern::theme_dark’ when loading ‘famexploreR’
13: replacing previous import ‘ggplot2::ggplotGrob’ by ‘ggtern::ggplotGrob’ when loading ‘famexploreR’
14: replacing previous import ‘ggplot2::ggplot_build’ by ‘ggtern::ggplot_build’ when loading ‘famexploreR’
15: replacing previous import ‘ggplot2::theme_bw’ by ‘ggtern::theme_bw’ when loading ‘famexploreR’
16: replacing previous import ‘ggplot2::aes’ by ‘ggtern::aes’ when loading ‘famexploreR’
17: replacing previous import ‘ggtern::ggplot’ by ‘ggplot2::ggplot’ when loading ‘famexploreR’
18: replacing previous import ‘ggtern::theme_minimal’ by ‘ggplot2::theme_minimal’ when loading ‘famexploreR’
@ajpelu
Copy link
Owner Author

ajpelu commented Oct 2, 2024

Mira esa aproximación:
column_name <- rlang::ensym(.x)

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

1 participant