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
I think the dependency on munsell' comes in via TopDom -> ggplot2, but not 100% sure. Eitherway, the above error goes away if fix 'munsell' to use importFrom(utils,globalVariables). BTW, that's the only solution I found to the problem. I'll send a PR next.
The text was updated successfully, but these errors were encountered:
Hi, when I
R CMD check
an in-house package 'MyPackage' of mine, I get:I think the dependency on munsell' comes in via TopDom -> ggplot2, but not 100% sure. Eitherway, the above error goes away if fix 'munsell' to use
importFrom(utils,globalVariables)
. BTW, that's the only solution I found to the problem. I'll send a PR next.The text was updated successfully, but these errors were encountered: