-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.75 KB
/
DESCRIPTION
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: oysteR
Title: Scans R Projects for Vulnerable Third Party Dependencies
Version: 0.1.3.9001
Authors@R:
c(person(given = "Jeffry",
family = "Hesse",
role = "aut",
email = "[email protected]"),
person(given = "Brittany",
family = "Belle",
role = "aut",
email = "[email protected]"),
person(given = "Colin",
family = "Gillespie",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1787-0275")),
person(given = "Dan",
family = "Rollo",
role = "aut",
email = "[email protected]"),
person(given = "Josiah",
family = "Parry",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-9910-865X")),
person(given = "Sonatype",
role = "cph"))
Maintainer: Colin Gillespie <[email protected]>
Description: Collects a list of your third party R packages, and
scans them with the 'OSS' Index provided by 'Sonatype', reporting back
on any vulnerabilities that are found in the third party packages you
use.
License: Apache License 2.0 | file LICENSE
URL: https://github.com/sonatype-nexus-community/oysteR
BugReports:
https://github.com/sonatype-nexus-community/oysteR/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
dplyr,
glue,
httr,
jsonlite,
purrr,
rjson,
rlang,
stringr,
tibble,
tidyr,
utils,
yaml
Suggests:
covr,
httptest,
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1