pkgsrc/devel/R-mockery/Makefile
mef 298e82f9ca devel/R-mockery: import R-mockery-0.4.2
The two main functionalities of this package are creating mock objects
(functions) and selectively intercepting calls to a given function
that originate in some other function. It can be used with any testing
framework available for R. Mock objects can be injected with either
this package's own stub() function or a similar with_mock() facility
present in the 'testthat' package.
2020-01-13 09:17:00 +00:00

16 lines
358 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/13 09:17:00 mef Exp $
R_PKGNAME= mockery
R_PKGVER= 0.4.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Mocking Library for R
LICENSE= mit # + file LICENSE
DEPENDS+= R-testthat>=2.2.1:../../devel/R-testthat
USE_LANGUAGES= # none
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"