-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
32 lines (31 loc) · 970 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
# Generated by roxygen2: do not edit by hand
export(annotate_active_file)
export(annotate_data_active_file)
export(annotate_fun_calls)
export(annotate_fun_calls_active_file)
export(annotate_pkg_calls)
export(annotate_pkg_datasets)
export(annotate_repo_source)
export(annotate_repos_active_file)
export(annotate_repostitle)
export(annotate_repostitle_active)
export(annotate_script)
export(expand_metapackages)
export(expand_metapackages_active_file)
export(match_pkg_names)
importFrom(dplyr,`%>%`)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,pull)
importFrom(knitr,purl)
importFrom(purrr,map)
importFrom(rlang,.data)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(rstudioapi,insertText)
importFrom(rstudioapi,modifyRange)
importFrom(rstudioapi,versionInfo)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_split_lines1)
importFrom(stringr,str_detect)
importFrom(tibble,rowid_to_column)
importFrom(utils,sessionInfo)