File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export(tempcal)
34
34
export(temperature_axis)
35
35
export(temperature_calculation)
36
36
importFrom(broom,tidy)
37
+ importFrom(dplyr,any_of)
37
38
importFrom(dplyr,arrange)
38
39
importFrom(dplyr,as_data_frame)
39
40
importFrom(dplyr,bind_cols)
Original file line number Diff line number Diff line change 22
22
# ' @importFrom glue glue glue_collapse
23
23
# ' @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
24
24
# ' @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
26
26
# ' @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
27
27
# ' @importFrom utils data getFromNamespace
28
28
NULL
You can’t perform that action at this time.
0 commit comments