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
While building and checking the package I got an error from running a vignette: there is no package called ggpmics I think there is a typo there and should be ggpmisc.
Related to this that vignette (using-scatterplot.Rmd), checks suggested dependency but they raise an error if the pacakge is not present: requireNamespace("ggpmics") should be requireNamespace("ggpmics", quietly = TRUE)
What happened?
While building and checking the package I got an error from running a vignette:
there is no package called ggpmics
I think there is a typo there and should be ggpmisc.Related to this that vignette (using-scatterplot.Rmd), checks suggested dependency but they raise an error if the pacakge is not present:
requireNamespace("ggpmics")
should berequireNamespace("ggpmics", quietly = TRUE)
Found reviewing #818
sessionInfo()
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: