mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
R-cran-AMORE was born to release the TAO robust neural network algorithm
to the R users. It has grown and I think it can be of interest for the users wanting to implement their own training algorithms as well as for those others whose needs lye only in the "user space". WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
This commit is contained in:
parent
20a60c9fae
commit
a850098cd5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270423
4 changed files with 29 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
SUBDIR += 2d-rewriter
|
||||
SUBDIR += 2dhf
|
||||
SUBDIR += InsightToolkit
|
||||
SUBDIR += R-cran-AMORE
|
||||
SUBDIR += abinit
|
||||
SUBDIR += afni
|
||||
SUBDIR += at
|
||||
|
|
20
science/R-cran-AMORE/Makefile
Normal file
20
science/R-cran-AMORE/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: R-cran-AMORE
|
||||
# Date created: March 07, 2011
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AMORE
|
||||
PORTVERSION= 0.2.12
|
||||
CATEGORIES= science
|
||||
PKGNAMEPREFIX= R-cran-
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/\./1}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= A MORE flexible neural network package
|
||||
|
||||
USE_R_MOD= yes
|
||||
R_MOD_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/R-cran-AMORE/distinfo
Normal file
2
science/R-cran-AMORE/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (AMORE_0.2-12.tar.gz) = 257173f392c50b5c364356285c26752f8fa1da81b7855a4859c8dc7ab8cf3b60
|
||||
SIZE (AMORE_0.2-12.tar.gz) = 17255
|
6
science/R-cran-AMORE/pkg-descr
Normal file
6
science/R-cran-AMORE/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
R-cran-AMORE was born to release the TAO robust neural network algorithm
|
||||
to the R users. It has grown and I think it can be of interest for
|
||||
the users wanting to implement their own training algorithms as well as
|
||||
for those others whose needs lye only in the "user space".
|
||||
|
||||
WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
|
Loading…
Add table
Reference in a new issue