Install this version:
emerge -a =dev-util/cran-0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/cran-0.2
Or alternatively:
emerge --autounmask-write -a =dev-util/cran-0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
S="${WORKDIR}/${PN}"
DESCRIPTION="An easy R package manager written in bash"
HOMEPAGE="https://ari.lt/gh/cran"
SRC_URI="https://ari.lt/gh/cran/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ArAr2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=dev-lang/R-4.0.5
>=app-shells/bash-5.1
"
RDEPEND="${DEPEND}"
BDEPEND=""
IUSE="+man"
DOCS=(README.md)
src_install() {
dobin cran
use man && (doman doc/cran.1 && einstalldocs)
}
Manage flags for this package:
euse -i <flag> -p dev-util/cran |
euse -E <flag> -p dev-util/cran |
euse -D <flag> -p dev-util/cran
>=dev-lang/R-4.0.5 >=app-shells/bash-5.1
>=dev-lang/R-4.0.5 >=app-shells/bash-5.1
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | cran-0.2.tar.gz | 3072 bytes | https://ari.lt/gh/cran/archive/v0.2.tar.gz |