{
  "_id": "6a16b5ebacfb0bcc41d85fae",
  "Package": "fastWavelets",
  "Title": "Compute Maximal Overlap Discrete Wavelet Transform (MODWT) and À\nTrous Discrete Wavelet Transform",
  "Version": "2.0.0.9000",
  "Authors@R": "c(\nperson(\"John\", \"Quilty\", , \"jquilty@uwaterloo.ca\", role = c(\"aut\"), comment = c(ORCID = \"0000-0002-0207-8077\")),\nperson(\"John\", \"You\", , \"johnswyou@gmail.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-3509-0312\")))",
  "Description": "A lightweight package to compute Maximal Overlap Discrete\nWavelet Transform (MODWT) and À Trous Discrete Wavelet\nTransform by leveraging the power of 'Rcpp' to make these\noperations fast. This package was designed for use in\nforecasting, and allows users avoid the inclusion of future\ndata when performing wavelet decomposition of time series. See\nQuilty and Adamowski (2018)\n<doi:10.1016/j.jhydrol.2018.05.003>.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://github.com/johnswyou/fastWavelets",
  "BugReports": "https://github.com/johnswyou/fastWavelets/issues",
  "Repository": "https://johnswyou.r-universe.dev",
  "Date/Publication": "2023-03-05 19:12:15 UTC",
  "RemoteUrl": "https://github.com/johnswyou/fastwavelets",
  "RemoteRef": "HEAD",
  "RemoteSha": "f5fd955f3f64f592a2b692f32893b63762949ea9",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-27 09:08:39 UTC",
    "User": "root"
  },
  "Author": "John Quilty [aut] (ORCID: <https://orcid.org/0000-0002-0207-8077>),\nJohn You [aut, cre] (ORCID: <https://orcid.org/0000-0002-3509-0312>)",
  "Maintainer": "John You <johnswyou@gmail.com>",
  "MD5sum": "6eb9bd7b9a8b74e323aa737aad9e8462",
  "_user": "johnswyou",
  "_type": "src",
  "_file": "fastWavelets_2.0.0.9000.tar.gz",
  "_fileid": "d484195872bae8ed8085970d2bbe52680423428664a44a59d0a2a6a56025118f",
  "_filesize": 214827,
  "_sha256": "d484195872bae8ed8085970d2bbe52680423428664a44a59d0a2a6a56025118f",
  "_created": "2026-05-27T09:08:39.000Z",
  "_published": "2026-05-27T09:14:19.428Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78044535378,
      "time": 126,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7236460809"
    },
    {
      "job": 78044535242,
      "time": 99,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7236451524"
    },
    {
      "job": 78044535291,
      "time": 105,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236453735"
    },
    {
      "job": 78044535217,
      "time": 107,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236454569"
    },
    {
      "job": 78044535404,
      "time": 154,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7236464606"
    },
    {
      "job": 78044535337,
      "time": 298,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7236512877"
    },
    {
      "job": 78044535314,
      "time": 125,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236453700"
    },
    {
      "job": 78044535236,
      "time": 195,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236479133"
    },
    {
      "job": 78044138814,
      "time": 137,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236415829"
    },
    {
      "job": 78044535226,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236453117"
    },
    {
      "job": 78044535229,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7236452392"
    },
    {
      "job": 78044535237,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7236449557"
    },
    {
      "job": 78044535270,
      "time": 115,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7236456839"
    }
  ],
  "_buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/johnswyou/fastwavelets",
  "_commit": {
    "id": "f5fd955f3f64f592a2b692f32893b63762949ea9",
    "author": "John You <johnswyou@gmail.com>",
    "committer": "John You <johnswyou@gmail.com>",
    "message": "Add testbed.R to Rbuildignore and gitignore\n\ntestbed.R is for development and ad hoc testing of new and existing functions.\n",
    "time": 1678043535
  },
  "_maintainer": {
    "name": "John You",
    "email": "johnswyou@gmail.com",
    "login": "johnswyou",
    "description": "",
    "uuid": 74121179,
    "orcid": "0000-0002-3509-0312"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    }
  ],
  "_owner": "johnswyou",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "johnswyou",
      "count": 73,
      "uuid": 74121179
    }
  ],
  "_userbio": {
    "uuid": 74121179,
    "type": "user",
    "name": "John You"
  },
  "_downloads": {
    "count": 182,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fastWavelets"
  },
  "_devurl": "https://github.com/johnswyou/fastwavelets",
  "_searchresults": 3,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fastWavelets.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/johnswyou/fastwavelets",
  "_realowner": "johnswyou",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2022-10-27"
    },
    {
      "version": "1.0.1",
      "date": "2022-11-18"
    }
  ],
  "_exports": [
    "atrous_dwt",
    "circular_convolution",
    "equivalent_filters",
    "mo_dwt",
    "modwt",
    "modwt_scaling_coefs",
    "modwt_wavelet_coefs",
    "n_boundary_coefs",
    "periodize_filter",
    "r_scaling_filter",
    "r_wavelet_filter"
  ],
  "_help": [
    {
      "page": "atrous_dwt",
      "title": "A Trous Discrete Wavelet Transform",
      "topics": [
        "atrous_dwt"
      ]
    },
    {
      "page": "circular_convolution",
      "title": "Circular Convolution",
      "topics": [
        "circular_convolution"
      ]
    },
    {
      "page": "equivalent_filters",
      "title": "Equivalent Wavelet and Scaling Filters",
      "topics": [
        "equivalent_filters"
      ]
    },
    {
      "page": "mo_dwt",
      "title": "Maximal Overlap Discrete Wavelet Transform (MODWT)",
      "topics": [
        "mo_dwt"
      ]
    },
    {
      "page": "modwt",
      "title": "Maximal Overlap Discrete Wavelet Transform",
      "topics": [
        "modwt"
      ]
    },
    {
      "page": "modwt_wavelet_coefs",
      "title": "MODWT Wavelet Coefficients",
      "topics": [
        "modwt_scaling_coefs",
        "modwt_wavelet_coefs"
      ]
    },
    {
      "page": "n_boundary_coefs",
      "title": "Number of Boundary Coefficients",
      "topics": [
        "n_boundary_coefs"
      ]
    },
    {
      "page": "periodize_filter",
      "title": "Periodize a filter",
      "topics": [
        "periodize_filter"
      ]
    },
    {
      "page": "r_scaling_filter",
      "title": "Scaling Filter",
      "topics": [
        "r_scaling_filter"
      ]
    },
    {
      "page": "r_wavelet_filter",
      "title": "Wavelet Filter",
      "topics": [
        "r_wavelet_filter"
      ]
    }
  ],
  "_readme": "https://github.com/johnswyou/fastwavelets/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "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"
    }
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "fastwavelets",
  "_universes": [
    "johnswyou"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "2a54aa12e7d2ef0cfe8deef2029cb5690985dfd745fa4d80deda9e652ac913dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:23.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "e71f07b1783a90cfd78ef0f12932a554051d8d4d2c0b6e887a74744501c8f3e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:33.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "71c1e975c5c393a897c3a7b11403e0e1fa6f5cabf1b1608ec0b7768cea377167",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:32.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "a84cf9d915d7811a827ae28a11a28e2d24d7b565984084435239676c89bfe713",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:11:05.000Z",
      "arch": "aarch64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "ba55bee05814e980b9751b15bf7fd8a0fd68ea082ad0d0248277affbb405d0b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:12:55.000Z",
      "arch": "x86_64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "9d2af709b66a4d632c73f81be2aaba8b469bb32843671591e5d6df0a874d30b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:32.000Z",
      "arch": "aarch64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "ae0d4c6b64aa8f55877f82b1d827d27e7955749c012cb8565f80b72a870e90c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:11:28.000Z",
      "arch": "x86_64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "7c8ee0ba4192843a0857baaccdf8d9d0e47a0f097413a17b17cd612f9028fd75",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:37.000Z",
      "arch": "emscripten",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "af445806ff692549d44b800f2d9a1bde8a4ca77af5836cde18f2a05355b4f5d5",
      "status": "success",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:02.000Z",
      "arch": "x86_64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "5857885a5b3934805971915abfae3eb06dc0dbd8b3e465ccdca8e2e61594b91b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:09:56.000Z",
      "arch": "x86_64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "913bbe8c5a446234237e8881a43b55a78013322a408a69e35d27e57f23fa5d43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-05-27T09:10:17.000Z",
      "arch": "x86_64",
      "commit": "f5fd955f3f64f592a2b692f32893b63762949ea9",
      "fileid": "55f2b895b275973faa5e26a7b540ac9d201344c6b6b3b02573aff11fc8eb6221",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/johnswyou/actions/runs/26501855799"
    }
  ]
}