File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1515 * R/Attributes.R: Correct how cppFunction() deal with multiple
1616 depends arguments
1717
18+ 2019-11-08 Romain Francois <romain@rstudio.com>
19+
20+ * inst/include/Rcpp/lang.h: Safer Rcpp_list* and Rcpp_lang*
21+ * inst/include/Rcpp/Function.h: Add Function.invoke() for operator()
22+ * inst/include/Rcpp/generated/Function__operator.h: Safer
23+ Function.operator() using Function.invoke()
24+
18252019-11-08 Dirk Eddelbuettel <edd@debian.org>
1926
2027 * DESCRIPTION (Date, Version): Release 1.0.3
Original file line number Diff line number Diff line change 55
66\section {Changes in Rcpp version 1.0.4 (2020 - 03 - xx )}{
77 \itemize {
8+ \item Changes in Rcpp API :
9+ \itemize {
10+ \item Safer \code {Rcpp_list * }, \code {Rcpp_lang * } and
11+ \code {Function.operator()} (Romain in \ghpr {1014 }, \ghit {1015 }).
12+ }
813 \item Changes in Rcpp Attributes :
914 \itemize {
1015 \item The \code {cppFunction } helper now deals correctly with mulitple
1116 \code {depends } arguments (TJ McKinley in \ghpr {1016 } fixing
1217 \ghit {1017 }).
1318 }
19+ \item Changes in Rcpp Documentation :
20+ \itemize {
21+ \item The \code {.github / } directory now has more explicit guidance on
22+ contributinh , issues , and pull requests (Dirk ).
23+ }
1424 }
1525}
1626
You can’t perform that action at this time.
0 commit comments