mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
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:
33
dev-R/here/here-1.0.1.ebuild
Normal file
33
dev-R/here/here-1.0.1.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user