File tree Expand file tree Collapse file tree 2 files changed +39
-3
lines changed
Expand file tree Collapse file tree 2 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 22
33 * DESCRIPTION (Version): Mark as 0.12.3.1
44
5- * TODO: Add ChangeLog and NEWS entries for recent PRs
5+ 2016-01-22 Daniel C. Dillon <dcdillon@gmail.com>
6+
7+ * R/Attributes.R: Add plugin for cpp14
8+
9+ 2016-01-18 Daniel C. Dillon <dcdillon@gmail.com>
10+
11+ * inst/include/Rcpp/Nullable.h: Add isUsable()
12+ * inst/unitTests/cpp/misc.cpp: Add tests
13+ * inst/unitTests/runit.misc.R: Idem
14+
15+ 2016-01-17 Nathan Russell <russell.nr2012@gmail.com>
16+
17+ * inst/include/Rcpp/sugar/functions/median.h: New function
18+ * inst/unitTests/cpp/sugar.cpp: Add tests
19+ * inst/unitTests/runit.sugar.R: Idem
20+
21+ 2016-01-17 Daniel C. Dillon <dcdillon@gmail.com>
22+
23+ * inst/include/Rcpp/Nullable.h: Add as() and clone()
24+ * inst/unitTests/cpp/misc.cpp: Add tests
25+ * inst/unitTests/runit.misc.R: Idem
26+
27+ 2016-01-13 Kirill Mueller <kirill.mueller@ivt.baug.ethz.ch>
28+
29+ * inst/include/Rcpp/Nullable.h: Added const support
30+ * inst/unitTests/cpp/misc.cpp: Added tests for const support
631
7322016-01-10 Dirk Eddelbuettel <edd@debian.org>
833
Original file line number Diff line number Diff line change 77 \itemize {
88 \item Changes in Rcpp API :
99 \itemize {
10- \item \code {Nullable <> :: operator SEXP()} and
10+ \item New accessors \code {as()} and \code {clone()} were added to the
11+ \code {Nullable } class (Dan in PR \ghpr {423 } closing \ghit {421 })
12+ \item The \code {Nullable <> :: operator SEXP()} and
1113 \code {Nullable <> :: get()} now also work for \code {const } objects
12- (PR \ghpr {417 }).
14+ (Kirill Mueller in PR \ghpr {417 }).
15+ }
16+ \item Changes in Rcpp Sugar :
17+ \itemize {
18+ \item Added new Sugar function \code {median()} (Nathan in PR \ghpr {425 }
19+ closing \ghit {424 })
20+ }
21+ \item Changes in Rcpp Attributes :
22+ \itemize {
23+ \item A plugin for C ++ 14 was added (Dan in PR \ghpr {427 })
1324 }
1425 }
1526}
You can’t perform that action at this time.
0 commit comments