[Rcpp-commits] r528 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 31 12:48:33 CET 2010
Author: romain
Date: 2010-01-31 12:48:33 +0100 (Sun, 31 Jan 2010)
New Revision: 528
Modified:
pkg/NEWS
pkg/inst/ChangeLog
Log:
minor wording
Modified: pkg/NEWS
===================================================================
--- pkg/NEWS 2010-01-31 11:46:04 UTC (rev 527)
+++ pkg/NEWS 2010-01-31 11:48:33 UTC (rev 528)
@@ -1,8 +1,8 @@
0.7.5 (under development)
- o wrap is now able to handle more stl types. Given that T can
- be wrapped, the following can be wrapped:
+ o wrap is now able to handle more stl and tr1 types. Given that T
+ can be wrapped, the following can be wrapped:
- std::multiset<T>
- std::map<std::string,T>
- std::multimap<std::string,T>
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-01-31 11:46:04 UTC (rev 527)
+++ pkg/inst/ChangeLog 2010-01-31 11:48:33 UTC (rev 528)
@@ -8,6 +8,9 @@
tr1::unordered_map<string,T> -> named vector or named list
tr1::unordered_set<T> -> vector or list
tr1::unordered_multiset<T> -> vector or list
+
+ * inst/unitTests/runit.wrap.R : unit tests for the new
+ wrappable types
2010-01-30 Dirk Eddelbuettel <edd at debian.org>
More information about the Rcpp-commits
mailing list