-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
72 lines (72 loc) · 2.07 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: eggla
Title: Early Growth Genetics Longitudinal Analysis
Version: 1.0.3
Authors@R:
c(person(given = "Mickaël",
family = "Canouil",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-3396-4549")),
person(given = "Nicole",
family = "Warrington",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-4195-775X")),
person(given = "Kimberley",
family = "Burrows",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-3208-0389")),
person(given = "Anni",
family = "Heiskala",
role = "aut",
email = "[email protected]"))
Description: Tools for longitudinal analysis within the EGG
(Early Growth Genetics) Consortium (<http://egg-consortium.org/>).
License: MIT + file LICENSE
URL: https://github.com/mcanouil/eggla,
https://m.canouil.dev/eggla/
BugReports: https://github.com/mcanouil/eggla/issues
Depends:
R (>= 4.2)
Imports:
stats,
nlme,
utils,
grDevices,
data.table (>= 1.15.0),
future.apply (>= 1.11.1),
growthcleanr (>= 2.2.0),
ggplot2 (>= 3.5.0),
ggtext (>= 0.1.2),
ggdist (>= 3.3.1),
ggbeeswarm (>= 0.7.2),
patchwork (>= 1.2.0),
broom.mixed (>= 0.2.9.4),
rlang (>= 1.1.3),
performance (>= 0.10.9)
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.20),
R.utils (>= 2.12.2),
scales (>= 1.2.1),
future (>= 1.32.0),
gt (>= 0.8.0),
lme4 (>= 1.1.31),
see (>= 0.7.4),
qqplotr (>= 0.0.6),
future.callr (>= 0.8.1),
forcats (>= 1.0.0),
roxygen2 (>= 7.2.3),
testthat (>= 3.1.7)
Remotes:
github::carriedaymont/[email protected]
SystemRequirements:
BCFtools (>= 1.16) (https://github.com/samtools/BCFtools),
PLINK2 (>= 2.0) (https://www.cog-genomics.org/plink/2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3