dev-R/assertthat: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-05-08 01:38:41 +02:00
parent 36df2d6905
commit 13929f2872
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST assertthat_0.2.1.tar.gz 12742 BLAKE2B 831657a08c7e41a4a0fdb9695b8ccaa802aeeaf1f8d7df501b9810b6a367f8c77e05a75c3345ad9042b60a2956d049b823ac673023df93b5345250d8b44124dc SHA512 e8dbcb9b7c638f7133dea70443debbf739d35df1eb5ef19d5ae2ad7e9669f06184af43477ee061e15d253b3fa32ec203dbe28a4585c2027d4e567c2eb2195337

View File

@@ -0,0 +1,13 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Easy Pre and Post Assertions'
HOMEPAGE="https://cran.r-project.org/package=assertthat"
SRC_URI="http://cran.r-project.org/src/contrib/assertthat_0.2.1.tar.gz"
LICENSE='GPL-3'
IUSE="${IUSE-}"

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
An extension to stopifnot() that makes it easy to declare the pre and post conditions that you code should satisfy, while also producing friendly error messages so that your users know what's gone wrong.
</longdescription>
<upstream>
<doc lang="en">https://cran.r-project.org/web/packages/assertthat/assertthat.pdf</doc>
<maintainer>
<name>Hadley Wickham</name>
<email>hadley@rstudio.com</email>
</maintainer>
</upstream>
</pkgmetadata>