Skip to content
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

#258 fix_importfrom: remove assert_order_vars #259

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ importFrom(admiraldev,assert_function)
importFrom(admiraldev,assert_integer_scalar)
importFrom(admiraldev,assert_list_of)
importFrom(admiraldev,assert_logical_scalar)
importFrom(admiraldev,assert_order_vars)
importFrom(admiraldev,assert_param_does_not_exist)
importFrom(admiraldev,assert_s3_class)
importFrom(admiraldev,assert_symbol)
Expand Down
6 changes: 3 additions & 3 deletions R/admiralonco-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#' @importFrom admiraldev assert_character_scalar assert_character_vector
#' assert_data_frame assert_filter_cond assert_list_of assert_function
#' assert_integer_scalar assert_list_of assert_logical_scalar
#' assert_order_vars assert_param_does_not_exist assert_s3_class assert_symbol
#' assert_vars assert_varval_list enumerate expect_dfs_equal extract_vars
#' filter_if expr_c process_set_values_to squote suppress_warning vars2chr
#' assert_param_does_not_exist assert_s3_class assert_symbol assert_vars
#' assert_varval_list enumerate expect_dfs_equal extract_vars filter_if expr_c
#' process_set_values_to squote suppress_warning vars2chr
#' @importFrom dplyr arrange bind_rows case_when filter group_by if_else
#' left_join mutate rename right_join select slice ungroup
#' @importFrom lifecycle deprecate_warn deprecated deprecate_stop
Expand Down
Loading