Last data update: 2014.03.03

fftwtools

Package: fftwtools
Version: 0.9-7
Title: Wrapper for FFTW3: Includes 1-D, Univariate and Multivariate,
and 2-D Transform
Author: Karim Rahim <karim.rahim@queensu.ca>
Maintainer: Karim Rahim <karim.rahim@queensu.ca>
Depends: R (>= 2.15.2)
SystemRequirements: fftw3 (>= 3.1.2)
Suggests: fftw
Description: Provides a wrapper for several FFTW functions. This package provides access to the two-dimensional FFT, the multivariate FFT, and the one-dimensional real to complex FFT using FFTW3. The package includes the functions fftw and mvfftw which are designed to mimic the functionality of the R functions fft and mvfft. The FFT functions have a parameter that allows them to not return the redundant complex conjugate when the input is real data.
License: GPL (>= 2)
ByteCompile: true
URL: http://github.com/krahim/fftwtools
NeedsCompilation: yes
Packaged: 2015-03-18 04:43:03 UTC; karim
Repository: CRAN
Date/Publication: 2015-03-18 07:02:12

● 0 images, 3 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fftwtools' ...
** package 'fftwtools' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c fftwtools.c -o fftwtools.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fftwtools.so fftwtools.o -lfftw3 -lm -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/fftwtools/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'fftwtools'
    finding HTML links ... done
    fftw                                    html  
    fftw2d                                  html  
    mvfftw                                  html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (fftwtools)
Making 'packages.html' ... done