[Dplr-commits] r950 - pkg/dplR

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 22 01:27:47 CET 2015


Author: mvkorpel
Date: 2015-01-22 01:27:47 +0100 (Thu, 22 Jan 2015)
New Revision: 950

Modified:
   pkg/dplR/DESCRIPTION
Log:
Added version requirement for Matrix. Some earlier versions would not install.


Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION	2015-01-21 23:58:12 UTC (rev 949)
+++ pkg/dplR/DESCRIPTION	2015-01-22 00:27:47 UTC (rev 950)
@@ -19,9 +19,9 @@
 Maintainer: Andy Bunn <andy.bunn at wwu.edu>
 Depends: R (>= 2.15.2)
 Imports: graphics, grDevices, grid, stats, utils, lattice (>= 0.13-6),
-        Matrix, digest (>= 0.2.3), gmp (>= 0.5-5), png (>= 0.1-1),
-        R.utils (>= 1.32.0), stringi (>= 0.2-2), stringr (>= 0.4), XML
-        (>= 2.1-0)
+        Matrix (>= 1.0-3), digest (>= 0.2.3), gmp (>= 0.5-5), png (>=
+        0.1-1), R.utils (>= 1.32.0), stringi (>= 0.2-2), stringr (>=
+        0.4), XML (>= 2.1-0)
 Suggests: Biobase, dichromat (>= 1.2-3), foreach, forecast, iterators,
         knitr, RColorBrewer, testthat (>= 0.8), tikzDevice, waveslim
 Description: This package contains functions for performing tree-ring



More information about the Dplr-commits mailing list