blob: 2929a205a6dc18319c8ae53dab6957376f84f01d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= fastICA
DISTVERSION= 1.2-3
CATEGORIES= science math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= FastICA Algorithms to Perform ICA and Projection Pursuit
WWW= https://CRAN.R-project.org/package=fastICA
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist,compiles
.include <bsd.port.mk>
|