-
Notifications
You must be signed in to change notification settings - Fork 67
/
NAMESPACE
42 lines (41 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method(format,github_remote)
S3method(format,remotes)
S3method(github_resolve_ref,"NULL")
S3method(github_resolve_ref,default)
S3method(github_resolve_ref,github_pull)
S3method(github_resolve_ref,github_release)
S3method(print,package_deps)
S3method(remote_download,github_remote)
S3method(remote_metadata,github_remote)
S3method(remote_package_name,github_remote)
S3method(remote_sha,github_remote)
export("%>%")
export(add_pkgs)
export(code_section)
export(compile_iss)
export(copy_installation)
export(create_app)
export(create_bat)
export(create_config)
export(directives_section)
export(download_packages)
export(example_app)
export(files_section)
export(get_Chrome)
export(get_Pandoc)
export(get_R)
export(get_Rtools)
export(icons_section)
export(install_inno)
export(install_nodejs)
export(languages_section)
export(nativefy_app)
export(run_section)
export(sanitize_R_version)
export(setup_section)
export(standardize_pkgs)
export(start_iss)
export(tasks_section)
importFrom(magrittr,"%>%")
importFrom(utils,compareVersion)