-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
31 lines (30 loc) · 816 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
# Generated by roxygen2: do not edit by hand
export(check_pkgs_availability)
export(install_missing_pkgs)
export(list_files_github_gists)
export(list_files_github_repo)
export(list_files_wd)
export(network_plot)
export(spot_funs)
export(spot_funs_custom)
export(spot_funs_files)
export(spot_pkgs)
export(spot_pkgs_files)
export(spot_pkgs_from_description)
export(spot_pkgs_used)
export(spot_tags)
export(str_detect_r_docs)
export(unnest_results)
import(dplyr)
importFrom(lifecycle,deprecated)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_flatten)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_subset)
importFrom(tidyr,unnest)