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 482b19b commit 2966595Copy full SHA for 2966595
ChangeLog
@@ -1,3 +1,12 @@
1
+2015-08-15 Florian Plaza Oñate <florian.plaza@jouy.inra.fr>
2
+ * inst/include/Rcpp/vector/Vector.h: Add 'at' methods which implement
3
+ accessors with bounds cheking (pull request #342, fixes issue #341)
4
+ * inst/include/Rcpp/vector/Matrix.h: Ditto
5
+ * inst/unitTests/cpp/Vector.cpp: Add unit tests for at acessors
6
+ * inst/unitTests/cpp/Matrix.cpp: Ditto
7
+ * inst/unitTests/runit.Vector.R: Ditto
8
+ * inst/unitTests/runit.Matrix.R: Ditto
9
+
10
2015-08-18 Dirk Eddelbuettel <edd@debian.org>
11
12
* inst/unitTests/runit.Module.client.package.R: Disabled for bad
0 commit comments