Skip to content

Commit

Permalink
update namespace and description
Browse files Browse the repository at this point in the history
  • Loading branch information
liamrevell committed Jan 29, 2023
1 parent 8e826f0 commit ec3e04a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: phytools
Version: 1.3-9
Date: 2023-01-16
Version: 1.4-0
Date: 2023-01-29
Title: Phylogenetic Tools for Comparative Biology (and Other Things)
Author: Liam J. Revell
Maintainer: Liam J. Revell <liam.revell@umb.edu>
Expand Down
4 changes: 2 additions & 2 deletions NAMESPACE
Expand Up @@ -47,7 +47,7 @@ export(rerootingMethod, rescaleSimmap, resolveAllNodes, resolveNode, rootedge.to
export(rotate.multi, rotateNodes, roundBranches, roundPhylogram, rstate)
export(sampleFrom, scores, scores.phyl.pca, setMap, sigmoidPhylogram, sim.corrs, sim.ctt)
export(sim.history, sim.Mk, sim.multiCtt, sim.multiMk, sim.ratebystate, sim.rates)
export(simBMphylo, skewers, splitEdgeColor, splitplotTree, splitTree, starTree)
export(simBMphylo, skewers, splinePhylogram, splitEdgeColor, splitplotTree, splitTree, starTree)
export(strahlerNumber)
export(threshBayes, threshDIC, threshState, tiplabels.cophylo, tipRotate, to.matrix)
export(tree.grow, treeSlice)
Expand Down Expand Up @@ -279,5 +279,5 @@ importFrom(stats, cophenetic, reorder, runif, setNames, optim, dexp, dnorm, rnor
importFrom(stats, nlminb, biplot, pchisq, rexp, optimize, logLik, as.dist, pnorm, median)
importFrom(stats, cor, aggregate, rgamma, dgamma, lm, rbinom, rgeom, pt, anova, p.adjust)
importFrom(stats, screeplot, rchisq, optimHess, rmultinom, sd, dunif, dist, plogis)
importFrom(stats, density, coef, cmdscale, AIC)
importFrom(stats, density, coef, cmdscale, AIC, smooth.spline, predict)
importFrom(utils, flush.console, head, installed.packages, str, capture.output, combn)

0 comments on commit ec3e04a

Please sign in to comment.