[Dplr-commits] r955 - pkg/dplR
    noreply at r-forge.r-project.org 
    noreply at r-forge.r-project.org
       
    Wed Jan 28 17:10:08 CET 2015
    
    
  
Author: mvkorpel
Date: 2015-01-28 17:10:07 +0100 (Wed, 28 Jan 2015)
New Revision: 955
Modified:
   pkg/dplR/ChangeLog
   pkg/dplR/NAMESPACE
Log:
Stuff forgotten from the previous commit
Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog	2015-01-28 16:05:48 UTC (rev 954)
+++ pkg/dplR/ChangeLog	2015-01-28 16:10:07 UTC (rev 955)
@@ -37,8 +37,8 @@
   the $bins matrix in the return value of ccf.series.rwl(),
   corr.rwl.seg(), and corr.series.seg() does not have (undocumented)
   column names anymore.
-- Using functions from the matrixStats package to speed up some
-  operations on the rows or columns of matrices.
+- Using base::rowSums and functions from the matrixStats package
+  to speed up some operations on rows or columns of matrices.
 
 File: ffcsaps.R
 ---------------
Modified: pkg/dplR/NAMESPACE
===================================================================
--- pkg/dplR/NAMESPACE	2015-01-28 16:05:48 UTC (rev 954)
+++ pkg/dplR/NAMESPACE	2015-01-28 16:10:07 UTC (rev 955)
@@ -21,7 +21,7 @@
            trellis.par.set, xyplot)
 
 importFrom(matrixStats, colAlls, colAnys, colMedians, colSds, rowAlls,
-           rowSds)
+           rowAnys, rowSds)
 
 importFrom(png, readPNG)
 
    
    
More information about the Dplr-commits
mailing list