dev-R/pkgload: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:26:40 +02:00
parent 8b013c8d81
commit d9621124dd
3 changed files with 32 additions and 0 deletions

1
dev-R/pkgload/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pkgload_1.2.1.tar.gz 60651 BLAKE2B 6a99a2772a593ac75466353f0090e1a319ebc3301ef762122a66473a65ace672a1f27fe60ae8dfbafc08ae3ac31ce3bf9dd564cb4fc93569e50c7a97f612718e SHA512 c80c532a23db99ffd0624673d6a7debcd12850df78cc669c6a91ddcc3be6085999d200b8d005e8a839ae0d33862af56589e887dff194a375566ae672836ffe57

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
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.
</longdescription>
</pkgmetadata>

View File

@@ -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}"