mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-R/prettyunits: new package, add 1.1.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-R/prettyunits/Manifest
Normal file
1
dev-R/prettyunits/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST prettyunits_1.1.1.tar.gz 10366 BLAKE2B 9a33ee588aec8bdd65a417d8de3a557ead86728dc3c0d72bb845853ffd001d9656c65763044daaa148197e4c42b0b2331482e9c14fedf214738cae80cf91be8c SHA512 563feed049b4d6afda31ff162348a2d4467c49e3273c21937b049a7c4f47181a8bc278fa0b02acce014aefc98f9cddfdf8d65aa2960f63fb66dd1606d708c545
|
||||
15
dev-R/prettyunits/metadata.xml
Normal file
15
dev-R/prettyunits/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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 lang="en">
|
||||
Pretty, Human Readable Formatting of Quantities // Pretty, human
|
||||
readable formatting of quantities. Time intervals: '1337000' -
|
||||
'15d 11h 23m 20s'. Vague time intervals: '2674000' - 'about a
|
||||
month ago'. Bytes: '1337' - '1.34 kB'.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
21
dev-R/prettyunits/prettyunits-1.1.1.ebuild
Normal file
21
dev-R/prettyunits/prettyunits-1.1.1.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
|
||||
DESCRIPTION='Pretty, Human Readable Formatting of Quantities'
|
||||
HOMEPAGE="
|
||||
https://github.com/gaborcsardi/prettyunits
|
||||
https://cran.r-project.org/package=prettyunits
|
||||
"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='MIT'
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/codetools
|
||||
dev-R/covr
|
||||
dev-R/testthat
|
||||
"
|
||||
Reference in New Issue
Block a user