mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
dev-R/hms: new package, add 1.1.1
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/hms/Manifest
Normal file
1
dev-R/hms/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hms_1.1.1.tar.gz 43117 BLAKE2B 9fc93697eb2a0d2dfcc43b9623cc36bfc61ae04cdc0afa7d3aaa1398d2efd26565a72411540c3400b83f8ca27a6e9d4672433ebfe940b341df1092dca8efacba SHA512 17af5f5c831c9904712d34168e3a1ef56d56064208635d73b6d45a511413204ff4221ee6251f1dff9aa223ddadff81aa0e5ca39da614702ea3db1f34c9ec9bdc
|
||||
36
dev-R/hms/hms-1.1.1.ebuild
Normal file
36
dev-R/hms/hms-1.1.1.ebuild
Normal file
@@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION='Pretty Time of Day'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
RESTRICT="!test? ( test )"
|
||||
IUSE="test"
|
||||
DEPEND="
|
||||
>=dev-R/ellipsis-0.3.2
|
||||
dev-R/lifecycle
|
||||
dev-R/pkgconfig
|
||||
dev-R/rlang
|
||||
>=dev-R/vctrs-0.3.8
|
||||
test? (
|
||||
>=dev-R/testthat-3.0.0
|
||||
>=dev-R/pillar-1.1.0
|
||||
dev-R/lubridate
|
||||
)
|
||||
"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/crayon
|
||||
dev-R/lubridate
|
||||
>=dev-R/pillar-1.1.0
|
||||
>=dev-R/testthat-3.0.0
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests"
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
}
|
||||
17
dev-R/hms/metadata.xml
Normal file
17
dev-R/hms/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>me@r0bert.dev</email>
|
||||
<name>Robert Greener</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">Implements an S3 class for storing and formatting time-of-day values, based on the 'difftime' class.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Kirill Müller</name>
|
||||
<email>krlmlr+r@mailbox.org</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/tidyverse/hms/issues</bugs-to>
|
||||
<remote-id type="github">tidyverse/hms</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user