-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
37 lines (36 loc) · 940 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_as_cran)
export(check_clean_userspace)
export(create_example_pkg)
export(find_missing_tags)
export(get_data_info)
export(get_no_visible)
export(get_notes)
export(print_globals)
export(use_data_doc)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(purrr,compact)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,walk)
importFrom(rcmdcheck,rcmdcheck)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(utils,getFromNamespace)