-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.07 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
Package: nvdr
Title: NVD Vulnerability Data Analyser
Version: 1.0
Authors@R: person("github.com/realerikrani", email = "realerikrani@tuta.io", role = c("aut", "cre", "cph"))
Description: R package *nvdr* provides forecasts of monthly mean CVSS scores of subsets of CWE vulnerabilities.
Depends: R (>= 3.4)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports:
XML (>= 3.98-1.9),
data.table (>= 1.10.4-3),
plyr,
zoo,
stats,
gridExtra,
ggplot2,
utils,
methods,
R6,
fracdiff,
lmtest (>= 0.9-35),
tibble (>= 1.4.1),
forecast (== 8.3)
Collate:
'global_utils.R'
'nvdmodel.R'
'fitmodel.R'
'etsmodel.R'
'arimamodel.R'
'tslinearmodel.R'
'nnarmodel.R'
'arfimamodel.R'
'baggedetsmodel.R'
'tbatsmodel.R'
'structtsmodel.R'
'benchmarkmodel.R'
'fcastmodel.R'
'meanmodel.R'
'driftmodel.R'
'naivemodel.R'
'seasonalnaivemodel.R'
'cwe.R'
'data.R'
'xmlparser.R'
'xmlparser_utils.R'
'cvssforecaster.R'
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr