-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
41 lines (41 loc) · 1.5 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
Package: qwraps2
Title: Quick Wraps 2
Version: 0.6.1
Authors@R: c(
person(given = "Peter", family = "DeWitt", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6391-0795")),
person(given = "Tell", family = "Bennett", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-1483-4236"))
)
Description: A collection of (wrapper) functions the creator found useful
for quickly placing data summaries and formatted regression results into
'.Rnw' or '.Rmd' files. Functions for generating commonly used graphics,
such as receiver operating curves or Bland-Altman plots, are also provided
by 'qwraps2'. 'qwraps2' is a updated version of a package 'qwraps'. The
original version 'qwraps' was never submitted to CRAN but can be found at
<https://github.com/dewittpe/qwraps/>. The implementation and limited scope
of the functions within 'qwraps2' <https://github.com/dewittpe/qwraps2/> is
fundamentally different from 'qwraps'.
Depends:
R (>= 3.5.0)
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/dewittpe/qwraps2/, http://www.peteredewitt.com/qwraps2/
BugReports: https://github.com/dewittpe/qwraps2/issues
Language: en-us
LazyData: true
Imports:
ggplot2,
knitr,
Rcpp (>= 0.12.11),
utils,
xfun
Suggests:
dplyr (>= 1.0.0),
survival,
covr,
glmnet,
rbenchmark,
rmarkdown
RoxygenNote: 7.3.2
LinkingTo: Rcpp (>= 0.12.11),
RcppArmadillo
VignetteBuilder: knitr