-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
175 lines (174 loc) · 4.88 KB
/
Copy pathNAMESPACE
File metadata and controls
175 lines (174 loc) · 4.88 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_board)
export(add_board_github)
export(add_git_templates)
export(add_issue_clients)
export(add_issue_clients_github)
export(add_issue_dev)
export(add_issue_dev_github)
export(add_issue_kickoff)
export(add_issue_kickoff_github)
export(add_kit_package)
export(add_kit_project)
export(add_labels)
export(add_wikis)
export(add_wikis_github)
export(amend_yaml)
export(bs4_book_template)
export(build_pkgdown_with_reports)
export(check_if_yaml_exists)
export(clean_image)
export(clone_locally)
export(combine_ci)
export(create_book_project)
export(create_deploy_ci_stage)
export(create_group_project)
export(create_group_project_github)
export(create_issue_content_clients)
export(create_issue_content_clients_github)
export(create_issue_content_dev)
export(create_issue_content_dev_github)
export(create_issue_content_kickoff)
export(create_production)
export(create_r_project)
export(deploy_connect_bookdown)
export(deploy_connect_pkgdown)
export(deploy_connect_shiny)
export(fetch_connect)
export(gh_add_template_issue)
export(gh_create_weekly)
export(gh_create_weekly_new_projects_board)
export(gh_create_weekly_old_and_new_boards)
export(gl_add_template_issue)
export(gl_create_daily)
export(gl_create_weekly)
export(gl_get_milestones_progress)
export(graphql_to_tibble)
export(html_to_odt)
export(init_project_with_all)
export(modify_autoclose_and_coverage)
export(move_issues_from_gitlab_to_github)
export(paged_template)
export(project_options)
export(protect_branches)
export(push_all_to_branch)
export(push_main)
export(push_master)
export(read_ci)
export(render_book)
export(use_dev_history)
export(use_gitlab_ci)
export(use_gitlab_ci_deploy_connect)
export(use_gitlab_ci_deploy_connect_bookdown)
export(use_gitlab_ci_deploy_connect_pkgdown)
export(use_gitlab_ci_deploy_connect_shiny)
export(visualise_commits)
export(with_gitlab_project)
importFrom(bookdown,bs4_book)
importFrom(bookdown,render_book)
importFrom(cli,cat_rule)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_li)
importFrom(cli,cli_text)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_expand)
importFrom(forcats,fct_relevel)
importFrom(forcats,fct_reorder)
importFrom(fs,dir_create)
importFrom(fs,file_move)
importFrom(gert,git_add)
importFrom(gert,git_clone)
importFrom(gert,git_commit)
importFrom(gert,git_config_set)
importFrom(gert,git_pull)
importFrom(gert,git_push)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(gh,gh)
importFrom(gh,gh_gql)
importFrom(gitlabr,gitlab)
importFrom(gitlabr,gl_connection)
importFrom(gitlabr,gl_get_project)
importFrom(gitlabr,gl_list_issues)
importFrom(gitlabr,gl_new_issue)
importFrom(gitlabr,gl_proj_req)
importFrom(gitlabr,gl_project_connection)
importFrom(gitlabr,multilist_to_tibble)
importFrom(gitlabr,set_gitlab_connection)
importFrom(gitlabr,unset_gitlab_connection)
importFrom(glue,glue)
importFrom(golem,add_rstudioconnect_file)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,format_ISO8601)
importFrom(lubridate,now)
importFrom(magrittr,"%>%")
importFrom(pkgdown,build_site)
importFrom(purrr,list_modify)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(scales,label_number)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringi,stri_escape_unicode)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)
importFrom(tidyr,unnest)
importFrom(tidyr,unnest_wider)
importFrom(usethis,use_github_action)
importFrom(usethis,use_r)
importFrom(usethis,with_project)
importFrom(utils,askYesNo)
importFrom(utils,browseURL)
importFrom(utils,getFromNamespace)
importFrom(withr,with_dir)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)
importFrom(yesno,yesno)