summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorEinar Bjarni Halldórsson <einar@isnic.is>2024-04-05 14:51:42 +0100
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-06 15:42:38 +0100
commit2b1ca2ebc522bfaca98471c0a0d02ad5cb4c2827 (patch)
treeeb5ccda9a873272283292fb0dd1387d63c2ee58f /graphics/Makefile
parentdevel/R-cran-tidyverse: New port: Easily Install and Load the 'Tidyverse' (diff)
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
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 76241ca6e330..23b5aadc5ac7 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -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