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 a83df54 commit 6b45f8cCopy full SHA for 6b45f8c
ChangeLog
@@ -1,3 +1,8 @@
1
+2017-02-14 Iñaki Ucar <[email protected]>
2
+
3
+ * inst/include/Rcpp/iostream/Rstreambuf.h: Fixed single-character handling
4
+ (pull request #649, fixes issue #647)
5
6
2017-02-13 Dirk Eddelbuettel <[email protected]>
7
8
* R/Attributes.R (.plugins[["cpp17"]]): New plugin
inst/NEWS.Rd
@@ -9,6 +9,8 @@
9
\itemize{
10
\item Added new size attribute aliases for number of rows and columns in
11
DataFrame (James Balamuta in \ghpr{638} addressing \ghit{630}).
12
+ \item Fixed single-character handling in \code{Rstreambuf} (Iñaki Ucar in
13
+ \ghpr{649} addressing \ghit{647}).
14
}
15
\item Changes in Rcpp Sugar:
16
0 commit comments