-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed unrecognized global functions causing a note
Since ggplot2 is only suggested, its namespace is not fully imported (and it should not, we don't want to force users to install ggplot to use our package). Every function which namespace was not imported has to be called using the prefix pkg::f() or it causes a note during the CRAN checks. It (marginally) beats having to create a separate package.
- Loading branch information
Showing
3 changed files
with
79 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.