-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.33 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: ordinalsimr
Title: Compare Ordinal Endpoints Using Simulations
Version: 0.1.3
Authors@R:
person(given = "Pat",
family = "Callahan",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1769-7580"))
Description: Simultaneously evaluate multiple ordinal outcome measures. Applied data analysts in particular are faced with uncertainty in choosing appropriate statistical tests for ordinal data. The included 'shiny' application allows users to simulate outcomes given different ordinal data distributions.
License: MIT + file LICENSE
Imports:
assertthat,
bslib,
coin,
config (>= 0.3.1),
dplyr,
DT,
ggplot2,
golem (>= 0.4.0),
magrittr,
rhandsontable,
rlang,
rms,
shiny (>= 1.7.4),
shinycssloaders,
shinydashboard,
shinyWidgets,
stats,
tidyr,
utils,
withr
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.2
URL: https://github.com/NeuroShepherd/ordinalsimr, https://neuroshepherd.github.io/ordinalsimr/
BugReports: https://github.com/NeuroShepherd/ordinalsimr/issues
Suggests:
callr,
knitr,
pkgload,
purrr,
rmarkdown,
testthat (>= 3.0.0),
writexl
Config/testthat/edition: 3
Depends:
R (>= 4.4.0)
VignetteBuilder: knitr