pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/R-assertthat devel/R-assertthat: Import version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/778319eae0bb
branches:  trunk
changeset: 376195:778319eae0bb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Feb 26 17:31:26 2018 +0000

description:
devel/R-assertthat: Import version 0.2.0

assertthat is 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 they've done wrong.

diffstat:

 devel/R-assertthat/DESCR    |   4 ++++
 devel/R-assertthat/Makefile |  17 +++++++++++++++++
 devel/R-assertthat/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 6bc89da0b163 -r 778319eae0bb devel/R-assertthat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-assertthat/DESCR  Mon Feb 26 17:31:26 2018 +0000
@@ -0,0 +1,4 @@
+assertthat is 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 they've done wrong.
diff -r 6bc89da0b163 -r 778319eae0bb devel/R-assertthat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-assertthat/Makefile       Mon Feb 26 17:31:26 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/02/26 17:31:26 minskim Exp $
+
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/assertthat/
+COMMENT=       Easy pre and post assertions
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     assertthat
+R_PKGVER=      0.2.0
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 6bc89da0b163 -r 778319eae0bb devel/R-assertthat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/R-assertthat/distinfo       Mon Feb 26 17:31:26 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/26 17:31:26 minskim Exp $
+
+SHA1 (R/assertthat_0.2.0.tar.gz) = 53ac38c4449cad0c499ed07f5c332214371ce4a3
+RMD160 (R/assertthat_0.2.0.tar.gz) = 1edf9e7415b501b4987b312aa53069709dfef413
+SHA512 (R/assertthat_0.2.0.tar.gz) = 5b5e85f463d5c7390204f20fff2b6a1b0b384577dc02f1e3dabdb2cee8173e392711abe3d0bdbfe36ccd381870e1baeca194120d80ec807d688d3b1eed1dfc38
+Size (R/assertthat_0.2.0.tar.gz) = 11612 bytes



Home | Main Index | Thread Index | Old Index