-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
31 lines (31 loc) · 878 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
Package: insect
Type: Package
Title: Informatic Sequence Classification Trees
Version: 1.4.0.9000
Authors@R: person("Shaun", "Wilkinson", email = "shaunpwilkinson@gmail.com",
role = c("aut", "cre"))
Author: Shaun Wilkinson [aut, cre]
Maintainer: Shaun Wilkinson <shaunpwilkinson@gmail.com>
Description: Provides tools for probabilistic taxon assignment with informatic sequence classification trees. See Wilkinson et al (2018) <doi:10.7287/peerj.preprints.26812v1>.
License: GPL-3
LazyData: TRUE
URL: http://github.com/shaunpwilkinson/insect
BugReports: http://github.com/shaunpwilkinson/insect/issues
Encoding: UTF-8
Imports:
ape (>= 3.0.0),
aphid (>= 1.3.1),
kmer (>= 1.1.0),
openssl,
phylogram (>= 2.0.0),
RANN,
seqinr,
stats,
utils,
xml2
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1