Skip to content

Commit

Permalink
add gtt to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
liamrevell committed Sep 28, 2018
1 parent c9b7f73 commit 8cc76e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: phytools
Version: 0.6-60
Date: 2018-9-27
Version: 0.6-61
Date: 2018-9-28
Title: Phylogenetic Tools for Comparative Biology (and Other Things)
Author: Liam J. Revell
Maintainer: Liam J. Revell <liam.revell@umb.edu>
Expand All @@ -13,6 +13,6 @@ ZipData: no
Description: A wide range of functions for phylogenetic analysis. Functionality is concentrated in phylogenetic comparative biology, but also includes a diverse array of methods for visualizing, manipulating, reading or writing, and even inferring phylogenetic trees and data. Included among the functions in phylogenetic comparative biology are various for ancestral state reconstruction, model-fitting, simulation of phylogenies and data, and multivariate analysis. There are a broad range of plotting methods for phylogenies and comparative data which include, but are not restricted to, methods for mapping trait evolution on trees, for projecting trees into phenotypic space or a geographic map, and for visualizing correlated speciation between trees. Finally, there are a number of functions for reading, writing, analyzing, inferring, simulating, and manipulating phylogenetic trees and comparative data not covered by other packages. For instance, there are functions for randomly or non-randomly attaching species or clades to a phylogeny, for estimating supertrees or consensus phylogenies from a set, for simulating trees and phylogenetic data under a range of models, and for a wide variety of other manipulations and analyses that phylogenetic biologists might find useful in their research.
License: GPL (>= 2)
URL: http://github.com/liamrevell/phytools
Packaged: 2018-9-27 12:00:00 EST
Packaged: 2018-9-28 12:00:00 EST
Repository:
Date/Publication: 2018-9-27 12:00:00 EST
Date/Publication: 2018-9-28 12:00:00 EST
2 changes: 1 addition & 1 deletion NAMESPACE
Expand Up @@ -10,7 +10,7 @@ export(expand.clade, export.as.xml, extract.clade.simmap, extract.strahlerNumber
export(fancyTree, fastAnc, fastBM, fastDist, fastHeight, fastMRCA, findMRCA, fit.bd, fit.yule, fitBayes, fitMk, fitmultiMk, fitDiversityModel)
export(fitPagel, force.ultrametric)
export(gammatest, genus.to.species.tree, genSeq, geo.legend, get.treepos, getCladesofSize, getDescendants, getExtant, getExtinct, getnode)
export(getParent, getSisters, getStates)
export(getParent, getSisters, getStates, gtt)
export(labelnodes, ladderize.simmap, lambda.transform, lik.bd, likMlambda, likSurface.rateshift, linklabels, locate.fossil, locate.yeti)
export(ls.consensus, ls.tree, ltt, ltt95)
export(make.era.map, make.simmap, make.transparent, map.overlap, Map.Overlap, map.to.singleton, mapped.states, markChanges)
Expand Down

0 comments on commit 8cc76e9

Please sign in to comment.