Last data update: 2014.03.03

PolynomF

Package: PolynomF
Type: Package
Title: Polynomials in R
Version: 0.94
Date: 2010-07-15
Author: Bill Venables
Maintainer: Bill Venables <Bill.Venables@gmail.com>
Description: Implements univariate polynomial operations in R
License: GPL-2
Packaged: 2010-07-16 02:07:36 UTC; ven037
Repository: CRAN
Date/Publication: 2010-07-24 19:41:35

● Cran Task View: NumericalMathematics
7 images, 14 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'PolynomF' ...
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c poly_mult.c -o poly_mult.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o PolynomF.so poly_mult.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/PolynomF/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'PolynomF'
    finding HTML links ... done
    GCD                                     html  
    Math.polynom                            html  
    PolynomF-internal                       html  
    PolynomF-package                        html  
    as.character.polynom                    html  
    as.function.polynom                     html  
    c.polylist                              html  
    change.origin                           html  
    integral                                html  
    plot.polynom                            html  
    poly.calc                               html  
    polynom                                 html  
    solve.polynom                           html  
    summary.polynom                         html  
** building package indices
** testing if installed package can be loaded
* DONE (PolynomF)
Making 'packages.html' ... done