-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 994 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
36
37
# Generated by roxygen2: do not edit by hand
export(build_workshops)
export(clean_workshops)
export(download_workshops)
export(extract_Rcode_workshops)
export(first_slides)
export(get_badges)
export(install_cran_archived_pkgs)
export(install_cran_pkgs)
export(install_repos_pkgs)
export(install_workshop_pkgs_indiv)
export(install_workshops_pkgs)
export(install_workshops_pkgs_remotes)
export(list_packages)
export(mail_workshop)
export(render_workshops)
export(update_template)
export(use_travis)
export(workshops_df)
importFrom(clipr,write_clip)
importFrom(crayon,blue)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(fs,path_package)
importFrom(glue,glue)
importFrom(knitr,purl)
importFrom(pagedown,chrome_print)
importFrom(remotes,install_deps)
importFrom(remotes,install_github)
importFrom(rmarkdown,render)
importFrom(tools,md5sum)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,unzip)
importFrom(yaml,read_yaml)