Last data update: 2014.03.03

MonoPoly

Package: MonoPoly
Type: Package
Title: Functions to Fit Monotone Polynomials
Version: 0.3-8
Date: 2016-04-04
Authors@R: c(person(c("Berwin", "A."), "Turlach",
role=c("aut", "cre"),
email = "Berwin.Turlach@gmail.com"),
person("Kevin", "Murray",
role="ctb",
email = "Kevin.Murray@uwa.edu.au")
)
Description: Functions for fitting monotone polynomials to data.
License: GPL (>= 2)
Depends: R (>= 3.1.0), quadprog
LazyData: yes
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2016-04-05 03:08:15 UTC; berwin
Author: Berwin A. Turlach [aut, cre],
Kevin Murray [ctb]
Maintainer: Berwin A. Turlach <Berwin.Turlach@gmail.com>
Repository: CRAN
Date/Publication: 2016-04-05 08:14:19

● Cran Task View: NumericalMathematics
2 images, 12 functions, 3 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'MonoPoly' ...
** package 'MonoPoly' successfully unpacked and MD5 sums checked
** libs
f95  -fvisibility=hidden -fpic  -g -O2  -c beta_trans.f -o beta_trans.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o MonoPoly.so beta_trans.o init.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/MonoPoly/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'MonoPoly'
    finding HTML links ... done
    coef.monpol                             html  
    curvPol                                 html  
    evalPol                                 html  
    fitted.monpol                           html  
    hawkins                                 html  
    ismonotone                              html  
    model.matrix.monpol                     html  
    monpol                                  html  
    monpol.control                          html  
    monpol.fit                              html  
    predict.monpol                          html  
    print.monpol                            html  
    residuals.monpol                        html  
    w0                                      html  
    w2                                      html  
** building package indices
** testing if installed package can be loaded
* DONE (MonoPoly)
Making 'packages.html' ... done