-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
37 lines (36 loc) · 953 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(audit)
export(audit_conda)
export(audit_deps)
export(audit_description)
export(audit_installed_r_pkgs)
export(audit_renv_lock)
export(audit_req_txt)
export(expect_secure)
export(get_vulnerabilities)
export(remove_cache)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,mutate)
importFrom(httr,POST)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(jsonlite,read_json)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
importFrom(rjson,fromJSON)
importFrom(rlang,.data)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(stringr,str_squish)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)
importFrom(utils,installed.packages)
importFrom(utils,packageVersion)
importFrom(yaml,read_yaml)