forked from DeclareDesign/randomizr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.1 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
Package: randomizr
Title: Easy-to-Use Tools for Common Forms of Random Assignment and Sampling
Version: 0.23.0
Authors@R: c(person("Alexander", "Coppock", email = "acoppock@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5733-2386")),
person("Jasper", "Cooper", email = "jaspercooper@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-8639-3188")),
person("Neal", "Fultz", email = "nfultz@gmail.com", role = c("ctb"), comment = "C version of restricted partitions"),
person("Graeme", "Blair", email = "graeme.blair@ucla.edu", role = c("ctb"), comment = c(ORCID = "0000-0001-9164-2102")))
Description: Generates random assignments for common experimental designs and
random samples for common sampling designs.
URL: https://declaredesign.org/r/randomizr/, https://github.com/DeclareDesign/randomizr
BugReports: https://github.com/DeclareDesign/randomizr/issues
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
LazyData: true
Encoding: UTF-8
Suggests:
knitr,
dplyr,
testthat,
rmarkdown,
ri
VignetteBuilder: knitr
RoxygenNote: 7.1.2