Package: TreeSearch
Title: Phylogenetic Tree Search Using Custom Optimality Criteria
Version: 0.0.6
Date: 2017-11-06
Authors@R: c(person("Martin R.", 'Smith',
                  email="martins@gmail.com", 
                  role=c("aut", "cre", "cph"), 
                  comment=c(ORCID = "0000-0001-5660-1727")),
               person(given = "Emmanuel", family="Paradis",
               role = c("cph")),
               person(given = "Klaus", family="Schliep",
               role = c("cph"))
            )
Copyright: Incorporates C code from the ape and phangorn packages by
        Emmanuel Paradis and Klaus Schliep. Code is copied rather than
        linked in the absence of a suitable R interface.
Description: Searches for phylogenetic trees that are optimal using a user-defined criterion. Employed in Brazeau Guillerme and Smith (2017) <doi:10.1101/209775>.
Depends: R (>= 3.4.0)
Imports: ape (>= 4.1), phangorn (>= 2.2.1)
Suggests: testthat
LazyData: true
ByteCompile: true
License: GPL (>= 2)
URL: https://github.com/ms609/TreeSearch
BugReports: https://github.com/ms609/TreeSearch/issues
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-11-06 14:57:01 UTC; ms609
Author: Martin R. Smith [aut, cre, cph] (0000-0001-5660-1727),
  Emmanuel Paradis [cph],
  Klaus Schliep [cph]
Maintainer: Martin R. Smith <martins@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-07 13:01:53 UTC
