[Rcpp-commits] r533 - in pkg: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Jan 31 20:07:34 CET 2010
Author: edd
Date: 2010-01-31 20:07:34 +0100 (Sun, 31 Jan 2010)
New Revision: 533
Modified:
pkg/NEWS
pkg/inst/ChangeLog
Log:
documented changes related to doxygen
Modified: pkg/NEWS
===================================================================
--- pkg/NEWS 2010-01-31 19:06:12 UTC (rev 532)
+++ pkg/NEWS 2010-01-31 19:07:34 UTC (rev 533)
@@ -9,6 +9,8 @@
- std::tr1::unordered_map<std::string,T>
- std::tr1::unordered_multimap<std::string,T>
+ o The doxygen documentation now shows the examples
+
0.7.4 2010-01-30
o matrix matrix-like indexing using operator() for all vector
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-01-31 19:06:12 UTC (rev 532)
+++ pkg/inst/ChangeLog 2010-01-31 19:07:34 UTC (rev 533)
@@ -1,6 +1,12 @@
+2010-01-31 Dirk Eddelbuettel <edd at debian.org>
+
+ * doxyfile: several updates plus improvements related to examples/
+ * src/RcppDoxygenExamples.h: A phony empty file needed mainly to
+ define a few \example tags for Doxygen
+
2010-01-31 Romain Francois <francoisromain at free.fr>
- * src/Rcpp/internal/wrap.h: more wrap for stl templates are
+ * src/Rcpp/internal/wrap.h: more wrap for stl templates are
candidate for wrap (when T can be wrapped)
multiset<T> -> vector or list
map<string,T> -> named vector or named list
@@ -9,9 +15,9 @@
tr1::unordered_set<T> -> vector or list
tr1::unordered_multiset<T> -> vector or list
- * inst/unitTests/runit.wrap.R : unit tests for the new
+ * inst/unitTests/runit.wrap.R : unit tests for the new
wrappable types
-
+
2010-01-30 Dirk Eddelbuettel <edd at debian.org>
* DESCRIPTION: Release 0.7.4
More information about the Rcpp-commits
mailing list