[Rcpp-devel] [Rcpp-commits] r218 - pkg/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 27 23:11:54 CET 2009


Author: edd
Date: 2009-12-27 23:11:52 +0100 (Sun, 27 Dec 2009)
New Revision: 218

Modified:
   pkg/inst/ChangeLog
Log:
added entries related to previous commit and cfunction now being used via the inline (>= 0.3.4) package

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2009-12-27 21:14:32 UTC (rev 217)
+++ pkg/inst/ChangeLog	2009-12-27 22:11:52 UTC (rev 218)
@@ -1,20 +1,31 @@
+2009-12-27  Dirk Eddelbuettel  <edd at debian.org>
+
+	* R/RcppInline.R: Removed as we now use cfunction() from inline (>= 0.3.4)
+        * man/{RcppInline,internals}.Rd: idem
+
+	* NAMESPACE: removed entries related to cfunction and methods
+
+	* DESCRIPTION: Added 'Suggests: inline (>= 0.3.4)
+
+	* inst/examples/RcppInline/*R: Add library(inline) or require(inline)
+
 2009-12-27  Romain Francois <francoisromain at free.fr>
-	
+
 	* src/RcppCommon.{h,cpp} : added experimental uncaught exception
 	management
-	
+
 	* R/zzz.R : added .onAttach, used to register the uncaught exception
 	management on package attach
-	
+
 	* R/exceptions.R : added R side of the exception management, unexported
 	as it is only used by internal C++ code
-	
-	* inst/examples/RcppInline/UncaughtExceptions.r: demo of the 
+
+	* inst/examples/RcppInline/UncaughtExceptions.r: demo of the
 	uncaught exception system
-	
-	* src/RcppSexp.{h,cpp} : added method isNULL to test if the 
+
+	* src/RcppSexp.{h,cpp} : added method isNULL to test if the
 	underlying SEXP is NULL
-	
+
 	* src/RcppSexp.{h,cpp} : added some methods to deal with attributes
 	attributeNames : the names of the attributes as a vector<string>
 	hasAttribute   : test whether the SEXP has the given attribute
@@ -34,7 +45,7 @@
 	* inst/examples/RcppInline/RcppSexpTests.r: examples/tests of the above
 
 2009-12-21  Romain Francois <francoisromain at free.fr>
-	
+
 	* src/RcppSexp.{h,cpp} : support for raw vector added into RcppSexp
 
 	* inst/examples/RcppInline/RcppSexpTests.r: examples of raw vector

_______________________________________________
Rcpp-commits mailing list
Rcpp-commits at lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-commits


More information about the Rcpp-devel mailing list