summaryrefslogtreecommitdiff
path: root/dev-R/ggplot2/ggplot2-3.3.5.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-05 12:39:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-05 12:39:13 +0000
commit8a4f25c17601de403342a103fed7b8809f820f63 (patch)
tree67926c769647b28614fc4a991121b8180dde7d15 /dev-R/ggplot2/ggplot2-3.3.5.ebuild
parent1a0422d9518fb795cbf2e9ffd2310ed561b5c5db (diff)
downloadbaldeagleos-repo-8a4f25c17601de403342a103fed7b8809f820f63.tar.gz
baldeagleos-repo-8a4f25c17601de403342a103fed7b8809f820f63.tar.xz
baldeagleos-repo-8a4f25c17601de403342a103fed7b8809f820f63.zip
Adding metadata
Diffstat (limited to 'dev-R/ggplot2/ggplot2-3.3.5.ebuild')
-rw-r--r--dev-R/ggplot2/ggplot2-3.3.5.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/dev-R/ggplot2/ggplot2-3.3.5.ebuild b/dev-R/ggplot2/ggplot2-3.3.5.ebuild
deleted file mode 100644
index 1e9fbec72698..000000000000
--- a/dev-R/ggplot2/ggplot2-3.3.5.ebuild
+++ /dev/null
@@ -1,54 +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'
-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
-"