-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
32 lines (32 loc) · 1.33 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
Package: rncl
Title: An Interface to the Nexus Class Library
Version: 0.8.7
Authors@R: c(person("Francois", "Michonneau", role=c("aut", "cre"),
email="francois.michonneau@gmail.com", comment = c("ORCID" = "0000-0002-9092-966X")),
person("Ben", "Bolker", role=c("aut"), comment = c("ORCID" = "0000-0002-2127-0443")),
person("Mark", "Holder", role=c("aut"), comment = c("ORCID" = "0000-0001-5575-0536")),
person("Paul", "Lewis", role=c("aut"), comment = c("ORCID" = "0000-0001-9852-8759")),
person("Brian", "O'Meara", role=c("aut"), comment = c("ORCID" = "0000-0002-0337-5997")))
Maintainer: Francois Michonneau <francois.michonneau@gmail.com>
Description: An interface to the Nexus Class Library which allows parsing
of NEXUS, Newick and other phylogenetic tree file formats. It provides
elements of the file that can be used to build phylogenetic objects
such as ape's 'phylo' or phylobase's 'phylo4(d)'. This functionality
is demonstrated with 'read_newick_phylo()' and 'read_nexus_phylo()'.
Imports:
Rcpp (>= 0.11.0),
progress (>= 1.1.2),
stats
Suggests:
testthat,
ape
LinkingTo:
Rcpp,
progress
Depends:
R (>= 3.1.1)
License: BSD_2_clause + file LICENSE
URL: https://github.com/fmichonneau/rncl
BugReports: https://github.com/fmichonneau/rncl/issues
RoxygenNote: 7.1.2
Encoding: UTF-8