mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
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:
1
dev-R/pkgload/Manifest
Normal file
1
dev-R/pkgload/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pkgload_1.2.1.tar.gz 60651 BLAKE2B 6a99a2772a593ac75466353f0090e1a319ebc3301ef762122a66473a65ace672a1f27fe60ae8dfbafc08ae3ac31ce3bf9dd564cb4fc93569e50c7a97f612718e SHA512 c80c532a23db99ffd0624673d6a7debcd12850df78cc669c6a91ddcc3be6085999d200b8d005e8a839ae0d33862af56589e887dff194a375566ae672836ffe57
|
||||
10
dev-R/pkgload/metadata.xml
Normal file
10
dev-R/pkgload/metadata.xml
Normal 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>
|
||||
21
dev-R/pkgload/pkgload-1.2.1.ebuild
Normal file
21
dev-R/pkgload/pkgload-1.2.1.ebuild
Normal 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}"
|
||||
Reference in New Issue
Block a user