(R CMD Rdconv -t txt math/R-e1071/work/e1071/inst/NEWS.Rd) Changes in version 1.7-9: * Remove configure code testing for gcc 2.96.
20 lines
603 B
Makefile
20 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.12 2021/09/19 08:40:57 mef Exp $
|
|
|
|
R_PKGNAME= e1071
|
|
R_PKGVER= 1.7-9
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
DEPENDS+= R-proxy-[0-9]*:../../math/R-proxy
|
|
|
|
# Packages suggested but not available: 'mlbench', 'slam'
|
|
TEST_DEPENDS+= R-randomForest-[0-9]*:../../math/R-randomForest
|
|
TEST_DEPENDS+= R-SparseM-[0-9]*:../../math/R-SparseM
|
|
TEST_DEPENDS+= R-xtable-[0-9]*:../../math/R-xtable
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|