-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 910 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
31
32
33
Type: Package
Package: LikertMakeR
Title: Synthesise and Correlate Likert Scale and Rating-Scale Data based on summary statistics only
Version: 1.0.0
Authors@R:
person("Hume", "Winzar", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-7475-2641"))
Description: Generate and correlate synthetic Likert and rating-scale
data with predefined means, standard deviations, _Cronbach's Alpha_,
and other summary statistics.
License: MIT + file LICENSE
URL: https://github.com/WinzarH/LikertMakeR
BugReports: https://github.com/WinzarH/LikertMakeR/issues
Depends:
R (>= 4.2.0)
Imports:
dplyr,
gtools,
Rcpp
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2