pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/R-ggplot2 graphics/R-ggplot2: Import version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/602de4894c94
branches:  trunk
changeset: 377601:602de4894c94
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Mar 20 15:20:48 2018 +0000

description:
graphics/R-ggplot2: Import version 2.2.1

A system for 'declaratively' creating graphics, based on "The Grammar
of Graphics". You provide the data, tell 'ggplot2' how to map
variables to aesthetics, what graphical primitives to use, and it
takes care of the details.

diffstat:

 graphics/R-ggplot2/DESCR    |   4 ++++
 graphics/R-ggplot2/Makefile |  26 ++++++++++++++++++++++++++
 graphics/R-ggplot2/distinfo |   6 ++++++
 3 files changed, 36 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r b5490619bab9 -r 602de4894c94 graphics/R-ggplot2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggplot2/DESCR  Tue Mar 20 15:20:48 2018 +0000
@@ -0,0 +1,4 @@
+A system for 'declaratively' creating graphics, based on "The Grammar
+of Graphics". You provide the data, tell 'ggplot2' how to map
+variables to aesthetics, what graphical primitives to use, and it
+takes care of the details.
diff -r b5490619bab9 -r 602de4894c94 graphics/R-ggplot2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggplot2/Makefile       Tue Mar 20 15:20:48 2018 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2018/03/20 15:20:48 minskim Exp $
+
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://ggplot2.tidyverse.org/
+COMMENT=       Elegant data visualization using the Grammar of Graphcis
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     ggplot2
+R_PKGVER=      2.2.1
+
+DEPENDS+=      R-digest-[0-9]*:../../security/R-digest
+DEPENDS+=      R-gtable>=0.1.1:../../math/R-gtable
+DEPENDS+=      R-plyr>=1.7.1:../../math/R-plyr
+DEPENDS+=      R-reshape2-[0-9]*:../../math/R-reshape2
+DEPENDS+=      R-scales>=0.4.1:../../graphics/R-scales
+DEPENDS+=      R-tibble-[0-9]*:../../math/R-tibble
+DEPENDS+=      R-lazyeval-[0-9]*:../../devel/R-lazyeval
+
+USE_LANGUAGES= # none
+
+BUILDLINK_API_DEPENDS.R+=      R>=3.1
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r b5490619bab9 -r 602de4894c94 graphics/R-ggplot2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-ggplot2/distinfo       Tue Mar 20 15:20:48 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/20 15:20:48 minskim Exp $
+
+SHA1 (R/ggplot2_2.2.1.tar.gz) = 07bedaacb6c2cf271eb2ba5ee310f1cc96f85f14
+RMD160 (R/ggplot2_2.2.1.tar.gz) = d7cf005587a7d0d3b00e5716794a7c2e955cc89c
+SHA512 (R/ggplot2_2.2.1.tar.gz) = 0c8f1e9fd175f2a7a2ed778965e61ffbee47d4c45d222c20ee046c96b8f33bbe183ec2f9f53fadcbe2bc320f2922869acd8cd211205f6de482e1fb59b8317816
+Size (R/ggplot2_2.2.1.tar.gz) = 2213308 bytes



Home | Main Index | Thread Index | Old Index