-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
145 lines (144 loc) · 3.97 KB
/
Copy pathNAMESPACE
File metadata and controls
145 lines (144 loc) · 3.97 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
# Generated by roxygen2: do not edit by hand
S3method(print,checklist_language)
S3method(print,checklist_spelling)
export(add_agents)
export(add_issue_templates)
export(ask_rightsholder_funder)
export(c_sort)
export(check_cran)
export(check_description)
export(check_documentation)
export(check_environment)
export(check_filename)
export(check_folder)
export(check_license)
export(check_lintr)
export(check_package)
export(check_project)
export(check_source)
export(check_spelling)
export(checklist)
export(clean_git)
export(create_hexsticker)
export(create_package)
export(create_project)
export(custom_dictionary)
export(execshell)
export(install_pak)
export(is_repository)
export(is_workdir_clean)
export(new_branch)
export(prepare_ghpages)
export(read_checklist)
export(set_license)
export(set_tag)
export(setup_package)
export(setup_project)
export(setup_source)
export(spelling)
export(tidy_desc)
export(update_citation)
export(write_checklist)
export(yesno)
importFrom(R6,R6Class)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.number)
importFrom(assertthat,is.string)
importFrom(assertthat,noNA)
importFrom(citeme,add_badges)
importFrom(citeme,ask_language)
importFrom(citeme,ask_url)
importFrom(citeme,ask_yes_no)
importFrom(citeme,cache_org)
importFrom(citeme,citation_meta)
importFrom(citeme,coalesce)
importFrom(citeme,get_available_organisations)
importFrom(citeme,individual2badge)
importFrom(citeme,individual2df)
importFrom(citeme,individual2person)
importFrom(citeme,is_tracked_not_modified)
importFrom(citeme,license_local_remote)
importFrom(citeme,menu_first)
importFrom(citeme,new_org_item)
importFrom(citeme,new_org_list)
importFrom(citeme,org_list)
importFrom(citeme,org_list_from_url)
importFrom(citeme,select_individual)
importFrom(citeme,select_license)
importFrom(citeme,ssh_http)
importFrom(citeme,validate_language)
importFrom(cli,cli_h1)
importFrom(cli,cli_text)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(cyclocomp,cyclocomp)
importFrom(desc,desc)
importFrom(desc,description)
importFrom(devtools,build_readme)
importFrom(devtools,document)
importFrom(gert,git_add)
importFrom(gert,git_ahead_behind)
importFrom(gert,git_branch)
importFrom(gert,git_branch_checkout)
importFrom(gert,git_branch_create)
importFrom(gert,git_branch_delete)
importFrom(gert,git_branch_exists)
importFrom(gert,git_branch_list)
importFrom(gert,git_commit)
importFrom(gert,git_commit_id)
importFrom(gert,git_config)
importFrom(gert,git_config_set)
importFrom(gert,git_diff)
importFrom(gert,git_fetch)
importFrom(gert,git_find)
importFrom(gert,git_info)
importFrom(gert,git_init)
importFrom(gert,git_log)
importFrom(gert,git_ls)
importFrom(gert,git_pull)
importFrom(gert,git_push)
importFrom(gert,git_remote_add)
importFrom(gert,git_remote_list)
importFrom(gert,git_rm)
importFrom(gert,git_stat_files)
importFrom(gert,git_status)
importFrom(gert,git_submodule_list)
importFrom(gert,git_tag_create)
importFrom(gert,git_tag_list)
importFrom(grDevices,dev.off)
importFrom(grDevices,svg)
importFrom(graphics,plot.new)
importFrom(graphics,text)
importFrom(hunspell,dictionary)
importFrom(hunspell,hunspell)
importFrom(hunspell,list_dictionaries)
importFrom(lintr,lint_dir)
importFrom(lintr,lint_package)
importFrom(pkgdown,build_site)
importFrom(rcmdcheck,rcmdcheck)
importFrom(rmarkdown,pandoc_exec)
importFrom(rmarkdown,yaml_front_matter)
importFrom(sessioninfo,session_info)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(tools,R_user_dir)
importFrom(tools,RdTextFilter)
importFrom(tools,loadPkgRdMacros)
importFrom(tools,loadRdMacros)
importFrom(tools,toTitleCase)
importFrom(utils,browseURL)
importFrom(utils,data)
importFrom(utils,file_test)
importFrom(utils,head)
importFrom(utils,installed.packages)
importFrom(utils,menu)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(withr,defer)
importFrom(withr,with_path)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)