pkgsrc/math/R-e1071/Makefile
minskim a1b7c494c5 math/R-e1071: Update to 1.6-8
Changes:

- add and use native symbols for C-code
- naiveBayes() now supports logical variables
2018-01-17 18:43:10 +00:00

17 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.7 2018/01/17 18:43:10 minskim Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cran.r-project.org/web/packages/e1071/index.html
COMMENT= Misc Functions of the Department of Statistics (e1071), TU Wien
LICENSE= gnu-gpl-v2
R_PKGNAME= e1071
R_PKGVER= 1.6-8
USE_LANGUAGES= c c++
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"