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.
17 lines
393 B
Makefile
17 lines
393 B
Makefile
# $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
|
|
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"
|