-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1 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
Package: kaona
Type: Package
Title: Kaona
Version: 0.0.0.9000
Description: Methods to analyze NASA's Aviation and Safety Reporting System
Authors@R: c(
person('Carlos', 'Paradis', role = c('aut', 'cre'),
email = '[email protected]',
comment = c(ORCID = "0000-0002-3062-7547")),
person('Rick', 'Kazman', role = c('ths'),
email = ''),
person('Misty', 'Davies', role = c('ths'),
email = '')
)
Maintainer: Carlos Paradis <[email protected]>
License: TBD
Encoding: UTF-8
LazyData: true
Suggests: text2vec (>= 0.5.1),
lubridate (>= 1.7.4),
ggplot2 (>= 3.2.1),
ggthemes (>= 4.2.0),
pkgdown (>= 1.4.1),
knitr (>= 1.26),
reactable (>= 0.1.0)
Depends:
R (>= 3.6.0)
Imports:
data.table (>= 1.12.8),
arrangements (>= 1.1.8),
knitr,
stringr (>= 1.4.0),
tokenizers (>= 0.2.1),
DEoptim (>= 2.2-4),
magrittr (>= 1.5)
VignetteBuilder: knitr
URL: https://github.com/sailuh/kaona
BugReports: https://github.com/sailuh/kaona/issues
RoxygenNote: 7.0.2