1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

graphics/R-cran-cowplot: New port: Streamlined Plot Theme and Plot Annotations for 'ggplot2'

- Submitter becomes maintainer

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.

WWW: https://wilkelab.org/cowplot/

Differential Revision:	https://reviews.freebsd.org/D43735
This commit is contained in:
Einar Bjarni Halldórsson 2024-04-05 14:51:42 +01:00 committed by Nuno Teixeira
parent 292219a2d3
commit 2b1ca2ebc5
4 changed files with 36 additions and 0 deletions

View File

@ -12,6 +12,7 @@
SUBDIR += R-cran-GDD
SUBDIR += R-cran-RColorBrewer
SUBDIR += R-cran-colorspace
SUBDIR += R-cran-cowplot
SUBDIR += R-cran-diagram
SUBDIR += R-cran-dichromat
SUBDIR += R-cran-dygraphs

View File

@ -0,0 +1,24 @@
PORTNAME= cowplot
DISTVERSION= 1.1.3
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= einar@isnic.is
COMMENT= Streamlined Plot Theme and Plot Annotations for 'ggplot2'
WWW= https://wilkelab.org/cowplot/
LICENSE= GPLv2
CRAN_DEPENDS= R-cran-ggplot2>=3.4.0:graphics/R-cran-ggplot2 \
R-cran-gtable>0:math/R-cran-gtable \
R-cran-rlang>0:devel/R-cran-rlang \
R-cran-scales>0:graphics/R-cran-scales
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
TEST_DEPENDS= R-cran-dbplyr>0:databases/R-cran-dbplyr \
R-cran-maps>0:math/R-cran-maps \
R-cran-testthat>=1.0.0:devel/R-cran-testthat
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1706875292
SHA256 (cowplot_1.1.3.tar.gz) = 8756971af5c50381cf00ec7ed622fd5cf3d70f534bdfa3ebadd157b5aef5b273
SIZE (cowplot_1.1.3.tar.gz) = 1350286

View File

@ -0,0 +1,8 @@
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.