[Rcpp-commits] r342 - pkg/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jan 11 16:51:32 CET 2010
Author: romain
Date: 2010-01-11 16:51:32 +0100 (Mon, 11 Jan 2010)
New Revision: 342
Modified:
pkg/inst/ChangeLog
Log:
keeping better track of time
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2010-01-11 14:14:09 UTC (rev 341)
+++ pkg/inst/ChangeLog 2010-01-11 15:51:32 UTC (rev 342)
@@ -1,4 +1,4 @@
-2010-01-10 Romain Francois <francoisromain at free.fr>
+2010-01-11 Romain Francois <francoisromain at free.fr>
* src/Rcpp/Environment.h: operator[](string) for environment
allowing to get/set values of a binding in this environment.
@@ -7,6 +7,8 @@
* src/Environment.cpp: idem
* inst/unitTests/runit.environments.R: unit tests for the above
+2010-01-10 Romain Francois <francoisromain at free.fr>
+
* src/Rcpp/Pairlist.h: operator[] for pairlist using proxies
* src/Pairlist.cpp : idem
* inst/unitTests/runit.Pairlist.R: new unit tests
More information about the Rcpp-commits
mailing list