From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-R/pkgload/Manifest | 1 + dev-R/pkgload/metadata.xml | 15 +++++++++++++++ dev-R/pkgload/pkgload-1.2.4.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 45 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.4.ebuild (limited to 'dev-R/pkgload') diff --git a/dev-R/pkgload/Manifest b/dev-R/pkgload/Manifest new file mode 100644 index 000000000000..6bf2119b68f8 --- /dev/null +++ b/dev-R/pkgload/Manifest @@ -0,0 +1 @@ +DIST pkgload_1.2.4.tar.gz 62827 BLAKE2B db2c636b953b43bc34abd47246b28d47cbd48e1f146a686384c27c88386b97238b95c2e1f3fbe9aeadc5b51a598c3a89e776efca8d1567d7ac92f278eed3933e SHA512 5cc6c790c3fd77e938d5aacb841a2a416666ae8fdee09e5eefb54bd87fac1c912beecf8f3239f1dc3258103f90c2e4d5fcb8f27402a60fe280da70bb99892661 diff --git a/dev-R/pkgload/metadata.xml b/dev-R/pkgload/metadata.xml new file mode 100644 index 000000000000..193150a6709d --- /dev/null +++ b/dev-R/pkgload/metadata.xml @@ -0,0 +1,15 @@ + + + + + co-maintainers welcome + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + 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.4.ebuild b/dev-R/pkgload/pkgload-1.2.4.ebuild new file mode 100644 index 000000000000..6a30022ebe11 --- /dev/null +++ b/dev-R/pkgload/pkgload-1.2.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 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}" + +SUGGESTED_PACKAGES=" + dev-R/bitops + dev-R/covr + dev-R/pkgbuild + dev-R/Rcpp + dev-R/testthat +" -- cgit v1.3