Skip to content
Prev 6871 / 12125 Next

[R-pkg-devel] Using ggplot2 within another package

Hi Kevin,

I recently developed a plot function in a package that used ggplot and ran into the same problem.  I overcame the problem with a first line of (useless) code as

myX <- myY <- NULL

I found the solution inelegant but it worked.

cheers!
Mike