diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-07 10:57:09 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-07 10:57:09 +0000 |
commit | a850098cd5f14e77d16304a9874e6a468d2f4a93 (patch) | |
tree | 0209706246d533c3a0951dacab63962eb15cacf4 /science/R-cran-AMORE | |
parent | 20a60c9faef7709c452ed49b38b18e0e679093cc (diff) |
Notes
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 |