[Dplr-commits] r1058 - pkg/dplR
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 16 13:14:43 CET 2017
Author: mvkorpel
Date: 2017-02-16 13:14:43 +0100 (Thu, 16 Feb 2017)
New Revision: 1058
Modified:
pkg/dplR/ChangeLog
pkg/dplR/DESCRIPTION
Log:
Change version requirement for png
Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog 2017-02-16 10:58:02 UTC (rev 1057)
+++ pkg/dplR/ChangeLog 2017-02-16 12:14:43 UTC (rev 1058)
@@ -10,6 +10,9 @@
because it's not possible to test 0.50.0, 0.50.1 with really old
versions of R, e.g. 2.15.2.
+- Version requirement for png bumped up to >= 0.1-2: difficulties
+ compiling 0.1-1 on a test system (type voidp not defined).
+
Files: NAMESPACE, src/..., R/...
----------------
Modified: pkg/dplR/DESCRIPTION
===================================================================
--- pkg/dplR/DESCRIPTION 2017-02-16 10:58:02 UTC (rev 1057)
+++ pkg/dplR/DESCRIPTION 2017-02-16 12:14:43 UTC (rev 1058)
@@ -20,7 +20,7 @@
Depends: R (>= 2.15.2)
Imports: graphics, grDevices, grid, stats, utils, lattice (>= 0.13-6),
Matrix (>= 1.0-3), digest (>= 0.2.3), gmp (>= 0.5-5),
- matrixStats (>= 0.50.2), png (>= 0.1-1), R.utils (>= 1.32.0),
+ matrixStats (>= 0.50.2), png (>= 0.1-2), R.utils (>= 1.32.0),
stringi (>= 0.2-3), stringr (>= 0.4), XML (>= 2.1-0),
plyr (>= 1.8)
Suggests: Biobase, Cairo (>= 1.5-0), dichromat (>= 1.2-3), foreach,
More information about the Dplr-commits
mailing list