analogue version 0.14-0 released to CRAN
Changes in version 0.14-0:
General summary:
- Version 0.14-0 is less of a major update than that provided by version 0.12-0 and sees a continuation of the changes to dependencies to have packaes in Imports rather than Depends.
- The main development of
analoguenow takes place on github and bugs and feature requests should be posted there. The Travis continuous integration system is used to automatically check the package as new code is checked in. - There are several new functions and methods and a few bug fixes, the details of which are given below.
- The main user-visible change over 0.12-0 is the deprecation of the
plot3d.prcurvemethod. The functionality is now in new functionPlot3dandplot3d.prcurveis deprecated and if called needs to use the full function name. This change is to makeanalogueeasier to install on MacOS X as nowrglis not needed to install analogue. If you want to plot the principal curve in an interactive 3d view, you'll need to getrglinstalled first.
New Features:
n2is a new utility function to calculate Hill's N2 for sites and species.optimacan now compute bootstrap WA optima and uncertainty.performancehas a new method for objects of classcrossval.timetrackhad several improvements including a newprecictmethod, which allows further points to be added to an existing timetrack, apointsmethod to allow the addition of data to an existing timetrack plot, and theplotmethod can create a blank plotting region allowing greater customisation.prcurvegetspredictandfittedmethods to predict locations of new samples on the principal curve and extract the locations of the training samples respectively.evenSampleis a utility function to look at the evenness of the distribution of samples along a gradient.- Data sets
Pollen,Biome,Climate, andLocationfrom the North American Modern Pollen Database have been updated to version 1.7.3 of the data base.
Bug Fixes:
-
The calculation of AUC in
rocwasn't working correctly in some circumstances with just a couple of groups. -
crossval.pcrhad a number of bugs in the k-fold CV routine which were leading to errors and the function not working.The progress bar was not being updated correctly either.
-
predict.pcrwas settingncompincorrectly if not supplied by the user. -
ChiSquarewasn't returning the transformation parameters required to transform leave-out data during crossvalidation or new samples for which predictions were required. -
plot3d.prcurvewas not using thedataandordinationcomponents of the returned object. Note this function is now deprecated; see earlier note above. -
predict.pcrwas incorrectly calling the internal functionfitPCRwith the:::operator.
DEPRECATED:
plot3d.prcurveis deprecated. Functionality is in new functionPlot3d.
Package tarballs and binaries
The *.tar.gz file below is the official package tarball deployed to CRAN. This is useful for those running R under Linux or other Unix-alike OSes. The *.zip file is a windows binary build from Appveyor. As always, binaries for Windows and MacOSX are also available from CRAN, but may take a day or two to show up.