We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you use a gsplot function before the library is loaded, then pkg.env is not correct, which makes allowedTypes in config.R empty.
pkg.env
allowedTypes
config.R
# unhelpful match.arg error gsplot::gsplot() Error in match.arg(type, choices = allowedTypes) : 'arg' should be one of # more useful error about not know what gsplot is gsplot::points(gsplot(), 1,2) Error in override("graphics", "points", object, ...) : could not find function "gsplot"
Should we throw a more helpful error?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you use a gsplot function before the library is loaded, then
pkg.env
is not correct, which makesallowedTypes
inconfig.R
empty.Should we throw a more helpful error?
The text was updated successfully, but these errors were encountered: