Last data update: 2014.03.03

logspline

Package: logspline
Version: 2.1.9
Date: 2016-02-01
Title: Logspline Density Estimation Routines
Author: Charles Kooperberg <clk@fredhutch.org>
Maintainer: Charles Kooperberg <clk@fredhutch.org>
Description: Routines for the logspline density estimation. oldlogspline()
uses the same algorithm as the logspline 1.0.x package - the Kooperberg
and Stone (1992) <DOI: 10.2307/1390786> algorithm (with an improved interface).
The recommended routine logspline() uses an algorithm from Stone et al (1997).
<DOI: 10.1214/aos/1031594728>
Imports: stats, graphics
License: Apache License 2.0
Packaged: 2016-02-02 17:55:13 UTC; clk
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2016-02-03 01:15:45

● Cran Task View: Survival
● 0 images, 10 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'logspline' ...
** package 'logspline' successfully unpacked and MD5 sums checked
** libs
f95   -fpic  -g -O2  -c allpack.f -o allpack.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lsdall.c -o lsdall.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c nlsd.c -o nlsd.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o logspline.so allpack.o lsdall.o nlsd.o -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/logspline/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'logspline'
    finding HTML links ... done
    dlogspline                              html  
    doldlogspline                           html  
    logspline                               html  
    oldlogspline                            html  
    oldlogspline.to.logspline               html  
    plot.logspline                          html  
    plot.oldlogspline                       html  
    summary.logspline                       html  
    summary.oldlogspline                    html  
    unstrip                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (logspline)
Making 'packages.html' ... done