diff options
Diffstat (limited to 'dev-R/evaluate')
| -rw-r--r-- | dev-R/evaluate/Manifest | 1 | ||||
| -rw-r--r-- | dev-R/evaluate/evaluate-0.15.ebuild | 20 | ||||
| -rw-r--r-- | dev-R/evaluate/metadata.xml | 14 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-R/evaluate/Manifest b/dev-R/evaluate/Manifest new file mode 100644 index 000000000000..a8d523a331e1 --- /dev/null +++ b/dev-R/evaluate/Manifest @@ -0,0 +1 @@ +DIST evaluate_0.15.tar.gz 25617 BLAKE2B f060b0fc583c76e233d2d069b68b5cea4f63da691ecb2fb8f1eae793846a7aa5e65e3d17d1da959a3cd20df0d609ee486e097c0913df86248ec0d3e17283d7ca SHA512 b33fe9e43c4efaf7d8bbe69936f3c77feaf14fe30695ce166e32624dddb101133fca8af05a757d049638eda70c11707bc40a56f7c8ae385d707f1281bdf582ee diff --git a/dev-R/evaluate/evaluate-0.15.ebuild b/dev-R/evaluate/evaluate-0.15.ebuild new file mode 100644 index 000000000000..2dcc08a7b925 --- /dev/null +++ b/dev-R/evaluate/evaluate-0.15.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Parsing and Evaluation Tools that provide more details than the default' +KEYWORDS="~amd64" +LICENSE='MIT' + +DEPEND=">=dev-lang/R-3.0.2" +RDEPEND="${DEPEND}" + +SUGGESTED_PACKAGES=" + dev-R/covr + dev-R/ggplot2 + dev-R/lattice + dev-R/testthat +" diff --git a/dev-R/evaluate/metadata.xml b/dev-R/evaluate/metadata.xml new file mode 100644 index 000000000000..7902de2a83a0 --- /dev/null +++ b/dev-R/evaluate/metadata.xml @@ -0,0 +1,14 @@ +<?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 lang="en"> + Parsing and Evaluation Tools that Provide More Details than the + Default // Parsing and evaluation tools that make it easy to + recreate the command line behaviour of R. + </longdescription> +</pkgmetadata> |
