-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.18 KB
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
45
46
47
48
49
50
51
52
Package: Gmisc
Version: 3.1.0
Title: Descriptive Statistics, Transition Plots, and More
Authors@R: c(
person(given = "Max", family = "Gordon",
email = "max@gforge.se", role = c("aut", "cre")))
Author: Max Gordon [aut, cre]
Maintainer: Max Gordon <max@gforge.se>
Description: Utilities for common medical-statistics graphics
and tables, including automatic creation of publication-ready "Table 1"
summaries; transition (Sankey) plots; flow-chart helpers that extend the
grid package; Bézier lines and arrows; and a singular-value-decomposition-
based variable-selection method.
License: GPL (>= 3)
URL: https://gforge.se
BugReports: https://github.com/gforge/Gmisc/issues
Depends:
R (>= 4.1.0),
Rcpp (>= 0.11.4),
htmlTable (>= 2.0.0)
Imports:
abind,
checkmate,
forestplot,
Hmisc,
glue,
grid,
grDevices,
graphics,
knitr,
lattice,
lubridate,
magrittr,
methods,
rlang,
rmarkdown,
stringr,
stats,
XML,
yaml,
utils
Suggests:
datasets,
dplyr,
jsonlite,
testthat,
tidyselect
Encoding: UTF-8
NeedsCompilation: yes
LinkingTo: Rcpp
VignetteBuilder: knitr
RoxygenNote: 7.3.3