Skip to content

Commit 700fc2d

Browse files
committed
import any_of
1 parent debdf4e commit 700fc2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export(tempcal)
3434
export(temperature_axis)
3535
export(temperature_calculation)
3636
importFrom(broom,tidy)
37+
importFrom(dplyr,any_of)
3738
importFrom(dplyr,arrange)
3839
importFrom(dplyr,as_data_frame)
3940
importFrom(dplyr,bind_cols)

R/clumpedr-package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#' @importFrom glue glue glue_collapse
2323
#' @importFrom purrr map map_lgl map_chr map_df map_dfr map_int map_dbl map2 map2_chr map2_lgl map2_dbl map2_int safely is_empty when pluck
2424
#' @importFrom broom tidy
25-
#' @importFrom dplyr vars n select select_ rename rename_ arrange desc mutate mutate_ mutate_at mutate_if filter filter_ distinct as_data_frame left_join right_join full_join data_frame bind_rows bind_cols group_by group_by_ ungroup tally summarize summarise do case_when lead one_of summarise_all first last lead lag pull funs
25+
#' @importFrom dplyr vars n select select_ rename rename_ arrange desc mutate mutate_ mutate_at mutate_if filter filter_ distinct as_data_frame left_join right_join full_join data_frame bind_rows bind_cols group_by group_by_ ungroup tally summarize summarise do case_when lead one_of any_of summarise_all first last lead lag pull funs
2626
#' @importFrom stringr str_c str_detect str_to_title str_replace str_replace_all str_replace_na str_match str_match_all str_interp str_subset str_extract str_sub fixed
2727
#' @importFrom utils data getFromNamespace
2828
NULL

0 commit comments

Comments
 (0)