[Rcpp-commits] r4217 - in pkg/Rcpp: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 16 04:28:08 CET 2013


Author: edd
Date: 2013-01-16 04:28:08 +0100 (Wed, 16 Jan 2013)
New Revision: 4217

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/inst/NEWS.Rd
Log:
minor updates to ChangeLog and NEWS.Rd


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2013-01-16 03:24:08 UTC (rev 4216)
+++ pkg/Rcpp/ChangeLog	2013-01-16 03:28:08 UTC (rev 4217)
@@ -76,7 +76,7 @@
         * R/Attributes.R: return invisibly from void functions
         * src/attributes.cpp: return invisibly from void functions
 
-2012-12-20 Romain Francois <romain at r-enthusiasts.com>
+2012-12-21 Romain Francois <romain at r-enthusiasts.com>
 
         * NAMESPACE : remove C++ObjectS3 and C++ClassRepresentation classes
         * R/00_classes.R: remove unused S4 classes

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2013-01-16 03:24:08 UTC (rev 4216)
+++ pkg/Rcpp/inst/NEWS.Rd	2013-01-16 03:28:08 UTC (rev 4217)
@@ -21,6 +21,11 @@
         \code{sourceCpp} has spaces in it
         \item Return invisibly from void functions
     }
+    \item Changes in Rcpp API:
+    \itemize{
+      \item Platform-dependent code in Timer.cpp now recognises a few
+      more BSD variants thanks to contributed defined() test suggestions
+    }
   }
 }
 



More information about the Rcpp-commits mailing list