-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 920 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 920 Bytes
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
Package: allocorrect
Title: Allometric Adjustment for Multi-Group Data
Version: 0.1
Authors@R:
person(
given = "Raphaël",
family = "Scherrer",
email = "r.scherrer@rug.nl",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1447-7630")
)
Description: This package implemens some correction tools for morphometric variables
that are allometrically linked to some undderlying confounding variable, such as
body size. It attempts at correcting caveats that arise in previous methods when
multiple groups are considered and compared, such as in studies of sexual dimorphism
in traits that must first be corrected for body size.
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
ggplot2,
scales,
rlang
Config/testthat/edition: 3