[Vegan-commits] r2540 - in pkg/vegan/inst: . doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jun 30 18:44:04 CEST 2013
Author: jarioksa
Date: 2013-06-30 18:44:04 +0200 (Sun, 30 Jun 2013)
New Revision: 2540
Modified:
pkg/vegan/inst/ChangeLog
pkg/vegan/inst/doc/veganjss.sty
Log:
Remove inconsolata styles from vignettes
From: Prof Brian Ripley <ripley at stats.ox.ac.uk>
Subject: CRAN packages CHNOSZ events rspa vegan
Date: 30 June 2013 4:50:43 PM GMT+03:00
These packages hard-code inconsolata.sty, which may not be installed and is now unavailable from CTAN. See
https://stat.ethz.ch/pipermail/r-devel/2013-June/066850.html
The problems are starting to show on your packages CRAN pages.
This needs an urgent fix.
Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog 2013-06-29 07:51:31 UTC (rev 2539)
+++ pkg/vegan/inst/ChangeLog 2013-06-30 16:44:04 UTC (rev 2540)
@@ -47,8 +47,12 @@
* stressplot: metaMDS and monoMDS stressplot() use now
expression(R^2) instead of ascii R2. The stressplot.monoMDS()
function returns the plotting structures in the original input
- order.
+ order.
+ * vignettes: Brian Ripley urged as to remove
+ \usepackage{inconsolota} as this package is on the way to be
+ removed from CTAN.
+
Version 2.1-30 (opened May 5, 2013)
* bioenv: can now use Mahalanobis, Manhattan and Gower distances
Modified: pkg/vegan/inst/doc/veganjss.sty
===================================================================
--- pkg/vegan/inst/doc/veganjss.sty 2013-06-29 07:51:31 UTC (rev 2539)
+++ pkg/vegan/inst/doc/veganjss.sty 2013-06-30 16:44:04 UTC (rev 2540)
@@ -17,8 +17,9 @@
\textbf{\large \thesubsection. #2} \nopagebreak
\vskip \postSskip \nopagebreak}
-%% use inconsolata fonts for code and examples
-\usepackage{inconsolata}
+%% do not use inconsolata fonts for code and examples: they are to be
+%% removed from CTAN
+%\usepackage{inconsolata}
%% smaller examples
\renewenvironment{Schunk}{\par\small}{}
More information about the Vegan-commits
mailing list