diff options
author | dbn <dbn@FreeBSD.org> | 2017-12-18 20:31:46 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2017-12-18 20:31:46 +0800 |
commit | b061c4af54afb6cae0c71852f0780c9bb19aa429 (patch) | |
tree | 1d1e3fe660440c10d1157dbb115e13b51eb493eb /science/R-cran-fastICA | |
parent | 49f1d721552c765d6899b5b8be5289f1cb7c999a (diff) | |
download | freebsd-ports-gnome-b061c4af54afb6cae0c71852f0780c9bb19aa429.tar.gz freebsd-ports-gnome-b061c4af54afb6cae0c71852f0780c9bb19aa429.tar.zst freebsd-ports-gnome-b061c4af54afb6cae0c71852f0780c9bb19aa429.zip |
science/R-cran-fastICA: FastICA Algorithms to Perform ICA and Projection Pursuit
Generated by: portcran (0.1.7)
Diffstat (limited to 'science/R-cran-fastICA')
-rw-r--r-- | science/R-cran-fastICA/Makefile | 17 | ||||
-rw-r--r-- | science/R-cran-fastICA/distinfo | 3 | ||||
-rw-r--r-- | science/R-cran-fastICA/pkg-descr | 4 |
3 files changed, 24 insertions, 0 deletions
diff --git a/science/R-cran-fastICA/Makefile b/science/R-cran-fastICA/Makefile new file mode 100644 index 000000000000..f24838258f56 --- /dev/null +++ b/science/R-cran-fastICA/Makefile @@ -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> diff --git a/science/R-cran-fastICA/distinfo b/science/R-cran-fastICA/distinfo new file mode 100644 index 000000000000..5a04ffbfb8e0 --- /dev/null +++ b/science/R-cran-fastICA/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1513599984 +SHA256 (fastICA_1.2-1.tar.gz) = 6f2997dd766a544be3a3de2780df48ca67242ac7790a4a2882c417bfaa171f81 +SIZE (fastICA_1.2-1.tar.gz) = 11575 diff --git a/science/R-cran-fastICA/pkg-descr b/science/R-cran-fastICA/pkg-descr new file mode 100644 index 000000000000..517e1ea0f8f3 --- /dev/null +++ b/science/R-cran-fastICA/pkg-descr @@ -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 |