{
  "_id": "6a5c752c9baadeef8ab5040b",
  "Package": "EFDR",
  "Type": "Package",
  "Title": "Wavelet-Based Enhanced FDR for Detecting Signals from Complete\nor Incomplete Spatially Aggregated Data",
  "Version": "1.3",
  "Date": "2023-08-23",
  "Authors@R": "c(person(\"Andrew\", \"Zammit-Mangion\", role = c(\"aut\", \"cre\"),\nemail = \"andrewzm@gmail.com\"),\nperson(\"Hsin-Cheng\", \"Huang\", role = \"aut\"))",
  "Description": "Enhanced False Discovery Rate (EFDR) is a tool to detect\nanomalies in an image. The image is first transformed into the\nwavelet domain in order to decorrelate any noise components,\nfollowing which the coefficients at each resolution are\nstandardised. Statistical tests (in a multiple hypothesis\ntesting setting) are then carried out to find the anomalies.\nThe power of EFDR exceeds that of standard FDR, which would\ncarry out tests on every wavelet coefficient: EFDR choose which\nwavelets to test based on a criterion described in Shen et al.\n(2002). The package also provides elementary tools to\ninterpolate spatially irregular data onto a grid of the\nrequired size. The work is based on Shen, X., Huang, H.-C., and\nCressie, N. 'Nonparametric hypothesis testing for a spatial\nsignal.' Journal of the American Statistical Association 97.460\n(2002): 1122-1140.",
  "URL": "https://github.com/andrewzm/EFDR/",
  "VignetteBuilder": "knitr",
  "License": "GPL (>= 2)",
  "Encoding": "UTF-8",
  "NeedsCompilation": "no",
  "RoxygenNote": "7.2.0",
  "Config/pak/sysreqs": "libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev\nlibgsl0-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev\nlibudunits2-dev",
  "Repository": "https://andrewzm.r-universe.dev",
  "Date/Publication": "2023-08-22 21:56:13 UTC",
  "RemoteUrl": "https://github.com/andrewzm/efdr",
  "RemoteRef": "HEAD",
  "RemoteSha": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
  "Packaged": {
    "Date": "2026-07-19 06:52:50 UTC",
    "User": "root"
  },
  "Author": "Andrew Zammit-Mangion [aut, cre],\nHsin-Cheng Huang [aut]",
  "Maintainer": "Andrew Zammit-Mangion <andrewzm@gmail.com>",
  "_user": "andrewzm",
  "_type": "src",
  "_file": "EFDR_1.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/76c33bc6274c6cc5b014eeb91b58413c8e1685be5ceba08c4091ce222d669282",
  "_filesize": 1080402,
  "_sha256": "76c33bc6274c6cc5b014eeb91b58413c8e1685be5ceba08c4091ce222d669282",
  "_expires": "2026-10-27T06:56:43.000Z",
  "_created": "2026-07-19T06:52:50.000Z",
  "_published": "2026-07-19T06:56:44.764Z",
  "_jobs": [
    {
      "job": 88166591656,
      "time": 195,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8439315769"
    },
    {
      "job": 88166591632,
      "time": 166,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8439309955"
    },
    {
      "job": 88166591634,
      "time": 121,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8439300849"
    },
    {
      "job": 88166591629,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8439304224"
    },
    {
      "job": 88166291103,
      "time": 226,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8439278265"
    },
    {
      "job": 88166591655,
      "time": 162,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8439308776"
    },
    {
      "job": 88166591678,
      "time": 118,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8439300433"
    },
    {
      "job": 88166591665,
      "time": 104,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8439298014"
    },
    {
      "job": 88166591667,
      "time": 79,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8439292807"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282",
  "_status": "success",
  "_upstream": "https://github.com/andrewzm/efdr",
  "_commit": {
    "id": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
    "author": "andrewzm <andrewzm@gmail.com>",
    "committer": "andrewzm <andrewzm@gmail.com>",
    "message": "Finished update for 1.3\n",
    "time": 1692741373
  },
  "_maintainer": {
    "name": "Andrew Zammit-Mangion",
    "email": "andrewzm@gmail.com",
    "login": "andrewzm",
    "twitter": "@andrewzm",
    "description": "",
    "uuid": 150125
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "copula",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "version": ">= 1.4.2",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "version": ">= 1.0.8",
      "role": "Imports"
    },
    {
      "package": "waveslim",
      "version": ">= 1.7.5",
      "role": "Imports"
    },
    {
      "package": "parallel",
      "role": "Imports"
    },
    {
      "package": "gstat",
      "version": ">= 1.0-19",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "version": ">= 0.1.0.9000",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 0.3.0.2",
      "role": "Imports"
    },
    {
      "package": "sp",
      "version": ">= 1.0-15",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "RCurl",
      "role": "Suggests"
    },
    {
      "package": "fields",
      "role": "Suggests"
    },
    {
      "package": "gridExtra",
      "role": "Suggests"
    },
    {
      "package": "animation",
      "role": "Suggests"
    }
  ],
  "_owner": "andrewzm",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 5,
  "_contributors": [
    {
      "user": "andrewzm",
      "count": 102,
      "uuid": 150125
    }
  ],
  "_userbio": {
    "uuid": 150125,
    "type": "user",
    "name": "Andrew Zammit Mangion",
    "followers": 116
  },
  "_downloads": {
    "count": 325,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/EFDR"
  },
  "_devurl": "https://github.com/andrewzm/efdr",
  "_searchresults": 22,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/EFDR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/andrewzm/efdr",
  "_realowner": "andrewzm",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2015-01-14"
    },
    {
      "version": "0.1.1",
      "date": "2015-04-04"
    },
    {
      "version": "1.0",
      "date": "2019-05-20"
    },
    {
      "version": "1.2",
      "date": "2021-04-18"
    },
    {
      "version": "1.3",
      "date": "2023-08-24"
    }
  ],
  "_exports": [
    "df.to.mat",
    "diagnostic.table",
    "fdrpower",
    "regrid",
    "test_image",
    "test.bonferroni",
    "test.efdr",
    "test.efdr.condsim",
    "test.fdr",
    "test.los",
    "wav_th"
  ],
  "_help": [
    {
      "page": "EFDR-package",
      "title": "Wavelet-Based Enhanced FDR for Signal Detection in Noisy Images",
      "topics": [
        "EFDR-package",
        "EFDR"
      ]
    },
    {
      "page": "df.to.mat",
      "title": "Change xyz data-frame into a Z image",
      "topics": [
        "df.to.mat"
      ]
    },
    {
      "page": "diagnostic.table",
      "title": "2x2 diagnostic table",
      "topics": [
        "diagnostic.table"
      ]
    },
    {
      "page": "fdrpower",
      "title": "Power function",
      "topics": [
        "fdrpower"
      ]
    },
    {
      "page": "nei.efdr",
      "title": "Find wavelet neighbourhood",
      "topics": [
        "nei.efdr"
      ]
    },
    {
      "page": "regrid",
      "title": "Regrid ir/regular data",
      "topics": [
        "regrid"
      ]
    },
    {
      "page": "test_image",
      "title": "Create a test image",
      "topics": [
        "test_image"
      ]
    },
    {
      "page": "test.efdr.condsim",
      "title": "Test for anomalies in wavelet space via conditional simulation",
      "topics": [
        "test.efdr.condsim"
      ]
    },
    {
      "page": "wav_th",
      "title": "Indices of wavelets exceeding a given threshold",
      "topics": [
        "wav_th"
      ]
    },
    {
      "page": "wavelet-test",
      "title": "Test for anomalies in wavelet space",
      "topics": [
        "test.bonferroni",
        "test.efdr",
        "test.fdr",
        "test.los",
        "wavelet-test"
      ]
    }
  ],
  "_readme": "https://github.com/andrewzm/efdr/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "ADGofTest",
    "class",
    "classInt",
    "cli",
    "cluster",
    "codetools",
    "colorspace",
    "copula",
    "cpp11",
    "DBI",
    "doParallel",
    "dplyr",
    "e1071",
    "FNN",
    "foreach",
    "generics",
    "glue",
    "gsl",
    "gstat",
    "intervals",
    "iterators",
    "KernSmooth",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "multitaper",
    "mvtnorm",
    "numDeriv",
    "pcaPP",
    "pillar",
    "pkgconfig",
    "proxy",
    "pspline",
    "purrr",
    "R6",
    "Rcpp",
    "rlang",
    "s2",
    "sf",
    "sftime",
    "sp",
    "spacetime",
    "stabledist",
    "stars",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "units",
    "utf8",
    "vctrs",
    "waveslim",
    "withr",
    "wk",
    "xts",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "EFDR_documents.Rmd",
      "filename": "EFDR_documents.html",
      "title": "Enhanced False Discovery Rate (EFDR) tutorials",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Enhanced False Discovery Rate (EFDR) tutorials"
      ],
      "created": "2014-12-21 06:16:46",
      "modified": "2015-01-14 05:50:02",
      "commits": 4
    }
  ],
  "_score": 4.740362689494244,
  "_indexed": true,
  "_nocasepkg": "efdr",
  "_universes": [
    "andrewzm"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3",
      "date": "2026-07-19T06:55:33.000Z",
      "distro": "resolute",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/ca9c08734dcd81b4fac899174431579b0c811681e55bf0bedb4d3561f7cfab65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "1.3",
      "date": "2026-07-19T06:55:12.000Z",
      "distro": "resolute",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/5dfb7d995f45d4f8031142aaa4c3fbd4a70e65d267a62c0b17b6c958e3acd069",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3",
      "date": "2026-07-19T06:54:37.000Z",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/87115be62582f8419b33f7dfde04dd47e34d10f23fffac050d191c9c84885426",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "1.3",
      "date": "2026-07-19T06:54:49.000Z",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/8ed602afc8a71fbc6f2201cfc3af5d29ed29aec47eb5d547a66bd19b3586a086",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3",
      "date": "2026-07-19T06:55:48.000Z",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/c0426f1462102c3b0b33f36362b0a75a84e7b1d69865315eb403de94a11af475",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3",
      "date": "2026-07-19T06:54:11.000Z",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/51f19190ab92e23b108b60c4f4a86d282b8ca4f4b747b86218c3ebacb37f6da9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3",
      "date": "2026-07-19T06:54:04.000Z",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/f583471a66c2da332ae0fcc9e0f796554a815400fc15836c3ef1b6c53c8f4fc8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "1.3",
      "date": "2026-07-19T06:53:56.000Z",
      "commit": "cc20b56f1ea7571a79b38850c568dbbf25f3e753",
      "fileid": "https://r2.ropensci.org/ce456a4c7150bc789cf0254267232faf547ad72063b25944949c4c8767d61588",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrewzm/actions/runs/29677051282"
    }
  ]
}