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 2
2
3
3
* DESCRIPTION (Version): Mark as 0.12.3.1
4
4
5
- * TODO: Add ChangeLog and NEWS entries for recent PRs
5
+ 2016-01-22 Daniel C. Dillon <
[email protected] >
6
+
7
+ * R/Attributes.R: Add plugin for cpp14
8
+
9
+ 2016-01-18 Daniel C. Dillon <
[email protected] >
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 <
[email protected] >
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 <
[email protected] >
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 <
[email protected] >
28
+
29
+ * inst/include/Rcpp/Nullable.h: Added const support
30
+ * inst/unitTests/cpp/misc.cpp: Added tests for const support
6
31
7
32
2016-01-10 Dirk Eddelbuettel <
[email protected] >
8
33
Original file line number Diff line number Diff line change 7
7
\itemize {
8
8
\item Changes in Rcpp API :
9
9
\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
11
13
\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 })
13
24
}
14
25
}
15
26
}
You can’t perform that action at this time.
0 commit comments