forked from MomX/Momocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.19 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
Package: Momocs
Title: Morphometrics using R
Version: 1.1.5
Date: 2016-11-30
Authors@R: c( person("Vincent", "Bonhomme", ,
"[email protected]", c("aut", "cre")),
person("Julien", "Claude", , , c("aut")) )
Description: A complete toolkit for morphometrics, from data
extraction to multivariate analyses. Most common 2D
morphometrics approaches are included: outlines, open
outlines, configurations of landmarks, traditional
morphometrics, and facilities for data preparation,
manipulation and visualization with a consistent grammar
throughout. Momocs allows reproducible, complex
morphometric analyses, paves the way for a pure
open-source workflow in R, and other morphometrics
approaches should be easy to plug in, or develop from, on
top of this canvas.
License: GPL-2 | GPL-3
URL: https://github.com/vbonhomme/Momocs/
BugReports: https://github.com/vbonhomme/Momocs/issues
Depends: R(>= 3.2)
LazyData: true
Imports: ape, dplyr, magrittr, graphics, geometry, geomorph,
ggplot2, jpeg, MASS, plyr, reshape2, sp, utils
Suggests: devtools, knitr, rmarkdown, testthat, covr
VignetteBuilder: knitr
RoxygenNote: 5.0.1