[Rcpp-commits] r3994 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 18 17:54:19 CET 2012
Author: jjallaire
Date: 2012-11-18 17:54:19 +0100 (Sun, 18 Nov 2012)
New Revision: 3994
Modified:
pkg/Rcpp/inst/NEWS.Rd
Log:
update News.Rd
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2012-11-18 16:49:08 UTC (rev 3993)
+++ pkg/Rcpp/inst/NEWS.Rd 2012-11-18 16:54:19 UTC (rev 3994)
@@ -18,6 +18,12 @@
create a vector without initializing its data, e.g. :
\code{ IntegerVector out = no_init(n) ; }
}
+ \item Changes in Rcpp attributes:
+ \itemize{
+ \item Ability to embed R code chunks (via specially formatted
+ block comments) in C++ source files.
+ \item Print warning if no export attributes are found in source file
+ }
\item Changes in R code :
\itemize{
\item New function \code{areMacrosDefined}
More information about the Rcpp-commits
mailing list