pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/R-scales graphics/R-scales: Import version 0.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7e9a6081322
branches:  trunk
changeset: 377029:f7e9a6081322
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Mar 12 15:47:48 2018 +0000

description:
graphics/R-scales: Import version 0.5.0

Graphical scales map data to aesthetics, and provide methods for
automatically determining breaks and labels for axes and legends.

diffstat:

 graphics/R-scales/DESCR    |   2 ++
 graphics/R-scales/Makefile |  27 +++++++++++++++++++++++++++
 graphics/R-scales/distinfo |   6 ++++++
 3 files changed, 35 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 29c7e0861250 -r f7e9a6081322 graphics/R-scales/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-scales/DESCR   Mon Mar 12 15:47:48 2018 +0000
@@ -0,0 +1,2 @@
+Graphical scales map data to aesthetics, and provide methods for
+automatically determining breaks and labels for axes and legends.
diff -r 29c7e0861250 -r f7e9a6081322 graphics/R-scales/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-scales/Makefile        Mon Mar 12 15:47:48 2018 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2018/03/12 15:47:48 minskim Exp $
+
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/hadley/scales
+COMMENT=       Scale functions for visualization
+LICENSE=       mit
+
+R_PKGNAME=     scales
+R_PKGVER=      0.5.0
+
+DEPENDS+=      R-R6-[0-9]*:../../devel/R-R6
+DEPENDS+=      R-RColorBrewer-[0-9]*:../../math/R-RColorBrewer
+DEPENDS+=      R-dichromat-[0-9]*:../../graphics/R-dichromat
+DEPENDS+=      R-labeling-[0-9]*:../../graphics/R-labeling
+DEPENDS+=      R-munsell>=0.2:../../graphics/R-munsell
+DEPENDS+=      R-plyr-[0-9]*:../../math/R-plyr
+DEPENDS+=      R-viridisLite-[0-9]*:../../graphics/R-viridisLite
+
+USE_LANGUAGES= c++
+
+.include "../../devel/R-Rcpp/buildlink3.mk"
+BUILDLINK_API_DEPENDS.R+=      R>=2.13
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 29c7e0861250 -r f7e9a6081322 graphics/R-scales/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-scales/distinfo        Mon Mar 12 15:47:48 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/12 15:47:48 minskim Exp $
+
+SHA1 (R/scales_0.5.0.tar.gz) = df1c718aebea32eaeebb4332405a8cfd53ae4268
+RMD160 (R/scales_0.5.0.tar.gz) = 68fbf10b1315b2536e265d6e7dc2c90485fbc689
+SHA512 (R/scales_0.5.0.tar.gz) = 68152b4ce0b589932ee8b9971f506098bacdcd679afb2dd5d710731e3d9139618a031566598461945a336e064350c32e3a0095c53e86f094a17fccaabd53181d
+Size (R/scales_0.5.0.tar.gz) = 59867 bytes



Home | Main Index | Thread Index | Old Index