[Pomp-commits] r960 - in www: . content

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 19 22:45:32 CEST 2014


Author: kingaa
Date: 2014-05-19 22:45:32 +0200 (Mon, 19 May 2014)
New Revision: 960

Modified:
   www/content/NEWS.html
   www/index.php
Log:
- fix bug
- update NEWS


Modified: www/content/NEWS.html
===================================================================
--- www/content/NEWS.html	2014-05-18 16:10:45 UTC (rev 959)
+++ www/content/NEWS.html	2014-05-19 20:45:32 UTC (rev 960)
@@ -8,6 +8,16 @@
 
 <h2>News for package ‘pomp’</h2>
 
+<h3>Changes in <span class="pkg">pomp</span> version 0.50-9</h3>
+
+
+<ul>
+<li><p> Fix bug in <code>compare.pmcmc</code>.
+</p>
+</li></ul>
+
+
+
 <h3>Changes in <span class="pkg">pomp</span> version 0.50-8</h3>
 
 

Modified: www/index.php
===================================================================
--- www/index.php	2014-05-18 16:10:45 UTC (rev 959)
+++ www/index.php	2014-05-19 20:45:32 UTC (rev 960)
@@ -6,7 +6,7 @@
 $tracker = "http://r-forge.r-project.org/tracker/?group_id=214";
 $cranpage = "http://cran.at.r-project.org/web/packages/pomp/";
 $crancontents = file_get_contents($cranpage);
-preg_match("/<tr><td valign=top>Version:<\/td>\\n<td>(.+?)<\/td>/",$crancontents,$matches);
+preg_match("/<tr><td valign=\"top\">Version:<\/td>\\n<td>(.+?)<\/td><\/tr>/",$crancontents,$matches);
 $cranversion = $matches[1];
 $rforgepage = file_get_contents($rforgepkgs);
 preg_match_all("/Rev\.: <b>(.+?)<\/b>/",$rforgepage,&$matches);



More information about the pomp-commits mailing list