-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.14 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
Package: geomorph
Title: Geometric Morphometric Analyses of 2D and 3D Landmark Data
Version: 4.0.10
Authors@R: c(
person("Dean", "Adams", , "[email protected]", c("aut", "cre")),
person("Michael", "Collyer", , role = "aut"),
person("Antigoni", "Kaliontzopoulou", , role = "aut"),
person("Erica", "Baken", , role = "aut")
)
Description: Read, manipulate, and digitize landmark data, generate shape
variables via Procrustes analysis for points, curves and surfaces, perform
shape analyses, and provide graphical depictions of shapes and patterns of
shape variation.
License: GPL (>= 3)
URL: https://github.com/geomorphR/geomorph
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: RRPP(>= 2.1.0), rgl, R(>= 4.4.0), Matrix
Imports: graphics, grDevices, stats, utils, jpeg, ape, parallel, ggplot2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
dplyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-02-02
Author: Dean Adams [aut, cre],
Michael Collyer [aut],
Antigoni Kaliontzopoulou [aut],
Erica Baken [aut]
Maintainer: Dean Adams <[email protected]>
Repository: CRAN
Config/testthat/edition: 3