pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-ggthemes



Module Name:    pkgsrc
Committed By:   brook
Date:           Sat Aug  1 02:24:00 UTC 2020

Added Files:
        pkgsrc/graphics/R-ggthemes: DESCR Makefile distinfo

Log Message:
graphics/R-ggthemes: import R-ggthemes-4.2.0

Some extra themes, geoms, and scales for 'ggplot2'. Provides 'ggplot2'
themes and scales that replicate the look of plots by Edward Tufte,
Stephen Few, 'Fivethirtyeight', 'The Economist', 'Stata', 'Excel', and
'The Wall Street Journal', among others. Provides 'geoms' for Tufte's
box plot and range frame.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-ggthemes/DESCR \
    pkgsrc/graphics/R-ggthemes/Makefile pkgsrc/graphics/R-ggthemes/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-ggthemes/DESCR
diff -u /dev/null pkgsrc/graphics/R-ggthemes/DESCR:1.1
--- /dev/null   Sat Aug  1 02:24:00 2020
+++ pkgsrc/graphics/R-ggthemes/DESCR    Sat Aug  1 02:24:00 2020
@@ -0,0 +1,5 @@
+Some extra themes, geoms, and scales for 'ggplot2'. Provides 'ggplot2'
+themes and scales that replicate the look of plots by Edward Tufte,
+Stephen Few, 'Fivethirtyeight', 'The Economist', 'Stata', 'Excel', and
+'The Wall Street Journal', among others. Provides 'geoms' for Tufte's
+box plot and range frame.
Index: pkgsrc/graphics/R-ggthemes/Makefile
diff -u /dev/null pkgsrc/graphics/R-ggthemes/Makefile:1.1
--- /dev/null   Sat Aug  1 02:24:00 2020
+++ pkgsrc/graphics/R-ggthemes/Makefile Sat Aug  1 02:24:00 2020
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/08/01 02:24:00 brook Exp $
+
+R_PKGNAME=     ggthemes
+R_PKGVER=      4.2.0
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Extra Themes, Scales and Geoms for 'ggplot2'
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-purrr>=0.3.3:../../devel/R-purrr
+DEPENDS+=      R-ggplot2>=3.0.0:../../graphics/R-ggplot2
+DEPENDS+=      R-scales>=1.1.0:../../graphics/R-scales
+DEPENDS+=      R-tibble>=2.1.3:../../math/R-tibble
+DEPENDS+=      R-stringr>=1.4.0:../../textproc/R-stringr
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-ggthemes/distinfo
diff -u /dev/null pkgsrc/graphics/R-ggthemes/distinfo:1.1
--- /dev/null   Sat Aug  1 02:24:00 2020
+++ pkgsrc/graphics/R-ggthemes/distinfo Sat Aug  1 02:24:00 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/01 02:24:00 brook Exp $
+
+SHA1 (R/ggthemes_4.2.0.tar.gz) = 0bbcb3f8de2db3a69c3479b1539b0deaf3fabfe9
+RMD160 (R/ggthemes_4.2.0.tar.gz) = e4fa40b23c92f26aede9b9aa7ec3cfd3d65ab75d
+SHA512 (R/ggthemes_4.2.0.tar.gz) = 4304d5792ae1bbeea328723b2576503e407969bd33028c2b58aeef36ee89da55d69b4ac4ae2185e563174a89e0fdeab4c8860b02ff6ef5f45f2a6bc67b77560a
+Size (R/ggthemes_4.2.0.tar.gz) = 423927 bytes



Home | Main Index | Thread Index | Old Index