dev-R/here: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-19 14:05:24 +02:00
parent 00a71651c2
commit ecac819ed8
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='A Simpler Way to Find Your Files'
HOMEPAGE="
https://cran.r-project.org/package=here
https://here.r-lib.org/
https://github.com/r-lib/here
"
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND=">=dev-R/rprojroot-2.0.2"
RDEPEND="${DEPEND}"
SUGGESTED_PACKAGES="
dev-R/conflicted
dev-R/covr
dev-R/fs
dev-R/knitr
dev-R/palmerpenguins
dev-R/plyr
dev-R/readr
dev-R/rlang
dev-R/rmarkdown
dev-R/testthat
dev-R/uuid
dev-R/withr
"