-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 864 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(airport_scan)
export(applescript)
export(check_notarization)
export(check_sig)
export(find_dsstore)
export(get_app_info)
export(kernel_state)
export(logger)
export(mdls)
export(read_dsstore)
export(read_plist)
export(resolve_alias)
export(software_update_history)
export(src_knowledgeC)
export(sw_vers)
export(system_profile)
import(reticulate)
import(stringi)
import(sys)
import(xml2)
importFrom(anytime,anytime)
importFrom(dplyr,case_when)
importFrom(dplyr,src_sqlite)
importFrom(purrr,"%>%")
importFrom(purrr,flatten_chr)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,safely)
importFrom(purrr,set_names)
importFrom(stats,complete.cases)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
importFrom(utils,read.fwf)
importFrom(utils,type.convert)