-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 999 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: ReplicationRelevance
Type: Package
Title: Calculates Relevance for Many Labs Replication Projects
Version: 0.2.0
Author: Stefan P. Thoma
Maintainer: Stefan P. Thoma <[email protected]>
Description: Package for my master thesis project.
Main use is to organize my R functions required to do the analysis.
Some functions are somewhat generalisable to other applications.
License: CC BY-NC-SA (Attribution-NonCommercial-ShareAlike)
Encoding: UTF-8
LazyData: true
vignRoxygenNote: 7.1.1.9001
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Imports:
readr,
dplyr,
lme4,
lattice,
ggplot2,
ggthemes,
specr,
rlang,
magrittr,
forcats,
tidyselect,
tibble,
patchwork,
RColorBrewer,
ggpubr,
lmerTest,
merTools,
rsq,
Rdpack,
performance,
xtable,
relevance (== 1.2),
metafor,
see
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)