forked from gmbecker/GRANCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
94 lines (93 loc) · 2.24 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Generated by roxygen2: do not edit by hand
export("build_timeout<-")
export("check_timeout<-")
export("param<-")
export("repo_results<-")
export("suspended_pkgs<-")
export("use_cran_granbase<-")
export(GRANRepository)
export(RepoBuildParam)
export(RepoFromList)
export(RepoToList)
export(ResultsRow)
export(archivedir)
export(available.packages)
export(backup_archive)
export(build_timeout)
export(check_note_ok)
export(check_result_dir)
export(check_test_on)
export(check_timeout)
export(check_warn_ok)
export(checkout_dir)
export(contrib.url)
export(coverage_report_dir)
export(dest_base)
export(destination)
export(email_notify)
export(email_options)
export(errlogfile)
export(extra_fun)
export(install_result_dir)
export(install_test_on)
export(loadRepo)
export(logfile)
export(make_windows_bins)
export(metadatadir)
export(param)
export(pkg_doc_dir)
export(pkg_log_dir)
export(pkg_log_file)
export(prepDirStructure)
export(repo_name)
export(repo_results)
export(repo_url)
export(repobase)
export(saveRepo)
export(staging)
export(staging_logs)
export(suspended_pkgs)
export(temp_lib)
export(temp_repo)
export(use_cran_granbase)
export(windowsbindir)
export(writeGRANLog)
exportClasses(GRANRepository)
exportClasses(RepoBuildParam)
exportMethods("build_timeout<-")
exportMethods("check_timeout<-")
exportMethods("logfun<-")
exportMethods("repo_results<-")
exportMethods("sh_init_script<-")
exportMethods("use_cran_granbase<-")
exportMethods(archivedir)
exportMethods(backup_archive)
exportMethods(build_timeout)
exportMethods(check_result_dir)
exportMethods(check_timeout)
exportMethods(checkout_dir)
exportMethods(coverage_report_dir)
exportMethods(dep_repos)
exportMethods(dest_base)
exportMethods(destination)
exportMethods(email_notify)
exportMethods(email_options)
exportMethods(extra_fun)
exportMethods(install_packages)
exportMethods(install_result_dir)
exportMethods(logfun)
exportMethods(make_windows_bins)
exportMethods(metadatadir)
exportMethods(pkg_doc_dir)
exportMethods(pkg_log_dir)
exportMethods(pkg_log_file)
exportMethods(repo_url)
exportMethods(repobase)
exportMethods(sh_init_script)
exportMethods(staging)
exportMethods(staging_logs)
exportMethods(use_cran_granbase)
exportMethods(windowsbindir)
import(methods)
import(switchr)
importMethodsFrom(switchr,install_packages)