-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 956 Bytes
/
Copy pathNAMESPACE
File metadata and controls
42 lines (41 loc) · 956 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
33
34
35
36
37
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
S3method(analyze_segment,R)
S3method(analyze_segment,default)
S3method(analyze_segment,shell)
S3method(extract_segments,R)
S3method(extract_segments,Rd)
S3method(extract_segments,Rmd)
S3method(extract_segments,Rnw)
S3method(extract_segments,default)
S3method(extract_segments,rsp)
S3method(extract_segments,shell)
S3method(format,pkgaudit)
S3method(print,pkgaudit)
S3method(print,summary.pkgaudit)
S3method(summary,pkgaudit)
export(analyze_segment)
export(audit_package)
export(audit_tarball)
export(emit_sarif)
export(export_unscanned)
export(extract_segments)
export(hash_manifest)
export(load_rules)
export(new_findings)
export(new_segment)
export(rules_version)
export(validate_tar)
importFrom(DBI,
dbConnect,
dbDisconnect,
dbGetQuery
)
importFrom(RSQLite,SQLite)
importFrom(digest,digest)
importFrom(xml2,
read_xml,
xml_attr,
xml_find_all,
xml_path
)
importFrom(xmlparsedata,xml_parse_data)