-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.37 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.37 KB
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
Package: DesignLibrary
Type: Package
Title: Library of Research Designs
Version: 0.1.10
Authors@R: c(
person("Graeme", "Blair", , "graeme.blair@ucla.edu", role = "aut"),
person("Jasper", "Cooper", , "jjc2247@columbia.edu", role = c("aut", "cre")),
person("Alexander", "Coppock", , "alex.coppock@yale.edu", role = "aut"),
person("Macartan", "Humphreys", , "macartan@gmail.com", role = "aut"),
person("Clara", "Bicalho", , "clarabmcorreia@gmail.com", role = "aut"),
person("Neal", "Fultz", , "nfultz@gmail.com", role = "aut"),
person("Lily", "Medina", , "lilymiru@gmail.com", role = "aut")
)
Description:
A simple interface to build designs using the package 'DeclareDesign'.
In one line of code, users can specify the parameters of individual
designs and diagnose their properties. The designers can also be used
to compare performance of a given design across a range of combinations
of parameters, such as effect size, sample size, and assignment probabilities.
URL: https://declaredesign.org/r/designlibrary/, https://github.com/DeclareDesign/DesignLibrary
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
DeclareDesign (>= 0.17.0),
R (>= 3.4.0),
randomizr (>= 0.16.1),
fabricatr (>= 0.8.0),
estimatr (>= 0.16.0)
Imports:
generics,
rlang,
glue
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 7.3.3