brranching 0.7.1
- adding new maintainer info #47
- Updating CI Rcmd checks with package
usethis
brranching 0.6.0
CRAN release: 2020-06-12
MINOR IMPROVEMENTS
- the APG dataset in
taxizepackage was updated in taxizev0.9.97- changes made to comply with the changes in the APG dataset structure (#41)
brranching 0.5.0
CRAN release: 2019-07-27
MINOR IMPROVEMENTS
- now using package
conditionzin thephylomatic_names()function for handling messages from thetaxizepackage about the user not having an API key set (#36) (#40)
brranching 0.4.0
CRAN release: 2018-12-05
NEW FEATURES
- in the
phylomatic_local()function now usingphylocomr::ph_phylomaticinstead of shelling out to Phylocom viasystem. A number of parameters are gone due to the change internally (#30) (#35) - in the
rbladj()function now usingphylocomr::ph_bladjinstead of shelling out to Phylocom viasystem(#30) (#35) - added a package vignette (#31) (#34) thanks @fozy81
- added new dataset of four phylogenetic trees that can be used in
phylomatic_local(), see?phylomatic_trees
MINOR IMPROVEMENTS
- added docs to
phylomatic_names()and the README on using NCBI Entrez API keys
brranching 0.3.0
CRAN release: 2018-06-19
MINOR IMPROVEMENTS
- fix links to readme images (#29) (#26)
-
verboseparam inphylomatic()function changed tomssgs
brranching 0.2.0
CRAN release: 2016-04-14
NEW FEATURES
- Added function
phylomatic_local()to use Phylomatic locally. Phylomatic is a set of Awk scripts, which have to be downloaded by the user. After downloading, this function uses the local version of Phylomatic (Same as that that runs as a web service). This is advantageous especially when dealing with large queries. (#13)
MINOR IMPROVEMENTS
- Fixed
cleanparameter inphylomatic()andphylomatic_local()to expect a logical (TRUEorFALSE) instead of a “true” or “false”. (#15) - A related change to that above, changed reading newick strings to use
phytools::read.newick()instead ofape::read.tree(), which handles the result ofclean=FALSEinphylomatic()andphylomatic_local()(#16) - Documented that in the
storedtreeparameter ofphylomatic()andphylomatic_local()the tree from Zanne et al. is also available by usingstoredtree="zanne2014"(#19)
