-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method("[",rhub_platforms)
S3method(format,rhub_platforms)
S3method(format,rhub_platforms_summary)
S3method(print,rhub_platforms)
S3method(print,rhub_platforms_summary)
S3method(summary,rhub_platforms)
export(check)
export(check_for_cran)
export(check_on_centos)
export(check_on_debian)
export(check_on_fedora)
export(check_on_linux)
export(check_on_macos)
export(check_on_solaris)
export(check_on_ubuntu)
export(check_on_windows)
export(check_with_rdevel)
export(check_with_roldrel)
export(check_with_rpatched)
export(check_with_rrelease)
export(check_with_sanitizers)
export(check_with_valgrind)
export(get_check)
export(last_check)
export(list_my_checks)
export(list_package_checks)
export(list_validated_emails)
export(local_check_linux)
export(local_check_linux_images)
export(platforms)
export(rc_list_local_tokens)
export(rc_list_repos)
export(rc_new_token)
export(rc_submit)
export(rhub_check)
export(rhub_doctor)
export(rhub_platforms)
export(rhub_setup)
export(validate_email)
importFrom(R6,R6Class)
importFrom(cli,symbol)
importFrom(jsonlite,toJSON)
importFrom(rappdirs,user_data_dir)
importFrom(rematch,re_match)
importFrom(utils,getSrcDirectory)
importFrom(utils,getSrcFilename)
importFrom(utils,getSrcLocation)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,write.table)
importFrom(whoami,email_address)