[Dplr-commits] r652 - pkg/dplR
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 2 17:22:29 CEST 2012
Author: mvkorpel
Date: 2012-10-02 17:22:29 +0200 (Tue, 02 Oct 2012)
New Revision: 652
Modified:
pkg/dplR/ChangeLog
Log:
Updated ChangeLog with a note related to the previous commit: In corr.rwl.seg(), replaced some for loops with cleaner vectorized operations or apply()
Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog 2012-10-02 15:03:10 UTC (rev 651)
+++ pkg/dplR/ChangeLog 2012-10-02 15:22:29 UTC (rev 652)
@@ -24,6 +24,7 @@
- Bug fix: there were off-by-one errors in the length of the bars
- New feature: allow the master series to be built from a second set of
tree ring series by using a data.frame 'master' argument
+- Replaced some for loops with cleaner vectorized operations or apply().
File: DESCRIPTION
---------------
More information about the Dplr-commits
mailing list