aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-gower/Makefile16
-rw-r--r--math/R-cran-gower/distinfo3
-rw-r--r--math/R-cran-gower/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f29b09a52542..1ed7d4972a73 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -46,6 +46,7 @@
SUBDIR += R-cran-fracdiff
SUBDIR += R-cran-geepack
SUBDIR += R-cran-gmp
+ SUBDIR += R-cran-gower
SUBDIR += R-cran-gpclib
SUBDIR += R-cran-gss
SUBDIR += R-cran-gtable
diff --git a/math/R-cran-gower/Makefile b/math/R-cran-gower/Makefile
new file mode 100644
index 000000000000..9ef4511de1f8
--- /dev/null
+++ b/math/R-cran-gower/Makefile
@@ -0,0 +1,16 @@
+# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= gower
+DISTVERSION= 0.1.2
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Gower's Distance
+
+LICENSE= GPLv3
+
+USES= cran:auto-plist,compiles
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-gower/distinfo b/math/R-cran-gower/distinfo
new file mode 100644
index 000000000000..fdd0474e93a0
--- /dev/null
+++ b/math/R-cran-gower/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505047545
+SHA256 (gower_0.1.2.tar.gz) = eb91b2d2784d237c7055abcf3cfa4fc0b2226b855a0c29fc5a4e8eaa689079d5
+SIZE (gower_0.1.2.tar.gz) = 17393
diff --git a/math/R-cran-gower/pkg-descr b/math/R-cran-gower/pkg-descr
new file mode 100644
index 000000000000..f05e8088d456
--- /dev/null
+++ b/math/R-cran-gower/pkg-descr
@@ -0,0 +1,5 @@
+Compute Gower's distance (or similarity) coefficient between records.
+Compute the top-n matches between records. Core algorithms are
+executed in parallel on systems supporting OpenMP.
+
+WWW: https://cran.r-project.org/web/packages/gower/