pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/R-cowplot



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  9 13:09:42 UTC 2024

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

Log Message:
graphics/R-cowplot: import R-cowplot-1.1.3

Provides various features that help with creating publication-quality
figures with 'ggplot2', such as a set of themes, functions to align
plots and arrange them into complex compound figures, and functions
that make it easy to annotate plots and or mix plots with images. The
package was originally written for internal use in the Wilke lab,
hence the name (Claus O. Wilke's plot package). It has also been used
extensively in the book Fundamentals of Data Visualization.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-cowplot/DESCR \
    pkgsrc/graphics/R-cowplot/Makefile pkgsrc/graphics/R-cowplot/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-cowplot/DESCR
diff -u /dev/null pkgsrc/graphics/R-cowplot/DESCR:1.1
--- /dev/null   Sat Nov  9 13:09:42 2024
+++ pkgsrc/graphics/R-cowplot/DESCR     Sat Nov  9 13:09:42 2024
@@ -0,0 +1,7 @@
+Provides various features that help with creating publication-quality
+figures with 'ggplot2', such as a set of themes, functions to align
+plots and arrange them into complex compound figures, and functions
+that make it easy to annotate plots and or mix plots with images. The
+package was originally written for internal use in the Wilke lab,
+hence the name (Claus O. Wilke's plot package). It has also been used
+extensively in the book Fundamentals of Data Visualization.
Index: pkgsrc/graphics/R-cowplot/Makefile
diff -u /dev/null pkgsrc/graphics/R-cowplot/Makefile:1.1
--- /dev/null   Sat Nov  9 13:09:42 2024
+++ pkgsrc/graphics/R-cowplot/Makefile  Sat Nov  9 13:09:42 2024
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2024/11/09 13:09:42 mef Exp $
+
+R_PKGNAME=     cowplot
+R_PKGVER=      1.1.3
+CATEGORIES=    graphics
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Streamlined Plot Theme and Plot Annotations for 'ggplot2'
+LICENSE=       gnu-gpl-v2
+
+DEPENDS+=      R-rlang>=1.1.4:../../devel/R-rlang
+DEPENDS+=      R-ggplot2>=3.4.0:../../graphics/R-ggplot2
+DEPENDS+=      R-scales>=1.3.0:../../graphics/R-scales
+DEPENDS+=      R-gtable>=0.3.6:../../math/R-gtable
+
+# Packages suggested but not available:
+#   'gridGraphics', 'PASWR', 'patchwork', 'vdiffr', 'VennDiagram'
+
+TEST_DEPENDS+= R-Cairo-[0-9]*:../../graphics/R-Cairo
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-forcats-[0-9]*:../../math/R-forcats
+TEST_DEPENDS+= R-magick-[0-9]*:../../graphics/R-magick
+TEST_DEPENDS+= R-maps-[0-9]*:../../geography/R-maps
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-ragg-[0-9]*:../../graphics/R-ragg
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/R-cowplot/distinfo
diff -u /dev/null pkgsrc/graphics/R-cowplot/distinfo:1.1
--- /dev/null   Sat Nov  9 13:09:42 2024
+++ pkgsrc/graphics/R-cowplot/distinfo  Sat Nov  9 13:09:42 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/09 13:09:42 mef Exp $
+
+BLAKE2s (R/cowplot_1.1.3.tar.gz) = f746f6312fe00630ee1c7e061f9a1188606e5e9963014199b82ae3c0c22b9b35
+SHA512 (R/cowplot_1.1.3.tar.gz) = ccd96772224d716a7b8cc7ee30f0d431fd6c94086bb65a6df463fd118de0886d3b9870f4cfa5fbceff597622ad84b9dd98a09edb10f6dac99ff56f7462efc750
+Size (R/cowplot_1.1.3.tar.gz) = 1350286 bytes



Home | Main Index | Thread Index | Old Index