[Rcpp-commits] r4564 - pkg/Rcpp/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 9 00:24:27 CEST 2013


Author: jmc
Date: 2013-10-09 00:24:27 +0200 (Wed, 09 Oct 2013)
New Revision: 4564

Modified:
   pkg/Rcpp/inst/NEWS.Rd
Log:
Conform to standard for item heading


Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2013-10-08 22:02:26 UTC (rev 4563)
+++ pkg/Rcpp/inst/NEWS.Rd	2013-10-08 22:24:27 UTC (rev 4564)
@@ -4,16 +4,14 @@
 
 \section{Changes in Rcpp version 0.10.5.1 (2013-10-07)}{
   \itemize{
-    \item Exposing C++ classes from a package:
+    \item Changes in Rcpp API:
     \itemize{
       \item The function \code{exposeClass} takes a description of the
         constructors, fields and methods to be exposed from a C++
         class, and writes C++ and R files in the package.  Inherited
         classes can be dealt with, but require data type information.
         This approach avoids hand-coding module files.
-    }
-    \item Changes in Rcpp API:
-    \itemize{
+
       \item Two missing \code{is<>()} templates for
       \code{CharacterVector} and \code{CharacterMatrix} have been added,
       and some tests for \code{is_na()} and \code{is_finite()} have been



More information about the Rcpp-commits mailing list