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 bd63c6c commit 1d6620eCopy full SHA for 1d6620e
ChangeLog
@@ -1,3 +1,8 @@
1
+2013-12-20 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * inst/include/Rcpp/RObject.h: Applied fix by Kevin Ushey (#88)
4
+ * inst/include/Rcpp/vector/Vector.h: Ditto (#89)
5
6
2013-12-01 Kevin Ushey <kevinushey@gmail.com>
7
8
* R/Rcpp.package.skeleton.R: Fixed bug relating to user-supplied
inst/NEWS.Rd
@@ -14,6 +14,8 @@
14
functions were incorrectly expanding to the no-degree-of-freedoms
15
variant.
16
\item Unit tests for \code{pnt} were added.
17
+ \item Applied two bug fixes to Vector \code{sort()} and \code{RObject}
18
+ definition spotted and correct by Kevin Ushey
19
}
20
\item Changes in Rcpp documentation:
21
\itemize{
0 commit comments