-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
72 lines (72 loc) · 1.75 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: ManyEcoEvo
Title: Meta-analyse data from 'Many-Analysts' style studies
Version: 2.7.6
Authors@R: c(
person("Elliot", "Gould", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-6585-538X")),
person("Hannah S.", "Fraser", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0003-2443-4463")),
person("Shinichi", "Nakagawa", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0002-7765-5182")),
person("Timothy H.", "Parker", role = "aut",
comment = c(ORCID = "https://orcid.org/0000-0003-2995-5284"))
)
Description: The ManyEcoEvo package provides a set of functions for aiding
data cleaning, preparation and conducting analysis for multi-analyst
style studies. It also contains datasets from the ManyEcoEvo project
for reproducing the ManyEcoEvo analysis.
License: GPL (>= 3)
URL: https://github.com/egouldo/ManyEcoEvo,
https://egouldo.github.io/ManyEcoEvo/
BugReports: https://github.com/egouldo/ManyEcoEvo/issues
Depends:
R (>= 2.10),
rmarkdown,
bookdown
Imports:
betapart,
cli,
data.table,
dplyr (>= 1.1.4),
forcats,
fs,
glue,
here,
lifecycle,
lme4,
magrittr,
metafor,
naniar,
pointblank,
purrr,
rlang,
tibble,
tidyr,
tidyselect,
withr
Suggests:
broom.mixed,
ggeffects,
knitr,
metaviz,
parameters,
parsnip,
performance,
pracma,
progress,
qs,
recipes,
rmarkdown,
sae,
targets,
timetk,
workflows
VignetteBuilder:
knitr
Remotes:
daniel1noble/orchaRd,
NightingaleHealth/ggforestplot
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2