Skip to content

Commit 7626a23

Browse files
committed
keep NEWS.Rd current with changes made by John but documented only in ChangeLog
1 parent fb7d7e3 commit 7626a23

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ChangeLog

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
* R/exposeClass.R: avoid warning from unclosed file()
44

5-
65
2013-10-06 John M Chambers <jmc@r-project.org>
76

87
* NAMESPACE: change classModule to exposeClass

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
\title{News for Package 'Rcpp'}
33
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
44

5-
\section{Changes in Rcpp version 0.10.5.1 (2013-10-02)}{
5+
\section{Changes in Rcpp version 0.10.5.1 (2013-10-07)}{
66
\itemize{
77
\item Changes in Modules:
88
\itemize{
9-
\item New function \code{classModule} which creates a C++ module
9+
\item New function \code{exposeClass} which creates a C++ module
1010
for a C++ class, which then results in a corresponding Reference
1111
Class made available at the R level.
1212
}

0 commit comments

Comments
 (0)