From d9621124dd4cdb7c4c252f4b8f26b321b2692736 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 31 May 2021 23:26:40 +0200 Subject: [PATCH] dev-R/pkgload: new Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-R/pkgload/Manifest | 1 + dev-R/pkgload/metadata.xml | 10 ++++++++++ dev-R/pkgload/pkgload-1.2.1.ebuild | 21 +++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-R/pkgload/Manifest create mode 100644 dev-R/pkgload/metadata.xml create mode 100644 dev-R/pkgload/pkgload-1.2.1.ebuild diff --git a/dev-R/pkgload/Manifest b/dev-R/pkgload/Manifest new file mode 100644 index 0000000000..a08328ab1d --- /dev/null +++ b/dev-R/pkgload/Manifest @@ -0,0 +1 @@ +DIST pkgload_1.2.1.tar.gz 60651 BLAKE2B 6a99a2772a593ac75466353f0090e1a319ebc3301ef762122a66473a65ace672a1f27fe60ae8dfbafc08ae3ac31ce3bf9dd564cb4fc93569e50c7a97f612718e SHA512 c80c532a23db99ffd0624673d6a7debcd12850df78cc669c6a91ddcc3be6085999d200b8d005e8a839ae0d33862af56589e887dff194a375566ae672836ffe57 diff --git a/dev-R/pkgload/metadata.xml b/dev-R/pkgload/metadata.xml new file mode 100644 index 0000000000..2dadd4094a --- /dev/null +++ b/dev-R/pkgload/metadata.xml @@ -0,0 +1,10 @@ + + + + + Simulate Package Installation and Attach // Simulates the process + of installing a package and then attaching it. This is a key + part of the 'devtools' package as it allows you to rapidly + iterate while developing a package. + + diff --git a/dev-R/pkgload/pkgload-1.2.1.ebuild b/dev-R/pkgload/pkgload-1.2.1.ebuild new file mode 100644 index 0000000000..a5a57ef3fa --- /dev/null +++ b/dev-R/pkgload/pkgload-1.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages + +DESCRIPTION='Simulate Package Installation and Attach' +KEYWORDS="~amd64" +LICENSE='GPL-3' + +DEPEND=" + dev-R/cli + dev-R/desc + dev-R/crayon + dev-R/rprojroot + dev-R/rlang + dev-R/rstudioapi + dev-R/withr +" +RDEPEND="${DEPEND}"