-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.52 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(TTUProject)
export(TTUReports)
export(TTUSynopsis)
export(deprecated)
export(get_pkg_citation)
export(make_report_fl_nms_ls)
exportClasses(TTUProject)
exportClasses(TTUReports)
exportClasses(TTUSynopsis)
exportMethods(author)
exportMethods(exhibit)
exportMethods(investigate)
exportMethods(manufacture)
exportMethods(procure)
exportMethods(renew)
exportMethods(share)
import(methods)
import(ready4)
import(specific)
importFrom(Hmisc,capitalize)
importFrom(R.utils,copyDirectory)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,ggsave)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(methods,callNextMethod)
importFrom(purrr,discard)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(purrr,walk)
importFrom(ready4,author)
importFrom(ready4,exhibit)
importFrom(ready4,investigate)
importFrom(ready4,make_list_phrase)
importFrom(ready4,manufacture)
importFrom(ready4,procure)
importFrom(ready4,renew)
importFrom(ready4,share)
importFrom(ready4,write_fls_to_dv)
importFrom(ready4,write_with_consent)
importFrom(ready4show,make_rmd_fl_nms_ls)
importFrom(ready4use,Ready4useRepos)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,exec)
importFrom(stringr,str_locate)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(utils,packageDescription)