Skip to content
Prev 8485 / 12125 Next

[R-pkg-devel] Warning about ggplot although no ggplot is used anywhere in the package

You could trace the ggplot function using trace(ggplot2::element_line)
and then load the package and run your examples.
Whenever the function is used in the background, it should tell you.
++



On Thu, 22 Sept 2022 at 13:40, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote: