diff options
Diffstat (limited to 'dev-R/ggplot2')
| -rw-r--r-- | dev-R/ggplot2/Manifest | 1 | ||||
| -rw-r--r-- | dev-R/ggplot2/ggplot2-3.3.5.ebuild | 54 | ||||
| -rw-r--r-- | dev-R/ggplot2/metadata.xml | 16 |
3 files changed, 71 insertions, 0 deletions
diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest new file mode 100644 index 000000000000..4f3b8f9cdd6b --- /dev/null +++ b/dev-R/ggplot2/Manifest @@ -0,0 +1 @@ +DIST ggplot2_3.3.5.tar.gz 3063309 BLAKE2B a0a58700cad438d0e64b2d89394f6a4ac82e6f983b59e0eea0e47fa073dadf8771a44f6332de9e19d6542b7b9e5dfb2f13cdb66cc5300e76ad8c5c3ade5250ea SHA512 94ed976e48ddd08a2a840f3638bf7552cb05e5c588f362c1dffc57d903a222961516d28ab43f85f571f81e0fd12ecc7eb9690b2153d4eec2e358e2561e0c9c03 diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.5.ebuild new file mode 100644 index 000000000000..e4898b5c83f2 --- /dev/null +++ b/dev-R/ggplot2/ggplot2-3.3.5.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Create Elegant Data Visualisations using the grammar of graphics' +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=" + >=dev-lang/R-3.3 + dev-R/digest + dev-R/glue + >=dev-R/gtable-0.1.1 + dev-R/isoband + >=dev-R/rlang-0.4.10 + >=dev-R/scales-0.5.0 + dev-R/tibble + >=dev-R/withr-2.0.0 + virtual/MASS + virtual/mgcv +" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/ragg + dev-R/dplyr + dev-R/ggplot2movies + dev-R/hexbin + dev-R/Hmisc + dev-R/interp + dev-R/knitr + dev-R/lattice + dev-R/mapproj + dev-R/maps + dev-R/maptools + dev-R/multcomp + dev-R/munsell + dev-R/nlme + dev-R/profvis + dev-R/quantreg + dev-R/RColorBrewer + dev-R/rgeos + dev-R/rmarkdown + dev-R/rpart + >=dev-R/sf-0.7.3 + >=dev-R/svglite-1.2.0.9001 + >=dev-R/testthat-2.1.0 + >=dev-R/vdiffr-1.0.0 + dev-R/xml2 +" diff --git a/dev-R/ggplot2/metadata.xml b/dev-R/ggplot2/metadata.xml new file mode 100644 index 000000000000..121549794f26 --- /dev/null +++ b/dev-R/ggplot2/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <description>co-maintainers welcome</description> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <longdescription lang="en"> + Create Elegant Data Visualisations Using the Grammar of Graphics + // 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. + </longdescription> +</pkgmetadata> |
