Skip to content

Commit

Permalink
small update to fitpolyMk
Browse files Browse the repository at this point in the history
  • Loading branch information
liamrevell committed Jul 31, 2019
1 parent 8162ce3 commit 139459e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: phytools
Version: 0.7-01
Date: 2019-7-18
Version: 0.7-02
Date: 2019-7-31
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: 2019-7-18 12:00:00 EST
Packaged: 2019-7-31 12:00:00 EST
Repository:
Date/Publication: 2019-7-18 12:00:00 EST
Date/Publication: 2019-7-31 12:00:00 EST
1 change: 1 addition & 0 deletions R/fitpolyMk.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ fitpolyMk<-function(tree,x,model="SYM",ordered=FALSE,...){
}
object$model<-model
object$ordered<-ordered
object$data<-X
class(object)<-"fitpolyMk"
object
}
Expand Down

0 comments on commit 139459e

Please sign in to comment.