dev-R/ids: new package, add 1.0.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-03 04:17:44 +02:00
parent 1fd65b7884
commit d5f11aa7f2
3 changed files with 46 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST ids_1.0.1.tar.gz 91213 BLAKE2B 550bd19df5ca0fc966e58b88a62afd1e6656d727e741517ca0128fe4ec5e22afde588d96f76218e559f6f30f188e1c86cba3ce4f6a50135a6203073706bfb990 SHA512 132fc37ba07695a26791596e348079a2275acc1d92bac736b3b6edd4128c61270cb9bc38b8a00e8bd848fd15a91d4c672154f630bb8d6a270bbdcbe8344be18c

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Generate Random Identifiers'
HOMEPAGE="
https://github.com/richfitz/ids
https://cran.r-project.org/package=ids
"
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="
dev-R/openssl
dev-R/uuid
"
RDEPEND="${DEPEND}"
SUGGESTED_PACKAGES="
dev-R/knitr
dev-R/rcorpora
dev-R/rmarkdown
dev-R/testthat
"

17
dev-R/ids/metadata.xml Normal file
View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<name>Alessandro Barbieri</name>
<email>lssndrbarbieri@gmail.com</email>
</maintainer>
<upstream>
<maintainer>
<name>Rich FitzJohn</name>
<email>rich.fitzjohn@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/richfitz/ids/issues</bugs-to>
<remote-id type="github">richfitz/ids</remote-id>
</upstream>
</pkgmetadata>