{
  "_id": "6a1e8caa1d7bb097a0a6974c",
  "Package": "fourierin",
  "Type": "Package",
  "Title": "Computes Numeric Fourier Integrals",
  "Version": "0.2.5",
  "Date": "2023-12-08",
  "Author": "Guillermo Basulto-Elias",
  "Maintainer": "Guillermo Basulto-Elias <guillermobasulto@gmail.com>",
  "Description": "Computes Fourier integrals of functions of one and two\nvariables using the Fast Fourier transform. The Fourier\ntransforms must be evaluated on a regular grid for fast\nevaluation.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/gbasulto/fourierin",
  "BugReports": "https://github.com/gbasulto/fourierin/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "Language": "en-US",
  "Repository": "https://gbasulto.r-universe.dev",
  "Date/Publication": "2023-12-08 19:14:51 UTC",
  "RemoteUrl": "https://github.com/gbasulto/fourierin",
  "RemoteRef": "HEAD",
  "RemoteSha": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-02 07:51:24 UTC",
    "User": "root"
  },
  "MD5sum": "c6840f010b641d3ef24cb53bedf97d94",
  "_user": "gbasulto",
  "_type": "src",
  "_file": "fourierin_0.2.5.tar.gz",
  "_fileid": "115bbd3fa2d78cab6ef69d744b1fae9860a69d7060f168c6c777128f7eb37bb2",
  "_filesize": 454335,
  "_sha256": "115bbd3fa2d78cab6ef69d744b1fae9860a69d7060f168c6c777128f7eb37bb2",
  "_created": "2026-06-02T07:51:24.000Z",
  "_published": "2026-06-02T07:56:26.342Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79024353908,
      "time": 159,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7352014773"
    },
    {
      "job": 79024353917,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7352008181"
    },
    {
      "job": 79024353913,
      "time": 187,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352023727"
    },
    {
      "job": 79024354153,
      "time": 149,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352010060"
    },
    {
      "job": 79024353951,
      "time": 95,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7351991502"
    },
    {
      "job": 79024353998,
      "time": 235,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7352039552"
    },
    {
      "job": 79024353946,
      "time": 86,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351988533"
    },
    {
      "job": 79024353943,
      "time": 208,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352030186"
    },
    {
      "job": 79023708550,
      "time": 245,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7351958336"
    },
    {
      "job": 79024353970,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352004381"
    },
    {
      "job": 79024353996,
      "time": 151,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7352011979"
    },
    {
      "job": 79024353904,
      "time": 131,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7352003706"
    },
    {
      "job": 79024354021,
      "time": 138,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7352005991"
    }
  ],
  "_buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/gbasulto/fourierin",
  "_commit": {
    "id": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
    "author": "Guillermo Basulto <guillermobasulto@gmail.com>",
    "committer": "Guillermo Basulto <guillermobasulto@gmail.com>",
    "message": "Compile with updated Rcpp version.\n",
    "time": 1702062891
  },
  "_maintainer": {
    "name": "Guillermo Basulto-Elias",
    "email": "guillermobasulto@gmail.com",
    "login": "gbasulto",
    "description": "Research scientist at InTrans (http://intrans.iastate.edu/).",
    "uuid": 6579049
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.1",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "lattice",
      "role": "Suggests"
    },
    {
      "package": "rbenchmark",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.1.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "gbasulto",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "gbasulto",
      "count": 263,
      "uuid": 6579049
    }
  ],
  "_userbio": {
    "uuid": 6579049,
    "type": "user",
    "name": "Guillermo Basulto-Elias",
    "description": "Research scientist at InTrans (http://intrans.iastate.edu/)."
  },
  "_downloads": {
    "count": 190,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fourierin"
  },
  "_devurl": "https://github.com/gbasulto/fourierin",
  "_searchresults": 48,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fourierin.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/gbasulto/fourierin",
  "_realowner": "gbasulto",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2016-05-19"
    },
    {
      "version": "0.1.2",
      "date": "2016-05-22"
    },
    {
      "version": "0.2.1",
      "date": "2017-04-26"
    },
    {
      "version": "0.2.2",
      "date": "2017-05-15"
    },
    {
      "version": "0.2.3",
      "date": "2019-03-24"
    },
    {
      "version": "0.2.4",
      "date": "2019-04-07"
    },
    {
      "version": "0.2.5",
      "date": "2023-12-08"
    }
  ],
  "_exports": [
    "fourierin",
    "fourierin_1d",
    "fourierin_2d"
  ],
  "_help": [
    {
      "page": "fourierin",
      "title": "Compute Fourier integrals",
      "topics": [
        "fourierin"
      ]
    },
    {
      "page": "fourierin_1d",
      "title": "Univariate Fourier integrals",
      "topics": [
        "fourierin_1d"
      ]
    },
    {
      "page": "fourierin_2d",
      "title": "Bivariate Fourier integrals",
      "topics": [
        "fourierin_2d"
      ]
    }
  ],
  "_readme": "https://github.com/gbasulto/fourierin/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "fourierin_details.Rmd",
      "filename": "fourierin_details.html",
      "title": "'fourierin' package",
      "author": "Guillermo Basulto-Elias",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Example 0: Speed tests",
        "Example 1: Recovering standard normal from its characteristic function",
        "Example 2: Computing characteristic function of a gamma density",
        "Example 3: Recovering std. normal from its characteristic function"
      ],
      "created": "2016-02-24 22:07:51",
      "modified": "2023-12-08 16:55:24",
      "commits": 27
    }
  ],
  "_score": 4.857332496431268,
  "_indexed": true,
  "_nocasepkg": "fourierin",
  "_universes": [
    "gbasulto"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-06-02T07:54:11.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "07a9aad7e85514bada40a04412907dff0e83aeaffc84bd553bc0abf3c76aa4fb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-06-02T07:54:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "d082d948c47a94ae2523cd063b76b94f09a96969249c7e7cd8e8ed4a71453042",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-06-02T07:54:36.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "ec5994cfda2dbac5a3444969b6886ba69ce1f93b238365fc8b60dade099c812b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-06-02T07:53:57.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "c9df46198d5a7a19eadc36fb36e22e098399a29ee03422363580baec7fcc07a9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-02T07:53:15.000Z",
      "arch": "aarch64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "0f56556238d4ece5a6cd255955c961ca8e03a4479c56be7125d7a7d3bd24047c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-02T07:55:02.000Z",
      "arch": "x86_64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "54d41f9562eb73b2cbfc6feb997a1c3b9154203c4e8165aee8cd75b57988c973",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-02T07:53:08.000Z",
      "arch": "aarch64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "68250cbc91610c2a4e0df96b4e1881988830267e0f11b85dc832c516ae4fc674",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-02T07:54:22.000Z",
      "arch": "x86_64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "a3b2ee6eeae47d9bb5df9b15d2b75edbdc2a1e15fade6254adc58957be42681b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-06-02T07:53:55.000Z",
      "arch": "emscripten",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "cbd0858396a304a79aa63731e44e51141a5976baaa2250319becc9096db8ce5a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-02T07:53:05.000Z",
      "arch": "x86_64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "04179502caf1fe70d980bfe3a9b24b85af7b64490e0e2bdc6014c2d69141e163",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-02T07:53:01.000Z",
      "arch": "x86_64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "a7a56b1f2242486c2c206af498f4298de11ef0ff5357821386254e068fea137e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-02T07:53:10.000Z",
      "arch": "x86_64",
      "commit": "a311592c69f70b3ed171f3f6e5674f8a639affc6",
      "fileid": "d7f29e93190f489533b93a08876f4f3d3cbffb90a697d62d9f584ac580b1879f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/gbasulto/actions/runs/26806031485"
    }
  ]
}