aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authordbn <dbn@FreeBSD.org>2017-12-18 20:31:46 +0800
committerdbn <dbn@FreeBSD.org>2017-12-18 20:31:46 +0800
commitb061c4af54afb6cae0c71852f0780c9bb19aa429 (patch)
tree1d1e3fe660440c10d1157dbb115e13b51eb493eb /science
parent49f1d721552c765d6899b5b8be5289f1cb7c999a (diff)
downloadfreebsd-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')
-rw-r--r--science/Makefile1
-rw-r--r--science/R-cran-fastICA/Makefile17
-rw-r--r--science/R-cran-fastICA/distinfo3
-rw-r--r--science/R-cran-fastICA/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 744b44ecd93c..d47a705d1783 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -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
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