mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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:
1
dev-R/here/Manifest
Normal file
1
dev-R/here/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST here_1.0.1.tar.gz 32954 BLAKE2B 840269e8beaf58ef987bdb54fe51110e39d3e071da0623cb9b687d752b80714837a415fdf7618b1c6fa02fe8f5facd0aa700e82d34f6d2ca4579294af410ac71 SHA512 7710f4c85e6c24cb4f7b24c5f904535432475a4d28e29ebe957e511bc13e8806d52f2c04583335a2a0419dcf524b4e9631d62b2e8d6bcfb2d0f018ae55cd3ba2
|
||||
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
|
||||
"
|
||||
16
dev-R/here/metadata.xml
Normal file
16
dev-R/here/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
A Simpler Way to Find Your Files // Constructs paths to your
|
||||
project's files. Declare the relative path of a file within
|
||||
your project with 'i_am()'. Use the 'here()' function as a
|
||||
drop-in replacement for 'file.path()', it will always locate
|
||||
the files relative to your project root.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user