R bindings for the FFTW library.
From time to time I release development version to my private R package repository. To install from this repository run:
install.packages("fftw", repos="http://olafmersmann.github.io/drat")To install the bleeding edge version from GitHub run (requires the devtools
package):
library("devtools")
install_github("olafmersmann/fftw")