1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

science/R-cran-fastICA: FastICA Algorithms to Perform ICA and Projection Pursuit

Generated by:	portcran (0.1.7)
This commit is contained in:
David Naylor 2017-12-18 12:31:46 +00:00
parent 0fb96929c3
commit e007fca186
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456626
4 changed files with 25 additions and 0 deletions

View File

@ -15,6 +15,7 @@
SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc
SUBDIR += R-cran-etm
SUBDIR += R-cran-fastICA
SUBDIR += R-cran-kernlab
SUBDIR += R-cran-snow
SUBDIR += R-cran-som

View File

@ -0,0 +1,17 @@
# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$
PORTNAME= fastICA
DISTVERSION= 1.2-1
CATEGORIES= science math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= FastICA Algorithms to Perform ICA and Projection Pursuit
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
USES= cran:auto-plist,compiles
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1513599984
SHA256 (fastICA_1.2-1.tar.gz) = 6f2997dd766a544be3a3de2780df48ca67242ac7790a4a2882c417bfaa171f81
SIZE (fastICA_1.2-1.tar.gz) = 11575

View File

@ -0,0 +1,4 @@
Implementation of FastICA algorithm to perform Independent Component Analysis
(ICA) and Projection Pursuit.
WWW: https://CRAN.R-project.org/package=fastICA