2021-09-22 00:35:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2021/09/21 22:35:16 mef Exp $
|
2018-01-22 07:19:48 +01:00
|
|
|
|
2019-08-08 21:53:36 +02:00
|
|
|
R_PKGNAME= pbkrtest
|
2021-09-19 04:32:27 +02:00
|
|
|
R_PKGVER= 0.5.1
|
2018-01-22 07:19:48 +01:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-07-31 22:09:59 +02:00
|
|
|
COMMENT= Parametric bootstrap and Kenward Roger based methods for mixed model comparison
|
|
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
2018-01-22 07:19:48 +01:00
|
|
|
|
|
|
|
DEPENDS+= R-lme4>=1.1.10:../../math/R-lme4
|
2021-09-19 04:32:27 +02:00
|
|
|
DEPENDS+= R-numDeriv-[0-9]*:../../math/R-numDeriv
|
|
|
|
DEPENDS+= R-broom-[0-9]*:../../math/R-broom
|
2021-09-22 00:35:16 +02:00
|
|
|
DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
|
2021-09-19 04:32:27 +02:00
|
|
|
|
|
|
|
# for a4.sty
|
|
|
|
TEST_DEPENDS+= tex-ntgclass-[0-9]*:../../print/tex-ntgclass
|
|
|
|
# tex-boxedminipage
|
|
|
|
TEST_DEPENDS+= tex-boxedminipage-[0-9]*:../../print/tex-boxedminipage
|
2018-01-22 07:19:48 +01:00
|
|
|
|
2019-07-31 22:09:59 +02:00
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2018-01-22 07:19:48 +01:00
|
|
|
.include "../../math/R/Makefile.extension"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|