-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.88 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
71
72
73
74
75
# Generated by roxygen2: do not edit by hand
export(BiocBook)
export(add_chapter)
export(add_preamble)
export(chapters)
export(check_deps)
export(edit_bib)
export(edit_css)
export(edit_page)
export(edit_requirements_yml)
export(edit_yml)
export(init)
export(preview)
export(publish)
export(quick_init)
export(releases)
export(status)
exportClasses(BiocBook)
exportMethods(chapters)
exportMethods(path)
exportMethods(releases)
exportMethods(show)
importFrom(available,available)
importFrom(cli,cat_rule)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_div)
importFrom(cli,cli_end)
importFrom(cli,cli_progress_message)
importFrom(cli,cli_text)
importFrom(cli,cli_ul)
importFrom(cli,col_cyan)
importFrom(cli,col_grey)
importFrom(cli,pb_spin)
importFrom(dplyr,case_when)
importFrom(gert,git_clone)
importFrom(gert,git_commit_all)
importFrom(gert,git_config_global)
importFrom(gert,git_push)
importFrom(gert,git_remote_list)
importFrom(gert,git_signature)
importFrom(gh,gh)
importFrom(gh,gh_whoami)
importFrom(gitcreds,gitcreds_get)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(renv,dependencies)
importFrom(rlang,is_interactive)
importFrom(rprojroot,find_root_file)
importFrom(rprojroot,has_file)
importFrom(stringr,str_pad)
importFrom(stringr,str_trunc)
importFrom(tibble,tibble)
importFrom(tools,file_path_sans_ext)
importFrom(usethis,edit_file)
importFrom(usethis,git_sitrep)
importFrom(usethis,proj_activate)
importFrom(usethis,ui_path)
importFrom(usethis,ui_todo)
importFrom(usethis,ui_yeah)
importFrom(utils,download.file)
importFrom(utils,unzip)
importFrom(yaml,read_yaml)
importMethodsFrom(BiocGenerics,path)
importMethodsFrom(methods,show)