Skip to content

Commit f3d1b39

Browse files
committed
Conform to standard for item heading
1 parent a597ee1 commit f3d1b39

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

inst/NEWS.Rd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44

55
\section{Changes in Rcpp version 0.10.5.1 (2013-10-07)}{
66
\itemize{
7-
\item Exposing C++ classes from a package:
7+
\item Changes in Rcpp API:
88
\itemize{
99
\item The function \code{exposeClass} takes a description of the
1010
constructors, fields and methods to be exposed from a C++
1111
class, and writes C++ and R files in the package. Inherited
1212
classes can be dealt with, but require data type information.
1313
This approach avoids hand-coding module files.
14-
}
15-
\item Changes in Rcpp API:
16-
\itemize{
14+
1715
\item Two missing \code{is<>()} templates for
1816
\code{CharacterVector} and \code{CharacterMatrix} have been added,
1917
and some tests for \code{is_na()} and \code{is_finite()} have been

0 commit comments

Comments
 (0)