Skip to content

Commit 568bed4

Browse files
committed
Correct the announcement about exposeClass()
1 parent 7626a23 commit 568bed4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

inst/NEWS.Rd

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
\section{Changes in Rcpp version 0.10.5.1 (2013-10-07)}{
66
\itemize{
7-
\item Changes in Modules:
7+
\item Exposing C++ classes from a package:
88
\itemize{
9-
\item New function \code{exposeClass} which creates a C++ module
10-
for a C++ class, which then results in a corresponding Reference
11-
Class made available at the R level.
9+
\item The function \code{exposeClass} takes a description of the
10+
constructors, fields and methods to be exposed from a C++
11+
class, and writes C++ and R files in the package. Inherited
12+
classes can be dealt with, but require data type information.
13+
This approach avoids hand-coding module files.
1214
}
1315
\item Changes in Rcpp API:
1416
\itemize{

0 commit comments

Comments
 (0)