-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.11 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
45
46
47
48
49
50
Package: Gmisc
Version: 3.0.3
Title: Descriptive Statistics, Transition Plots, and More
Author: Max Gordon <max@gforge.se>
Maintainer: Max Gordon <max@gforge.se>
Description: Tools for making the descriptive "Table 1" used in medical
articles, a transition plot for showing changes between categories
(also known as a Sankey diagram), flow charts by extending the grid package,
a method for variable selection based on the SVD, Bézier lines with arrows
complementing the ones in the 'grid' package, and more.
License: GPL (>= 3)
URL: https://gforge.se
BugReports: https://github.com/gforge/Gmisc/issues
Biarch: yes
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: no
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 7.2.2