-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 947 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(aim)
export(build)
export(edit_makefile)
export(edit_shortcuts)
export(init)
importFrom(glue,glue)
importFrom(glue,glue_data)
importFrom(magrittr,"%>%")
importFrom(readr,read_file)
importFrom(readr,read_lines)
importFrom(readr,write_lines)
importFrom(rstudioapi,executeCommand)
importFrom(rstudioapi,hasFun)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,navigateToFile)
importFrom(rstudioapi,sendToConsole)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(tibble,tibble)
importFrom(usethis,ui_code)
importFrom(usethis,ui_done)
importFrom(usethis,ui_field)
importFrom(usethis,ui_info)
importFrom(usethis,ui_oops)
importFrom(usethis,ui_path)
importFrom(usethis,ui_stop)
importFrom(usethis,ui_todo)
importFrom(usethis,ui_value)
importFrom(usethis,ui_yeah)