-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
70 lines (69 loc) · 1.81 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
61
62
63
64
65
66
67
68
69
70
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_code_of_conduct)
export(add_gitignore)
export(add_team_members)
export(add_team_to_repo)
export(call_agenda)
export(create_batch_certificates)
export(create_certificate)
export(create_github_clinic)
export(create_readme)
export(create_team)
export(init_repo)
export(kyber_file)
export(list_team_members)
export(list_teams)
export(md_agenda)
export(short_names)
import(knitr)
importFrom(cli,cli_abort)
importFrom(dplyr,.data)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,tibble)
importFrom(fs,dir_create)
importFrom(fs,file_copy)
importFrom(fs,path)
importFrom(gert,git_add)
importFrom(gert,git_branch)
importFrom(gert,git_branch_move)
importFrom(gert,git_clone)
importFrom(gert,git_commit)
importFrom(gert,git_init)
importFrom(gert,git_push)
importFrom(gert,git_remote_add)
importFrom(gh,gh)
importFrom(gitcreds,gitcreds_get)
importFrom(googlesheets4,read_sheet)
importFrom(lubridate,as_date)
importFrom(lubridate,day)
importFrom(lubridate,dweeks)
importFrom(lubridate,minutes)
importFrom(lubridate,month)
importFrom(lubridate,parse_date_time)
importFrom(magrittr,"%>%")
importFrom(parsermd,as_document)
importFrom(parsermd,as_tibble)
importFrom(parsermd,parse_rmd)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,list_flatten)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,safely)
importFrom(rmarkdown,draft)
importFrom(rmarkdown,md_document)
importFrom(rmarkdown,render)
importFrom(rmarkdown,yaml_front_matter)
importFrom(rstudioapi,hasFun)
importFrom(rstudioapi,navigateToFile)
importFrom(stringr,str_extract)
importFrom(tools,file_ext)