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
No big deal but the package name is [r]2dii so maybe theme_2dii() needs an alias theme_r2dii() for consistency.
The text was updated successfully, but these errors were encountered:
I skipped the 'r' as I thought it is more about our our organisation (as 2dii). But we can add the 'r' if you think it will make more sense.
Sorry, something went wrong.
More concretely what I suggest is to leave the name as is but add alias like this:
#' ... #' @aliases theme_r2dii #' ... theme_2dii <- function( ... ...
This means the function is called theme_2dii() but the helpfile pops up with either ?theme_2dii or ?theme_r2dii.
theme_2dii()
?theme_2dii
?theme_r2dii
No branches or pull requests
No big deal but the package name is [r]2dii so maybe theme_2dii() needs
an alias theme_r2dii() for consistency.
The text was updated successfully, but these errors were encountered: