-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Remove ellipsis dependency and use rlang #112
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this fix.
The core contribution of pointing to ellipsis
is great, and I'd like to accept this. But please can you respond to the two comments I made, and address these?
R/sortable-package.R
Outdated
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
|
||
# The following block is used by usethis to automatically manage | ||
# roxygen namespace tags. Modify with care! | ||
## usethis namespace: start | ||
#' @importFrom assertthat assert_that is.string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason that you moved these lines into the roxygen protected area?
NAMESPACE
Outdated
@@ -19,6 +19,7 @@ export(sortable_js_capture_input) | |||
export(sortable_options) | |||
export(sortable_output) | |||
export(update_bucket_list) | |||
export(update_rank_list) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The function update_rank_list()
is deliberately not exported because it doesn't accurately solve the problem it's supposed to solve.
Just undid the other unrelated changes! |
Hmmm. I'm not sure what happened, but the current status of this PR seems to not include the original change to use I'm almost done implementing your original intent into the Once that's done, I'll close this PR. Many thanks for identifying the deprecated code and suggesting the fix. |
Many thanks for your help. I'll revert from |
Done!
Since ellipsis is deprecated and replaced by equivalent rlang functions https://rlang.r-lib.org/news/index.html#argument-intake-1-0-0