diff options
author | wen <wen@FreeBSD.org> | 2011-03-07 18:57:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-07 18:57:09 +0800 |
commit | 9b09b27fbe5f5c43877e8fe66a5ffb678557ba9a (patch) | |
tree | 6d0b1e324986271005f073d87f6f06ea42d92b9b /science/R-cran-AMORE | |
parent | 76c7d0c867d690cb515264537b910f43a14501d7 (diff) | |
download | freebsd-ports-gnome-9b09b27fbe5f5c43877e8fe66a5ffb678557ba9a.tar.gz freebsd-ports-gnome-9b09b27fbe5f5c43877e8fe66a5ffb678557ba9a.tar.zst freebsd-ports-gnome-9b09b27fbe5f5c43877e8fe66a5ffb678557ba9a.zip |
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
Diffstat (limited to 'science/R-cran-AMORE')
-rw-r--r-- | science/R-cran-AMORE/Makefile | 20 | ||||
-rw-r--r-- | science/R-cran-AMORE/distinfo | 2 | ||||
-rw-r--r-- | science/R-cran-AMORE/pkg-descr | 6 |
3 files changed, 28 insertions, 0 deletions
diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile new file mode 100644 index 000000000000..c4e5aa8b6aca --- /dev/null +++ b/science/R-cran-AMORE/Makefile @@ -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> diff --git a/science/R-cran-AMORE/distinfo b/science/R-cran-AMORE/distinfo new file mode 100644 index 000000000000..17ed011e9ba6 --- /dev/null +++ b/science/R-cran-AMORE/distinfo @@ -0,0 +1,2 @@ +SHA256 (AMORE_0.2-12.tar.gz) = 257173f392c50b5c364356285c26752f8fa1da81b7855a4859c8dc7ab8cf3b60 +SIZE (AMORE_0.2-12.tar.gz) = 17255 diff --git a/science/R-cran-AMORE/pkg-descr b/science/R-cran-AMORE/pkg-descr new file mode 100644 index 000000000000..919e7a4eddde --- /dev/null +++ b/science/R-cran-AMORE/pkg-descr @@ -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 |