Revision: 764
          http://rpy.svn.sourceforge.net/rpy/?rev=764&view=rev
Author:   lgautier
Date:     2009-09-25 05:31:50 +0000 (Fri, 25 Sep 2009)

Log Message:
-----------
entry for release 2.0.7; fix in the layout of an older news entry

Modified Paths:
--------------
    trunk/htdocs/news.data

Modified: trunk/htdocs/news.data
===================================================================
--- trunk/htdocs/news.data      2009-09-14 19:21:19 UTC (rev 763)
+++ trunk/htdocs/news.data      2009-09-25 05:31:50 UTC (rev 764)
@@ -1,4 +1,14 @@
 <!-- title: News -->
+title: Release 2.0.7
+date:  2009-09-23
+
+  <p> 
+    Rpy2 2.0.7 release is fixing bugs reported under MS Windows and with 
rpy_classic. 
+    Details regarding what changed can be found
+    in the file NEWS, as well as online in the documentation.
+  </p>
+
+<!-- title: News -->
 title: New branch rpy2-2.1.x-python3
 date:  2009-08-23
 
@@ -605,8 +615,8 @@
        
 <pre>
        r("as.integer(1)")      -->      int(1)
-                                                                               
        -->      [int(1),]
-                                                                               
        -->      (int(1),)
+                                -->     [int(1),]
+                               -->      (int(1),)
 </pre>
 
        It is impossible to tell from the R object itself, which of


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to