We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e69c6 commit 60d31deCopy full SHA for 60d31de
ChangeLog
@@ -1,4 +1,8 @@
1
-<<<<<<< HEAD
+2014-06-20 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * include/Rcpp/sugar/functions/ifelse.h: Applied pull request #150 by
4
+ Romain to have operator{} return the correct NA type
5
6
2014-06-11 Dirk Eddelbuettel <edd@debian.org>
7
8
* inst/include/Rcpp/macros/macros.h: No longer include
inst/NEWS.Rd
@@ -10,6 +10,11 @@
10
release 0.10.5 last year is proceeding as planned, and the file
11
\code{macros/preprocessor_generated.h} has been removed.
12
}
13
+ \item Changes in Rcpp Sugar:
14
+ \itemize{
15
+ \item In \code{ifelse()}, the returned \code{NA} type was corrected for
16
+ \code{operator[]}
17
+ }
18
19
20
0 commit comments