1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Add a new port: science/R-cran-som

Self-Organizing Map (with application in gene clustering)

  WWW:	http://cran.r-project.org/web/packages/som/
This commit is contained in:
TAKATSU Tomonari 2012-04-19 12:43:14 +00:00
parent f04c816657
commit bfb6ebd8d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295111
4 changed files with 27 additions and 0 deletions

View File

@ -14,6 +14,7 @@
SUBDIR += R-cran-eco
SUBDIR += R-cran-epicalc
SUBDIR += R-cran-snow
SUBDIR += R-cran-som
SUBDIR += abinit
SUBDIR += afni
SUBDIR += avogadro

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: R-cran-som
# Date created: 2012-01-04
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= som
DISTVERSION= 0.3-5
CATEGORIES= science
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Self-Organizing Map
LICENSE= GPLv3
USE_R_MOD= yes
R_MOD_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (som_0.3-5.tar.gz) = f7672afaaffcf41a8b2dd50e4c76b3a640ea2ad099f18b5dfcf00389abf6ba07
SIZE (som_0.3-5.tar.gz) = 248967

View File

@ -0,0 +1,3 @@
Self-Organizing Map (with application in gene clustering)
WWW: http://cran.r-project.org/web/packages/som/