<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns="http://purl.org/rss/1.0/"
	xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:admin="http://webns.net/mvcb/" >
 <channel rdf:about="https://r-forge.r-project.org/export/rss_sfnews.php">
  <title>R-Forge Project News</title>
  <link>https://r-forge.r-project.org/</link>
  <description>R-Forge Project News Highlights</description>
 <items>
 <rdf:Seq>
 <rdf:li rdf:resource="https://r-forge.r-project.org/forum/forum.php?forum_id=1953" />
 <rdf:li rdf:resource="https://r-forge.r-project.org/forum/forum.php?forum_id=1393" />
 <rdf:li rdf:resource="https://r-forge.r-project.org/forum/forum.php?forum_id=1256" />
 <rdf:li rdf:resource="https://r-forge.r-project.org/forum/forum.php?forum_id=587" />
 <rdf:li rdf:resource="https://r-forge.r-project.org/forum/forum.php?forum_id=572" />
 <rdf:li rdf:resource="https://r-forge.r-project.org/forum/forum.php?forum_id=544" />
 <rdf:li rdf:resource="https://r-forge.r-project.org/forum/forum.php?forum_id=228" />
 </rdf:Seq>
 </items>
 </channel>

 <item rdf:about="https://r-forge.r-project.org/forum/forum.php?forum_id=1953">
   <title>analogue 0.6-22 uploaded to CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1953</link>
   <description>A new version of analogue was pushed to CRAN a few days ago. This release was precipitated by the release of R 2.10.0, and features the following key additions and fixes:&lt;br /&gt;
&lt;br /&gt;
* WA models can now make full use of tolerance down-weighting, including cross validation, and all WA models benefit from key computations being conducted in faster C code;&lt;br /&gt;
&lt;br /&gt;
* tran: now has a formula method and includes new transformations; power, 4th root and log-ratio transformations. tran() now also provides row (sample) centring;&lt;br /&gt;
&lt;br /&gt;
* roc: For large problems the calculation of AUC and its standard error could overflow the largest number R currently handles. roc() now has two new arguments, 'thin' and 'max.len', which allow the number of points on the ROC curve to be thinned to a smaller number, which should allow the computations to be performed.&lt;br /&gt;
&lt;br /&gt;
* Stratiplot: can now reverse the y-axis limits and has option to sort the variables plotted according to their weight average for the 'y' variable (to emphasis compositional change in 'y') or a further supplied variable.&lt;br /&gt;
&lt;br /&gt;
* join: the value used to replace NAs can now be set by the user, and the inner and left joins as well as the default outer join.&lt;br /&gt;
&lt;br /&gt;
See the ChangeLog for more detailed information.&lt;br /&gt;
&lt;br /&gt;
Gavin</description>
   <dc:subject>analogue - quantitative palaeoecology</dc:subject>
   <dc:creator>Gavin Simpson</dc:creator>
  <dc:date>2009-11-07T16:33:28+00:00</dc:date>
  </item>

 <item rdf:about="https://r-forge.r-project.org/forum/forum.php?forum_id=1393">
   <title>analogue 0.6-8 now on CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1393</link>
   <description>A new version of analogue is now on CRAN. This release was prompted by an request from Kurt Hornik to make the CITATION file more optimal to fit in with CRAN's automated features for presenting packages to the wider world. The new version fixes the CITATION file.&lt;br /&gt;
&lt;br /&gt;
As I wasn't planning on releasing just yet, I just pushed the current devel version out, which brings with it several new features and a couple of bug fixes:&lt;br /&gt;
&lt;br /&gt;
Version 0.6-8:&lt;br /&gt;
&lt;br /&gt;
        * residLen: new function to compute squared residual length &lt;br /&gt;
	diagnostic for passive samples in a constrained ordination. Used as&lt;br /&gt;
	a test of whether core samples are well fitted in a transfer function&lt;br /&gt;
	model.&lt;br /&gt;
&lt;br /&gt;
	Several utility functions to compute fitted values from an ordination&lt;br /&gt;
	and corresponding residual lengths are provided, which me be useful&lt;br /&gt;
	for authors of other functions.&lt;br /&gt;
&lt;br /&gt;
	'plot' and 'hist' methods produce density plots and histograms for&lt;br /&gt;
	'residLen' objects using base graphics.&lt;br /&gt;
&lt;br /&gt;
	'densityplot' and 'histogram' methods for 'residLen' objects using&lt;br /&gt;
	Lattice graphics.&lt;br /&gt;
&lt;br /&gt;
	* stdError: new function to compute the weighted standard deviation of&lt;br /&gt;
        the environment values for the k closest analogues in MAT models. This&lt;br /&gt;
        can be used as an uncertainty measure for MAT fitted values or transfer&lt;br /&gt;
        function predictions.&lt;br /&gt;
&lt;br /&gt;
	Methods are available for 'mat' and 'predict.mat'.&lt;br /&gt;
&lt;br /&gt;
	* predict.mat: now returns the dissimilarity matrix between the training&lt;br /&gt;
        set samples and samples in 'newdata'.&lt;br /&gt;
&lt;br /&gt;
	* getK: new method for 'predict.mat'.&lt;br /&gt;
&lt;br /&gt;
	* CITATION: updated as per request from Kurt Hornik and CRAN.&lt;br /&gt;
&lt;br /&gt;
Version 0.6-7:&lt;br /&gt;
&lt;br /&gt;
	* optima, tolerance: new methods to coerce objects of these classes&lt;br /&gt;
	to data frames.&lt;br /&gt;
&lt;br /&gt;
	* distance: method = &amp;quot;kendall&amp;quot; was incorrectly computing the min of&lt;br /&gt;
	the x and y components in the dissimilarity.&lt;br /&gt;
&lt;br /&gt;
</description>
   <dc:subject>analogue - quantitative palaeoecology</dc:subject>
   <dc:creator>Gavin Simpson</dc:creator>
  <dc:date>2009-05-07T08:38:23+00:00</dc:date>
  </item>

 <item rdf:about="https://r-forge.r-project.org/forum/forum.php?forum_id=1256">
   <title>analogue 0.6-6 upload to CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=1256</link>
   <description>A new version of analogue has been uploaded to CRAN. It contains lots of new functionality and fixes, especially to the ROC curve functions.&lt;br /&gt;
&lt;br /&gt;
See the ChangeLog for details of the fixes and improvements.&lt;br /&gt;
&lt;br /&gt;
For version 0.7-0 I hope to tidy the package and help up a bit, add extra documentation and vignettes, and add a proper NEWS file.&lt;br /&gt;
&lt;br /&gt;
G</description>
   <dc:subject>analogue - quantitative palaeoecology</dc:subject>
   <dc:creator>Gavin Simpson</dc:creator>
  <dc:date>2009-03-10T17:59:29+00:00</dc:date>
  </item>

 <item rdf:about="https://r-forge.r-project.org/forum/forum.php?forum_id=587">
   <title>analogue 0.5-2 uploaded to CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=587</link>
   <description>A new version of analogue (0.5-2) has been uploaded to CRAN. This version includes fixes one serious bug:&lt;br /&gt;
&lt;br /&gt;
* wa: classical deshrinking did not work, but returned the original 'env' variable.&lt;br /&gt;
&lt;br /&gt;
A few additional features are also included in this release:&lt;br /&gt;
&lt;br /&gt;
* wa: implemented deshrink = &amp;quot;none&amp;quot;. &lt;br /&gt;
* wa: deshrink = &amp;quot;expanded&amp;quot; is now public and user-callable.&lt;br /&gt;
* join: now checks for inherits(foo, &amp;quot;data.frame&amp;quot;) to confirm if all objects to join are (or inherit from) data frames. This	allows join to work on objects of class &amp;quot;join&amp;quot; when 'split = FALSE' is used.&lt;br /&gt;
&lt;br /&gt;
This version should be on your favourite CRAN mirror in the next few days.&lt;br /&gt;
&lt;br /&gt;
Gavin</description>
   <dc:subject>analogue - quantitative palaeoecology</dc:subject>
   <dc:creator>Gavin Simpson</dc:creator>
  <dc:date>2008-05-13T06:59:46+00:00</dc:date>
  </item>

 <item rdf:about="https://r-forge.r-project.org/forum/forum.php?forum_id=572">
   <title>analogue 0.5-1 bug-fix release</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=572</link>
   <description>A new version of analogue was uploaded to CRAN this afternoon that fixes a number of bugs in version 0.5-0:&lt;br /&gt;
&lt;br /&gt;
1) predict.wa not storing some aspects of the model fit&lt;br /&gt;
2) residuals were calculated back-to-front in some functions; the sign of residuals will be different now in wa(), predict.wa() and several of the mat() functions&lt;br /&gt;
&lt;br /&gt;
The internal deshrinking functions were very much streamlined and improved, thanks to suggestions from Jari Oksanen. Jari has also joined the analogue development team and becomes an author of the package.&lt;br /&gt;
&lt;br /&gt;
Gavin</description>
   <dc:subject>analogue - quantitative palaeoecology</dc:subject>
   <dc:creator>Gavin Simpson</dc:creator>
  <dc:date>2008-04-26T12:17:55+00:00</dc:date>
  </item>

 <item rdf:about="https://r-forge.r-project.org/forum/forum.php?forum_id=544">
   <title>analogue: New Version 0.5-0 submitted to CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=544</link>
   <description>Earlier today I packaged up a new version of analogue and submitted it to CRAN.&lt;br /&gt;
&lt;br /&gt;
The major changes in this release are:&lt;br /&gt;
&lt;br /&gt;
1) Support for weighted averaging transfer function models, and &lt;br /&gt;
&lt;br /&gt;
2) Inclusion of a vignette describing how to use analogue for MAT transfer functions and analogue matching.&lt;br /&gt;
&lt;br /&gt;
There were a few minor bug fixes and tweaks.&lt;br /&gt;
&lt;br /&gt;
The package should make its way to CRAN mirrors over the next few days. Feedback on the new functions would be appreciated.</description>
   <dc:subject>analogue - quantitative palaeoecology</dc:subject>
   <dc:creator>Gavin Simpson</dc:creator>
  <dc:date>2008-04-14T08:00:38+00:00</dc:date>
  </item>

 <item rdf:about="https://r-forge.r-project.org/forum/forum.php?forum_id=228">
   <title>analogue 0.4-3 uploaded to CRAN</title>
   <link>https://r-forge.r-project.org/forum/forum.php?forum_id=228</link>
   <description>Version 0.4-3 of analogue has been uploaded to CRAN. This version improves handling of factors in species matrices in join(). distance() is now more robust and handles factors more strictly than previous versions.</description>
   <dc:subject>analogue - quantitative palaeoecology</dc:subject>
   <dc:creator>Gavin Simpson</dc:creator>
  <dc:date>2007-10-14T14:54:34+00:00</dc:date>
  </item>
</rdf:RDF>
