-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
30 lines (30 loc) · 896 Bytes
/
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
Package: gridsampler
License: GPL-3
Title: A Simulation Tool to Determine the Required Sample Size for Repertory Grid Studies
Type: Package
LazyLoad: yes
Authors@R: c(person("Mark", "Heckmann", email = "[email protected]", role = c("aut", "cre")),
person("Lukas", "Burk", email = "[email protected]", role = c("aut")))
Description: Simulation tool to facilitate determination of
required sample size to achieve category saturation
for studies using multiple repertory grids in conjunction with
content analysis.
Version: 0.6
Date: 2016-11-23
Imports:
shiny,
ggplot2,
reshape2,
plyr,
shinythemes,
BiasedUrn,
shinyBS
Suggests:
knitr,
testthat,
rmarkdown
Encoding: UTF-8
URL: https://github.com/markheckmann/gridsampler
BugReports: https://github.com/markheckmann/gridsampler/issues
VignetteBuilder: knitr
RoxygenNote: 5.0.1