[Rcpp-commits] r4040 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 25 16:55:33 CET 2012
Author: jjallaire
Date: 2012-11-25 16:55:33 +0100 (Sun, 25 Nov 2012)
New Revision: 4040
Modified:
pkg/Rcpp/inst/NEWS.Rd
Log:
Update NEWS.Rd
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2012-11-25 15:01:56 UTC (rev 4039)
+++ pkg/Rcpp/inst/NEWS.Rd 2012-11-25 15:55:33 UTC (rev 4040)
@@ -32,20 +32,24 @@
\item Allow specification of argument defaults for exported functions.
\item New scheme for more flexible mixing of generated and user composed
C++ headers.
- \item Additions to \code{Rcpp.package.skeleton}:
- \itemize{
- \item \code{attributes} parameter to generate a version of
- \code{rcpp_hello_world} that uses \code{Rcpp::export}.
- \item \code{cpp_files} parameter to provide a list of C++
- files to include the in the \code{src} directory of the package.
- }
\item Print warning if no export attributes are found in source file.
\item Updated vignette with additional documentation on exposing
- C++ interfaces from packages.
+ C++ interfaces from packages and signaling errors.
}
+ \item Changes in Rcpp modules:
+ \itemize{
+ \item Enclose .External invocations in \code{BEGIN_RCPP}/\code{END_RCPP}
+ }
\item Changes in R code :
\itemize{
\item New function \code{areMacrosDefined}
+ \item Additions to \code{Rcpp.package.skeleton}:
+ \itemize{
+ \item \code{attributes} parameter to generate a version of
+ \code{rcpp_hello_world} that uses \code{Rcpp::export}.
+ \item \code{cpp_files} parameter to provide a list of C++
+ files to include the in the \code{src} directory of the package.
+ }
}
\item Miscellaneous changes:
\itemize{
More information about the Rcpp-commits
mailing list