Dear all,

There is a new system of package version for ape. A package repository has been set up at ape-package.ird.fr hosting "testing" versions as sources and Windows binaries (also for pegas and coalescentMCMC). The version numbers of the testing packages are always higher than the current versions on CRAN, and lower than the upcoming versions on CRAN. So, new versions can be checked for with the usual R commands. Testing versions should be useful for maintainers who develop packages depending on ape so that they can test the compatibilities before a new version of ape is on CRAN. They can also be used by anyone who wants to try the last new features.

One can check if a new testing version is available with:

old.packages(repos = "http://ape-package.ird.fr/";)

The release of a new (stable) version on CRAN is checked with the usual:

old.packages()

All practical details can be found on ape's web site:

http://ape-package.ird.fr/

menu Installation -> Stable and Testing Versions.

Best,

Emmanuel

_______________________________________________
R-sig-phylo mailing list - [email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-phylo
Searchable archive at http://www.mail-archive.com/[email protected]/

Reply via email to