Skip to content

Commit

Permalink
rname file
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Nov 11, 2024
1 parent c806477 commit 062e258
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' @importFrom assertthat assert_that noNA are_equal has_name is.string
#' @importFrom checkmate assert_class assert_numeric assert_flag assert_count assert_number
#' @importFrom cli cat_bullet
#' @importFrom dplyr mutate_at mutate rename filter select semi_join case_when all_of arrange left_join distinct
#' @importFrom dplyr mutate_at mutate rename filter select semi_join case_when all_of arrange left_join distinct inner_join
#' @importFrom filters apply_filter
#' @importFrom formatters var_relabel propose_column_widths var_labels obj_label matrix_form
#' @importFrom formatters var_labels<- paginate_indices
Expand Down
2 changes: 1 addition & 1 deletion man/fastDoCall.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 062e258

Please sign in to comment.