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:
parent
0fb96929c3
commit
e007fca186
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456626
@ -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
|
||||
|
17
science/R-cran-fastICA/Makefile
Normal file
17
science/R-cran-fastICA/Makefile
Normal 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>
|
3
science/R-cran-fastICA/distinfo
Normal file
3
science/R-cran-fastICA/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1513599984
|
||||
SHA256 (fastICA_1.2-1.tar.gz) = 6f2997dd766a544be3a3de2780df48ca67242ac7790a4a2882c417bfaa171f81
|
||||
SIZE (fastICA_1.2-1.tar.gz) = 11575
|
4
science/R-cran-fastICA/pkg-descr
Normal file
4
science/R-cran-fastICA/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user