dev-R/prettyunits: new package, add 1.1.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-24 03:50:06 +02:00
parent 4a5d3f3fe6
commit 18b6ed1554
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST prettyunits_1.1.1.tar.gz 10366 BLAKE2B 9a33ee588aec8bdd65a417d8de3a557ead86728dc3c0d72bb845853ffd001d9656c65763044daaa148197e4c42b0b2331482e9c14fedf214738cae80cf91be8c SHA512 563feed049b4d6afda31ff162348a2d4467c49e3273c21937b049a7c4f47181a8bc278fa0b02acce014aefc98f9cddfdf8d65aa2960f63fb66dd1606d708c545

View 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>

View 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
"