diff --git a/dev-R/ggplot2/Manifest b/dev-R/ggplot2/Manifest new file mode 100644 index 0000000000..6c1189ddb6 --- /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 0000000000..20eafddd76 --- /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 0000000000..f6471223e6 --- /dev/null +++ b/dev-R/ggplot2/metadata.xml @@ -0,0 +1,11 @@ + + + + + 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. + +