blob: 71e3180221d2c257a2419dcb3829aa86166e6b3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Copyright 1999-2022 Gentoo Authors
# 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
"
|