-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
57 lines (57 loc) · 1.8 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
51
52
53
54
55
56
57
Package: SampleSizePlanner
Title: Application to Select the Fitting Sample Size Planning Method
Version: 0.1.0
Authors@R:
c(person(given = 'Marton',
family = 'Kovacs',
email = '[email protected]',
role = c('cre', 'aut'),
comment = c(ORCID = '0000-0002-8142-8492')),
person(given = 'Don',
family = 'van Ravenzwaaij',
role = 'ctb',
comment = c(ORCID = '0000-0002-5030-4091')),
person(given = 'Rink',
family = 'Hoekstra',
role = 'ctb',
comment = c(ORCID = '0000-0002-1588-7527')),
person(given = 'Balazs',
family = 'Aczel',
role = 'ctb',
comment = c(ORCID = '0000-0001-9364-4988')))
Description: The package contains a Shiny application that through several questions step by step helps researchers to find the sample size planning method that best fits their needs. The application also helps to determine the parameters needed to run the given method. Finally, the application helps researchers to report the outcome of their sample size plan.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny (>= 1.6.0),
golem (>= 0.3.1),
processx (>= 3.5.2),
attempt (>= 0.3.1),
DT (>= 0.18),
glue (>= 1.4.2),
htmltools (>= 0.5.1.1),
ggplot2 (>= 3.3.4),
shinyjs (>= 2.0.0),
BayesFactor (>= 0.9.12.4.2),
tibble (>= 3.1.2),
plotly (>= 4.9.4.1),
waiter (>= 0.2.1),
assertive (>= 0.3.6),
assertthat (>= 0.2.1),
magrittr (>= 2.0.1),
MBESS (>= 4.8.0),
pkgload (>= 1.2.1),
config (>= 0.3.1),
clipr,
dplyr,
rlang,
purrr,
rclipboard,
stats,
shinyMatrix
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.2)
Depends:
R (>= 2.10)