-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
42 lines (42 loc) · 1.02 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
Package: riskybiz
Title: Handy wrapper for cmprsk package
Version: 0.0.0.9000
Authors@R:
c(person(given = "Margie",
family = "Hannum",
role = c("aut", "cre"),
email = "margie.hannum@gmail.com",
comment = c(ORCID = "0000-0002-2953-0449")),
person(given = "Daniel D.",
family = "Sjoberg",
role = c("aut"),
email = "danield.sjoberg@gmail.com",
comment = c(ORCID = "0000-0003-0862-2018"))
)
Description: Wrapper functions for to make {cmprsk} package tidy
and accessible.
License: MIT + file LICENSE
URL: https://github.com/margarethannum/riskybiz
BugReports: https://github.com/margarethannum/riskybiz/issues
Depends:
R (>= 3.4),
cmprsk
Imports:
generics,
magrittr,
survival
Suggests:
covr,
dplyr,
spelling,
tibble,
tidyr,
testthat (>= 2.1.0),
knitr,
rmarkdown
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
VignetteBuilder: knitr