-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 914 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
Package: Momstats
Title: Statistical Methods on top of Momocs
Version: 0.1.0
Authors@R:
person(given = "Vincent",
family = "Bonhomme",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2742-6349"))
Maintainer: Vincent Bonhomme <[email protected]>
Description: The goal of Momstats is to provide statistical methods,
mostly multivariate, on top of Momocs.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Imports:
magrittr,
Momocs2,
MASS,
stats,
vegan,
ggplot2,
tibble,
rlang (>= 0.1.2),
tidyselect,
forcats,
dplyr,
cli,
broom,
purrr,
crayon,
glue
Remotes:
MomX/Momocs2
Suggests:
testthat,
covr,
rmarkdown,
knitr,
roxygen2
VignetteBuilder: knitr
Depends:
R (>= 2.10)