blob: f1ed4c4dbb8422f58a875a827c4e71b6852288bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.3 2020/09/20 23:38:08 mef Exp $
R_PKGNAME= RcmdrMisc
R_PKGVER= 2.7-1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= R Commander miscellaneous functions
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= # none
DEPENDS+= R-colorspace>=1.4.1:../../graphics/R-colorspace
DEPENDS+= R-abind>=1.4.5:../../math/R-abind
DEPENDS+= R-car>=3.0.0:../../math/R-car
DEPENDS+= R-e1071>=1.7.2:../../math/R-e1071
DEPENDS+= R-nortest>=1.0.4:../../math/R-nortest
DEPENDS+= R-sandwich>=2.5.1:../../math/R-sandwich
DEPENDS+= R-Hmisc>=4.1.0:../../misc/R-Hmisc
DEPENDS+= R-haven>=2.1.1:../../textproc/R-haven
DEPENDS+= R-readstata13>=0.9.2:../../textproc/R-readstata13
DEPENDS+= R-readxl>=1.3.1:../../textproc/R-readxl
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|