Skip to content

Commit 387079d

Browse files
committed
changelog and news for two recent PRs
1 parent 3af41f2 commit 387079d

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

ChangeLog

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
2016-07-11 J.J. Allaire <[email protected]>
22

3-
* R/Attributes.R Add cacheDir argument to sourceCpp to enable caching of
3+
* R/Attributes.R Add cacheDir argument to sourceCpp to enable caching of
44
shared libraries across R sessions
5-
* src/attributes.cpp Add cacheDir argument to sourceCpp to enable caching of
5+
* src/attributes.cpp Add cacheDir argument to sourceCpp to enable caching of
66
shared libraries across R sessions
7+
* man/sourceCpp.Rd: Document new cacheDir option
8+
* man/cppFunction.Rd: Idem
9+
* man/evalFunction.Rd: Idem
10+
11+
2016-07-10 Nathan Russell <[email protected]>
12+
13+
* inst/include/Rcpp/algorithm.h: Accomdate clang compiler
714

815
2016-07-03 Dirk Eddelbuettel <[email protected]>
916

inst/NEWS.Rd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6-
\section{Changes in Rcpp version 0.12.6 (2016-07-31)}{
6+
\section{Changes in Rcpp version 0.12.6 (2016-07-18)}{
77
\itemize{
88
\item Changes in Rcpp API:
99
\itemize{
@@ -17,7 +17,7 @@
1717
\item Allow for UTF-8 encoding in error messages via
1818
\code{RCPP_USING_UTF8_ERROR_STRING} macro (Qin Wenfeng in \ghpr{493})
1919
\item The R function \code{Rf_warningcall} is now provided as well (as
20-
usual without leading Rf_) (\ghpr{497} fixing \ghit{495})
20+
usual without leading \code{Rf_}) (\ghpr{497} fixing \ghit{495})
2121
}
2222
\item Changes in Rcpp Sugar:
2323
\itemize{
@@ -27,16 +27,17 @@
2727
(Dan Dillon in PR \ghpr{476} fixing issue \ghit{475}).
2828
\item New \code{algorithm} header using iterator-based approach for
2929
vectorized functions (Dan in PR \ghpr{481} revisiting PR \ghpr{428} and
30-
addressing issue \ghit{426}).
30+
addressing issue \ghit{426}, with futher work by Kirill in PR \ghpr{488}
31+
and Nathan in \ghpr{503} fixing issue \ghit{502}).
3132
\item The \code{na_omit()} function is now faster for vectors without
3233
\code{NA} values (Artem Klevtsov in PR \ghpr{492})
3334
}
3435
\item Changes in Rcpp Attributes:
3536
\itemize{
3637
\item Add \code{cacheDir} argument to \code{sourceCpp()} to enable caching of
37-
shared libraries across R sessions.
38+
shared libraries across R sessions (JJ in \ghpr{504}).
3839
\item Code generation now deals correctly which packages containing a dot
39-
in their name (Qiang in \ghpr{501} fixing \ghit{500})
40+
in their name (Qiang in \ghpr{501} fixing \ghit{500}).
4041
}
4142
}
4243
}

0 commit comments

Comments
 (0)