Skip to content

Commit ee8d1b2

Browse files
committed
update ChangeLog and NEWS
1 parent 6e6ce2c commit ee8d1b2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2015-05-17 Matt ... <[email protected]>
2+
3+
* inst/include/Rcpp/platform/compiler.h: Added RCPP_USING_CXX0X_OR_LATER
4+
* inst/include/Rcpp/sugar/functions/sapply.h: Updated to support lamda functions
5+
16
2015-05-01 Kevin Ushey <[email protected]>
27

38
* vignettes/Rcpp-FAQ.Rnw: Notes on installing gfortran

inst/NEWS.Rd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.11.7 (2015-xx-yy)}{
6+
\itemize{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item The sugar function \code{sapply} now supports lambda functions
10+
}
11+
\item Changes in Rcpp Documentation:
12+
\itemize{
13+
\item The \code{Rcpp-FAQ} vignette was once again updated with respect to
14+
OS X issues and Fortran libraries needed for e.g. \cpkg{RcppArmadillo}.
15+
}
16+
}
17+
}
18+
519
\section{Changes in Rcpp version 0.11.6 (2015-05-01)}{
620
\itemize{
721
\item Changes in Rcpp API:

0 commit comments

Comments
 (0)