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.6.ebuild | 60 | ||||
-rw-r--r-- | dev-R/ggplot2/metadata.xml | 21 |
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest deleted file mode 100644 index d6ac84fa0..000000000 --- a/dev-R/ggplot2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ggplot2_3.3.6.tar.gz 3061989 BLAKE2B 9a7d4fe7dea12ce52df500b8245bacbb64d85eda416d792865507075c326382060e4895422d03f03d2ff95aa4561d13e3e2b35aeb1d01bbb550e7f1409b62b2d SHA512 fa8e418b5a4dd249202cf65afc8b90ec4d84fae6a8aeae27d512c9c28fd0f6fcb508a1ca8fcd7efd2f5872ba42d542b6ccae8ae1183430d0d3aec50452774850 diff --git a/dev-R/ggplot2/ggplot2-3.3.6.ebuild b/dev-R/ggplot2/ggplot2-3.3.6.ebuild deleted file mode 100644 index 155f91425..000000000 --- a/dev-R/ggplot2/ggplot2-3.3.6.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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' -HOMEPAGE=" - https://cran.r-project.org/package=ggplot2 - https://ggplot2.tidyverse.org/ - https://github.com/tidyverse/ggplot2 -" - -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 - virtual/lattice - dev-R/mapproj - dev-R/maps - dev-R/maptools - dev-R/multcomp - dev-R/munsell - virtual/nlme - dev-R/profvis - dev-R/quantreg - dev-R/RColorBrewer - dev-R/rgeos - dev-R/rmarkdown - virtual/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 deleted file mode 100644 index d27869592..000000000 --- a/dev-R/ggplot2/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://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">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> - <upstream> - <maintainer> - <name>Thomas Lin Pedersen</name> - <email>thomas.pedersen@rstudio.com</email> - </maintainer> - <bugs-to>https://github.com/tidyverse/ggplot2/issues</bugs-to> - <remote-id type="github">tidyverse/ggplot2</remote-id> - </upstream> -</pkgmetadata> |