Package: fourierin
Type: Package
Title: Computes Numeric Fourier Integrals
Version: 0.2.4
Date: 2019-04-01
Author: Guillermo Basulto-Elias
Maintainer: Guillermo Basulto-Elias <guillermobasulto@gmail.com>
Description: Computes Fourier integrals of functions of one and two variables using the Fast Fourier transform. The Fourier transforms must be evaluated on a regular grid for fast evaluation.
License: MIT + file LICENSE
LazyData: TRUE
LinkingTo:
    RcppArmadillo,
    Rcpp
Imports:
    Rcpp (>= 1.0.1),
    stats
Suggests:
    MASS,
    knitr,
    rmarkdown,
    dplyr,
    tidyr,
    purrr,
    ggplot2,
    lattice,
    rbenchmark,
    testthat (>= 2.1.0),
    covr,
    spelling
RoxygenNote: 6.1.1
URL: http://github.com/gbasulto/fourierin
BugReports: https://github.com/gbasulto/fourierin/issues
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
