mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-08 03:40:34 -04:00
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
34 lines
571 B
Bash
34 lines
571 B
Bash
# 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
|
|
"
|