mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-R/ggplot2: new
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/ggplot2/Manifest
Normal file
1
dev-R/ggplot2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ggplot2_3.3.3.tar.gz 3058840 BLAKE2B 9f1c24bc9b4e98f71fc8b2853f60bed7a6557b9f83c26368e8865561b26fb6e515d5f9dfa4be915e513f3aa62a8e083ae3aed2cf9d434209b8cddcacebe429f0 SHA512 6234c2b606bda80b770927975b52c92f9eb7126dcb36889c1d58159c9c2312ff8469a1dd123065c10f77c1f83731285d9a5fdb6d31a1e595169021ece76d717d
|
||||
25
dev-R/ggplot2/ggplot2-3.3.3.ebuild
Normal file
25
dev-R/ggplot2/ggplot2-3.3.3.ebuild
Normal file
@@ -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}"
|
||||
11
dev-R/ggplot2/metadata.xml
Normal file
11
dev-R/ggplot2/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user