-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 907 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) · 907 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
Package: IdentiFlyR
Type: Package
Title: Create and reuse XML file for identification based on geometric morphometrics
Version: 0.1.1
Authors@R:
person("Adam", "Tofilski", , "rotofils@cyf-kr.edu.pl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3898-7029"))
Description: Save in XML file data required for LDA identification: reference configuratiopn, means of classes, covariance matrices and coefficients. The XML file can be used in IdentiFly software or in R script for classification of an unknown configuration.
License: GPL (>= 3)
Imports:
geomorph,
ggforce,
ggrepel,
ggplot2,
MASS,
shapes,
XML,
xml2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/DrawWing/IdentiFlyR
BugReports: https://github.com/DrawWing/IdentiFlyR/issues
Depends:
R (>= 2.10)