-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 852 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 852 Bytes
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
# Generated by roxygen2: do not edit by hand
export(add_package)
export(check_package)
export(get_mirror_status)
export(refresh_status_yml)
export(setup_repo_features)
export(update_all_packages)
export(update_description)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_h2)
importFrom(cli,cli_process_done)
importFrom(cli,cli_process_start)
importFrom(cli,cli_verbatim)
importFrom(cli,no)
importFrom(desc,description)
importFrom(gh,gh)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(stats,na.omit)
importFrom(utils,tail)
importFrom(utils,untar)
importFrom(yaml,read_yaml)
importFrom(yaml,write_yaml)