pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-ggplot2
Module Name: pkgsrc
Committed By: minskim
Date: Tue Mar 20 15:20:48 UTC 2018
Added Files:
pkgsrc/graphics/R-ggplot2: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-ggplot2/DESCR \
pkgsrc/graphics/R-ggplot2/Makefile pkgsrc/graphics/R-ggplot2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/R-ggplot2/DESCR
diff -u /dev/null pkgsrc/graphics/R-ggplot2/DESCR:1.1
--- /dev/null Tue Mar 20 15:20:48 2018
+++ pkgsrc/graphics/R-ggplot2/DESCR Tue Mar 20 15:20:48 2018
@@ -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.
Index: pkgsrc/graphics/R-ggplot2/Makefile
diff -u /dev/null pkgsrc/graphics/R-ggplot2/Makefile:1.1
--- /dev/null Tue Mar 20 15:20:48 2018
+++ pkgsrc/graphics/R-ggplot2/Makefile Tue Mar 20 15:20:48 2018
@@ -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"
Index: pkgsrc/graphics/R-ggplot2/distinfo
diff -u /dev/null pkgsrc/graphics/R-ggplot2/distinfo:1.1
--- /dev/null Tue Mar 20 15:20:48 2018
+++ pkgsrc/graphics/R-ggplot2/distinfo Tue Mar 20 15:20:48 2018
@@ -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