Last data update: 2014.03.03

AMORE

Encoding: UTF-8
Package: AMORE
Version: 0.2-15
Date: 2014-04-10
Title: A MORE flexible neural network package
Author: Manuel Castejon Limas, Joaquin B. Ordieres Mere, Ana Gonzalez
Marcos, Francisco Javier Martinez de Pison Ascacibar, Alpha V.
Pernia Espinoza, Fernando Alba Elias, Jose Maria Perez Ramos
Maintainer: Manuel Castejón Limas <manuel.castejon@gmail.com>
Description: This package 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".
License: GPL (>= 2)
URL: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
LazyLoad: yes
Packaged: 2014-04-10 11:13:34 UTC; jmperez
Repository: CRAN
Date/Publication: 2014-04-14 14:53:30
NeedsCompilation: yes

1 images, 15 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'AMORE' ...
** package 'AMORE' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c ADAPTgd.c -o ADAPTgd.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c ADAPTgdwm.c -o ADAPTgdwm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c BATCHgd.c -o BATCHgd.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c BATCHgdwm.c -o BATCHgdwm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c copynet.c -o copynet.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -fopenmp -fpic  -g -O2  -c sim.c -o sim.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o AMORE.so ADAPTgd.o ADAPTgdwm.o BATCHgd.o BATCHgdwm.o copynet.o sim.o -fopenmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/AMORE/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'AMORE'
    finding HTML links ... done
    ADAPTgd.MLPnet                          html  
    ADAPTgdwm.MLPnet                        html  
    BATCHgd.MLPnet                          html  
    BATCHgdwm.MLPnet                        html  
    deltaE                                  html  
    graphviz.MLPnet                         html  
    init.MLPneuron                          html  
    newff                                   html  
    random.init.MLPnet                      html  
    random.init.MLPneuron                   html  
    select.activation.function              html  
    sim.MLPnet                              html  
    taofun                                  html  
    train                                   html  
    training.report                         html  
** building package indices
** testing if installed package can be loaded
* DONE (AMORE)
Making 'packages.html' ... done