-
Notifications
You must be signed in to change notification settings - Fork 42
/
DESCRIPTION
43 lines (43 loc) · 1013 Bytes
/
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
Package: biostatmethods
Version: 0.1.2
Title: Data and Code for Methods in Biostatistics in R
Description: Accompanying code and data from the book "Methods in Biostatistics with R".
Authors@R: c(
person(given = "John",family = "Muschelli",
email = "[email protected]",role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6469-1750")),
person(given = "Ciprian",family = "Crainiceanu",
role = "aut"),
person(given = "Brian",family = "Caffo",
role = "aut")
)
License: GPL-3
Imports:
utils,
nsrr
Suggests:
knitr,
rmarkdown,
covr,
testthat,
tidyverse,
matrixStats,
oro.nifti,
VGAM,
corrplot,
mgcv,
fields,
ResourceSelection,
plotly,
broom,
dslabs,
binom
Encoding: UTF-8
LazyData: true
ByteCompile: true
Type: Package
Remotes: muschellij2/nsrr
VignetteBuilder: knitr
URL: https://github.com/muschellij2/biostatmethods
BugReports: https://github.com/muschellij2/biostatmethods/issues
RoxygenNote: 6.1.1