-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
40 lines (40 loc) · 879 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
Package: treeman
Type: Package
Title: Phylogenetic Tree Manipulation Class and Methods
Version: 1.1.5
Author: D.J. Bennett
Maintainer: D.J. Bennett <[email protected]>
Description: S4 class and methods for intuitive and efficient phylogenetic tree manipulation.
License: GPL-2
Depends:
R (>= 3.2.4),
methods
Imports:
plyr,
ape,
RJSONIO,
stringr,
bigmemory
Suggests:
testthat
RoxygenNote: 7.1.0
Collate:
'calc-methods.R'
'check_methods.R'
'cnvrt-methods.R'
'gen-methods.R'
'get-nd-methods.R'
'get-nds-methods.R'
'get-spcl-methods.R'
'manip-methods.R'
'ndlst-methods.R'
'ndmtrx-methods.R'
'node-declaration.R'
'read-write-methods.R'
'server-methods.R'
'set-methods.R'
'treeman-declaration.R'
'treemen-declaration.R'
'update-methods.R'
'viz-methods.R'
'zzz.R'