mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-R/ids: new package, add 1.0.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
28
dev-R/ids/ids-1.0.1.ebuild
Normal file
28
dev-R/ids/ids-1.0.1.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user