aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-05-31 23:38:13 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-01 00:04:41 +0200
commitde89b03a553ba592da0ccac75d095911ed10f0f6 (patch)
tree44fe0f438f2023740a4be3265e64abaf844f6a5a
parentdev-R/gh: new (diff)
downloadguru-de89b03a553ba592da0ccac75d095911ed10f0f6.tar.gz
guru-de89b03a553ba592da0ccac75d095911ed10f0f6.tar.bz2
guru-de89b03a553ba592da0ccac75d095911ed10f0f6.zip
dev-R/ggplot2: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-R/ggplot2/Manifest1
-rw-r--r--dev-R/ggplot2/ggplot2-3.3.3.ebuild25
-rw-r--r--dev-R/ggplot2/metadata.xml11
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest
new file mode 100644
index 000000000..6c1189ddb
--- /dev/null
+++ b/dev-R/ggplot2/Manifest
@@ -0,0 +1 @@
+DIST ggplot2_3.3.3.tar.gz 3058840 BLAKE2B 9f1c24bc9b4e98f71fc8b2853f60bed7a6557b9f83c26368e8865561b26fb6e515d5f9dfa4be915e513f3aa62a8e083ae3aed2cf9d434209b8cddcacebe429f0 SHA512 6234c2b606bda80b770927975b52c92f9eb7126dcb36889c1d58159c9c2312ff8469a1dd123065c10f77c1f83731285d9a5fdb6d31a1e595169021ece76d717d
diff --git a/dev-R/ggplot2/ggplot2-3.3.3.ebuild b/dev-R/ggplot2/ggplot2-3.3.3.ebuild
new file mode 100644
index 000000000..20eafddd7
--- /dev/null
+++ b/dev-R/ggplot2/ggplot2-3.3.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 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.2
+ >=dev-R/scales-0.5.0
+ >=dev-R/withr-2.0.0
+ virtual/MASS
+ dev-R/isoband
+ dev-R/glue
+ dev-R/digest
+ >=dev-R/gtable-0.1.1
+ virtual/mgcv
+ >=dev-R/rlang-0.3.0
+ dev-R/tibble
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-R/ggplot2/metadata.xml b/dev-R/ggplot2/metadata.xml
new file mode 100644
index 000000000..f6471223e
--- /dev/null
+++ b/dev-R/ggplot2/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ 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>