diff --git a/dev-R/evaluate/Manifest b/dev-R/evaluate/Manifest new file mode 100644 index 0000000000..c2d33884a5 --- /dev/null +++ b/dev-R/evaluate/Manifest @@ -0,0 +1 @@ +DIST evaluate_0.14.tar.gz 24206 BLAKE2B 5d72d84d3c404eeb612da8a80b7b68e4c921516cc53fa477d19452ec7394541b8c9fe4dca80481120346c924381278df25ef5eedcb85afcaaceb0ef80e810934 SHA512 3a74a7fd9ce7d933a3070954c54ab36ca39b0fe5b90227ebaa7a35bff7642ce438240034f43f40f47e7d80788489ad6018fc5901dc7266df773fe380e16105a5 diff --git a/dev-R/evaluate/evaluate-0.14.ebuild b/dev-R/evaluate/evaluate-0.14.ebuild new file mode 100644 index 0000000000..bf97ae514e --- /dev/null +++ b/dev-R/evaluate/evaluate-0.14.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2021 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}" diff --git a/dev-R/evaluate/metadata.xml b/dev-R/evaluate/metadata.xml new file mode 100644 index 0000000000..2513e98347 --- /dev/null +++ b/dev-R/evaluate/metadata.xml @@ -0,0 +1,9 @@ + + + + + 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. + +