-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
executable file
·48 lines (47 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(last_version_openblas)
export(last_version_r)
export(link_again)
export(rcompiler)
export(rnews)
export(ropenblas)
importFrom(RCurl,getURL)
importFrom(XML,getHTMLLinks)
importFrom(cli,col_blue)
importFrom(cli,col_green)
importFrom(cli,col_red)
importFrom(cli,rule)
importFrom(cli,style_bold)
importFrom(cli,style_underline)
importFrom(cli,symbol)
importFrom(fs,file_show)
importFrom(getPass,getPass)
importFrom(git2r,checkout)
importFrom(git2r,clone)
importFrom(git2r,remote_ls)
importFrom(git2r,tags)
importFrom(glue,glue)
importFrom(magrittr,"%>%")
importFrom(pingr,is_online)
importFrom(rlang,caller_env)
importFrom(rlang,env)
importFrom(rlang,env_get)
importFrom(rlang,exec)
importFrom(rlang,global_env)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,restartSession)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,sessionInfo)
importFrom(utils,tail)
importFrom(utils,untar)
importFrom(withr,with_dir)