diff options
Diffstat (limited to 'dev-R/gtable/gtable-0.3.0.ebuild')
-rw-r--r-- | dev-R/gtable/gtable-0.3.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-R/gtable/gtable-0.3.0.ebuild b/dev-R/gtable/gtable-0.3.0.ebuild new file mode 100644 index 000000000..d1aa6318f --- /dev/null +++ b/dev-R/gtable/gtable-0.3.0.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='Arrange Grobs in Tables' +KEYWORDS="~amd64" +LICENSE='GPL-2' + +DEPEND=">=dev-lang/R-3.0" +RDEPEND="${DEPEND}" |