r-ggplot2: dependecy r-scales version should be 0.4.1: (#6031)

This commit is contained in:
Yifan Zhu
2017-10-30 23:42:31 -05:00
committed by Christoph Junghans
parent fb072d1472
commit 8cc3bcb649

View File

@@ -47,6 +47,6 @@ class RGgplot2(RPackage):
depends_on('r-mass', type=('build', 'run'))
depends_on('r-plyr@1.7.1:', type=('build', 'run'))
depends_on('r-reshape2', type=('build', 'run'))
depends_on('r-scales@0.4.1', type=('build', 'run'))
depends_on('r-scales@0.4.1:', type=('build', 'run'))
depends_on('r-tibble', type=('build', 'run'))
depends_on('r-lazyeval', type=('build', 'run'))