blob: 8e677efe74870d4ef77bb8214b6e94b509b23149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.11 2019/08/08 19:53:53 brook Exp $
R_PKGNAME= randomForest
R_PKGVER= 4.6-14
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Breiman and Cutler's Random Forests for Classification and Regression
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= c fortran
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
|