-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.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
40
41
42
43
44
Package: VISCfunctions
Type: Package
Title: VISC STP/SRA functions
Version: 1.2.4
Authors@R: c(person("Bryan", "Mayer", ,"[email protected]", "aut"),
person("Monica", "Gerber", ,"[email protected]", "aut"),
person("Celia", "Mahoney", ,"[email protected]", "aut"),
person("Ellis", "Hughes", ,"[email protected]", "aut"),
person("Heather", "Bouzek", ,"[email protected]", "aut"),
person("Jimmy", "Fulp", ,"[email protected]", c("aut", "cre"))
)
Description: Statistical, data processing, and annotation functions for VISC.
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports:
binom,
broom (>= 0.5.0),
coin (>= 1.3-1),
dplyr (>= 0.8.1),
Exact,
git2r,
haven (>= 2.0.0),
Hmisc,
kableExtra,
knitr,
purrr,
lifecycle (>= 0.2.0),
sessioninfo,
survival,
tibble,
tidyr,
withr
Suggests:
ggplot2,
pracma,
rmarkdown,
testthat,
stringr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)