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:
parent
f04c816657
commit
bfb6ebd8d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295111
@ -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
|
||||
|
21
science/R-cran-som/Makefile
Normal file
21
science/R-cran-som/Makefile
Normal 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>
|
2
science/R-cran-som/distinfo
Normal file
2
science/R-cran-som/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (som_0.3-5.tar.gz) = f7672afaaffcf41a8b2dd50e4c76b3a640ea2ad099f18b5dfcf00389abf6ba07
|
||||
SIZE (som_0.3-5.tar.gz) = 248967
|
3
science/R-cran-som/pkg-descr
Normal file
3
science/R-cran-som/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Self-Organizing Map (with application in gene clustering)
|
||||
|
||||
WWW: http://cran.r-project.org/web/packages/som/
|
Loading…
Reference in New Issue
Block a user