summaryrefslogtreecommitdiff
path: root/math/R-sandwich/Makefile
blob: 6c3ac1a7ee0ce7db276fdda5eb65a8abf312296a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.3 2021/09/18 11:43:01 mef Exp $

R_PKGNAME=	sandwich
R_PKGVER=	3.0-1

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Robust covariance matrix estimators
LICENSE=	gnu-gpl-v2 OR gnu-gpl-v3

DEPENDS+=	R-zoo>=1.8.6:../../math/R-zoo

# Packages suggested but not available:
#   'AER', 'geepack', 'multiwayvcov', 'pcse', 'plm', 'pscl',
#   'scatterplot3d', 'strucchange'
TEST_DEPENDS+=	R-car-[0-9]*:../../math/R-car
TEST_DEPENDS+=	R-lmtest-[0-9]*:../../math/R-lmtest

USE_LANGUAGES=	# none

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"