1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Add new port: math/R-cran-gower

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/
This commit is contained in:
TAKATSU Tomonari 2017-09-10 12:56:19 +00:00
parent 249ced6beb
commit f69842d6ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449542
4 changed files with 25 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1505047545
SHA256 (gower_0.1.2.tar.gz) = eb91b2d2784d237c7055abcf3cfa4fc0b2226b855a0c29fc5a4e8eaa689079d5
SIZE (gower_0.1.2.tar.gz) = 17393

View File

@ -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/