aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-19 14:18:12 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-04-19 20:31:27 +0200
commitf9228bff73ef07389685d4c628ea75c241aba14d (patch)
treedebd895103be9e45f8e37e9e68095dfe775688fd /dev-R/txtplot
parentdev-R/RcppTOML: new package (diff)
downloadguru-f9228bff73ef07389685d4c628ea75c241aba14d.tar.gz
guru-f9228bff73ef07389685d4c628ea75c241aba14d.tar.bz2
guru-f9228bff73ef07389685d4c628ea75c241aba14d.zip
dev-R/txtplot: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-R/txtplot')
-rw-r--r--dev-R/txtplot/Manifest1
-rw-r--r--dev-R/txtplot/metadata.xml15
-rw-r--r--dev-R/txtplot/txtplot-1.0.4.ebuild14
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-R/txtplot/Manifest b/dev-R/txtplot/Manifest
new file mode 100644
index 000000000..e085b87e4
--- /dev/null
+++ b/dev-R/txtplot/Manifest
@@ -0,0 +1 @@
+DIST txtplot_1.0-4.tar.gz 11632 BLAKE2B 9d9332d0349461cd120b007b290a646a17014f347d4a15831edd2112a1c7749def7ee882d3a616f1bdbf4ff300a1e11ed8652e046f55431995b1344ca7798a17 SHA512 ebaaf7d685ce1ca6dd2fe09459834b452e5a82ddea0637eaceca057c34d4594e29a754e8c5ccebe7557e3a743abdd7a22f4be217d1be3fd0e56bfa05e6814b44
diff --git a/dev-R/txtplot/metadata.xml b/dev-R/txtplot/metadata.xml
new file mode 100644
index 000000000..276c46dbd
--- /dev/null
+++ b/dev-R/txtplot/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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>
+ Text Based Plots // Provides functions to produce rudimentary
+ ascii graphics directly in the terminal window. Provides a
+ basic plotting function (and equivalents of curve, density, acf
+ and barplot) as well as boxplot and image functions.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-R/txtplot/txtplot-1.0.4.ebuild b/dev-R/txtplot/txtplot-1.0.4.ebuild
new file mode 100644
index 000000000..559a6f9ea
--- /dev/null
+++ b/dev-R/txtplot/txtplot-1.0.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+MYPV=$(ver_rs 2 -)
+
+DESCRIPTION='Text Based Plots'
+SRC_URI="mirror://cran/src/contrib/${PN}_${MYPV}.tar.gz"
+
+KEYWORDS="~amd64"
+LICENSE='LGPL-3+'