blob: d6e985f34d50544cebb8a6cbc36253a6efa7eb0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Create Compact Hash Digests of R Objects'
HOMEPAGE="
http://dirk.eddelbuettel.com/code/digest.html
https://github.com/eddelbuettel/digest
"
SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
LICENSE='GPL-2+'
KEYWORDS="~amd64"
IUSE="${IUSE-}"
RDEPEND=">=dev-lang/R-3.3.0"
DEPEND="${RDEPEND}"
|