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
Should we consider constructing base objects by only using their names ?
This would be optional, and there are 2 levels to this, only base or all base packages.
maybe base_objects = c("base_R", "base_package", "none") ?
base_objects = c("base_R", "base_package", "none")
Implementation wise, it just means prefeeding the data arg.
The text was updated successfully, but these errors were encountered:
This requires tweaking. We don't want to map identity to force, or FALSE to F.
identity
force
FALSE
F
Sorry, something went wrong.
This might be done with the "data" arg, I'm not sure we need more, we still need though to :
"*base_packages*"
before setting as a default we should look at the performance impact
No branches or pull requests
Should we consider constructing base objects by only using their names ?
This would be optional, and there are 2 levels to this, only base or all base packages.
maybe
base_objects = c("base_R", "base_package", "none")
?Implementation wise, it just means prefeeding the data arg.
The text was updated successfully, but these errors were encountered: