-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.42 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
Package: specr
Title: Conducting and Visualizing Specification Curve Analyses
Version: 1.0.1
Authors@R: c(
person(given = "Philipp K.",
family = "Masur",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0003-3065-7305")),
person(given = "Michael",
family = "Scharkow",
role = c("aut"),
email = "[email protected]")
)
Description: Provides utilities for conducting specification curve analyses (Simonsohn, Simmons & Nelson (2020, <doi: 10.1038/s41562-020-0912-z>) or multiverse analyses (Steegen, Tuerlinckx, Gelman & Vanpaemel, 2016, <doi: 10.1177/1745691616658637>) including functions to setup, run, evaluate, and plot all specifications.
License: GPL-3
URL: https://masurp.github.io/specr/, https://github.com/masurp/specr
BugReports: https://github.com/masurp/specr/issues
Depends:
R (>= 3.5.0)
Imports:
broom,
cowplot,
dplyr,
furrr,
future,
ggplot2,
ggraph,
glue,
igraph,
lifecycle,
lme4,
magrittr,
methods,
parallelly,
purrr,
rlang,
rsample,
stringr,
tibble,
tidyr
Suggests:
broom.mixed,
gapminder,
ggridges,
knitr,
lavaan,
testthat,
tidyverse,
performance,
rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr