[Vegan-commits] r2247 - pkg/vegan/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 13 17:16:20 CEST 2012
Author: jarioksa
Date: 2012-08-13 17:16:20 +0200 (Mon, 13 Aug 2012)
New Revision: 2247
Modified:
pkg/vegan/inst/ChangeLog
Log:
ChangeLog was changed only in git directory: update here also
Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog 2012-08-13 15:14:44 UTC (rev 2246)
+++ pkg/vegan/inst/ChangeLog 2012-08-13 15:16:20 UTC (rev 2247)
@@ -4,9 +4,30 @@
Version 2.1-18 (opened July 30, 2012)
+ * cIndexKM: internal function count() triggered a warning in R CMD
+ check with R-devel because the funtion used .C() call to an
+ unloaded packages "cclust". count() was never called in the
+ current cIndexKM() and was removed together with the following
+ currently unused functions: withinss(), varwithinss(),
+ maxmindist(), vargss(). These deletions should have absolutelty no
+ visible effects.
+
* envfit: the plot() method gained argument 'labels' to change the
default labels. The default labels are displayed with the new
labels() function.
+
+ * vignettes: building vignettes failed in CRAN and R-Forge. These
+ sites use TeXLive 2012 distribution which is not available in our
+ platforms so that we cannot reproduce these failures. It seems
+ that these errors come from our use of jss.cls class file with our
+ own amendments, and therefore we go back to more standard LaTeX
+ styles to avoid problems. In effect, the changes revert r1703. We
+ cannot reproduce the problems so that this is a blind watch makeer
+ fix. Files FAQ-vegan and decision-vegan were handles without
+ problem, so we fixed only the failing intro-vegan at this stage;
+ diversity-vegan was not processed at all as the process stopped
+ with intro-vegan so that it may still fail even if we managed to
+ blindly fix the intro.
Version 2.1-17 (closed July 30, 2012)
More information about the Vegan-commits
mailing list