{
  "_id": "6a1eeeedb401979e73412acb",
  "Package": "wqspt",
  "Title": "Permutation Test for Weighted Quantile Sum Regression",
  "Version": "1.0.2",
  "Author": "Drew Day [aut, cre], James Peng [aut], Adam Szpiro [aut]",
  "Maintainer": "Drew Day <dday612@gmail.com>",
  "Authors@R": "c(\nperson(\"Drew\", \"Day\", email = \"dday612@gmail.com\", role = c(\"aut\", \"cre\")),\nperson(\"James\", \"Peng\", email = \"jpspeng@uw.edu\", role = \"aut\"),\nperson(\"Adam\", \"Szpiro\", email = \"aszpiro@uw.edu\", role = \"aut\"))",
  "Description": "Implements a permutation test method for the weighted\nquantile sum (WQS) regression, building off the 'gWQS' package\n(Renzetti et al. <https://CRAN.R-project.org/package=gWQS>).\nWeighted quantile sum regression is a statistical technique to\nevaluate the effect of complex exposure mixtures on an outcome\n(Carrico et al. 2015 <doi:10.1007/s13253-014-0180-3>). The\nmodel features a statistical power and Type I error (i.e.,\nfalse positive) rate trade-off, as there is a machine learning\nstep to determine the weights that optimize the linear model\nfit. This package provides an alternative method based on a\npermutation test that should reliably allow for both high power\nand low false positive rate when utilizing WQS regression (Day\net al. 2022 <doi:10.1289/EHP10570>).",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev\nlibuv1-dev libxml2-dev zlib1g-dev",
  "Repository": "https://drewdstat.r-universe.dev",
  "Date/Publication": "2025-03-17 16:30:42 UTC",
  "RemoteUrl": "https://github.com/drewdstat/wqspt",
  "RemoteRef": "HEAD",
  "RemoteSha": "e2d43bb4ebf46f504a27d84836617d686822d470",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 08:44:07 UTC",
    "User": "root"
  },
  "MD5sum": "b8ae6c03aa8b6b6a3182b296a7085306",
  "_user": "drewdstat",
  "_type": "src",
  "_file": "wqspt_1.0.2.tar.gz",
  "_fileid": "56e1ce04ea0def1f1ef223ac6d8bf9ebad258f1eb3eba2ef8abefb77ea1675c4",
  "_filesize": 4651669,
  "_sha256": "56e1ce04ea0def1f1ef223ac6d8bf9ebad258f1eb3eba2ef8abefb77ea1675c4",
  "_created": "2026-05-19T08:44:07.000Z",
  "_published": "2026-06-02T14:55:41.793Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79100665030,
      "time": 247,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7078905808"
    },
    {
      "job": 79100665570,
      "time": 232,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078900672"
    },
    {
      "job": 79100665571,
      "time": 212,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7078884754"
    },
    {
      "job": 79100665643,
      "time": 219,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078885819"
    },
    {
      "job": 79100664589,
      "time": 275,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078823141"
    },
    {
      "job": 79100664583,
      "time": 144,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361347238"
    },
    {
      "job": 79100665187,
      "time": 394,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7078954492"
    },
    {
      "job": 79100665488,
      "time": 380,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7078949752"
    },
    {
      "job": 79100665770,
      "time": 362,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7078943250"
    }
  ],
  "_buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/drewdstat/wqspt",
  "_commit": {
    "id": "e2d43bb4ebf46f504a27d84836617d686822d470",
    "author": "Drew Day <93218721+drewdstat@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #6 from HenrikBengtsson/parallelly-instead-of-future\n\nParallelly instead of future + importFrom(future, plan). ",
    "time": 1742229042
  },
  "_maintainer": {
    "name": "Drew Day",
    "email": "dday612@gmail.com",
    "login": "drewdstat",
    "linkedin": "in/drew-day-b17b8034",
    "description": "Epidemiologist at the Seattle Children's Research Institute",
    "uuid": 93218721
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "gWQS",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "viridis",
      "role": "Imports"
    },
    {
      "package": "extraDistr",
      "role": "Imports"
    },
    {
      "package": "cowplot",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "car",
      "role": "Imports"
    },
    {
      "package": "parallelly",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "future.apply",
      "role": "Imports"
    },
    {
      "package": "pscl",
      "role": "Imports"
    },
    {
      "package": "reshape2",
      "role": "Imports"
    },
    {
      "package": "nnet",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "drewdstat",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "drewdstat",
      "count": 86,
      "uuid": 93218721
    },
    {
      "user": "jpspeng",
      "count": 21,
      "uuid": 18298913
    },
    {
      "user": "henrikbengtsson",
      "count": 2,
      "uuid": 1616850
    }
  ],
  "_userbio": {
    "uuid": 93218721,
    "type": "user",
    "name": "Drew Day",
    "description": "Epidemiologist at the Seattle Children's Research Institute"
  },
  "_downloads": {
    "count": 184,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/wqspt"
  },
  "_devurl": "https://github.com/drewdstat/wqspt",
  "_searchresults": 4,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/wqspt.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/drewdstat/wqspt",
  "_realowner": "drewdstat",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2023-03-06"
    },
    {
      "version": "1.0.2",
      "date": "2025-03-05"
    }
  ],
  "_exports": [
    "wqs_full_perm",
    "wqs_pt",
    "wqs_sim",
    "wqspt_plot"
  ],
  "_help": [
    {
      "page": "wqs_full_perm",
      "title": "Full wrapper WQS permutation test",
      "topics": [
        "wqs_full_perm"
      ]
    },
    {
      "page": "wqs_pt",
      "title": "WQS permutation test",
      "topics": [
        "wqs_pt"
      ]
    },
    {
      "page": "wqs_sim",
      "title": "WQS simulated dataset generator",
      "topics": [
        "wqs_sim"
      ]
    },
    {
      "page": "wqspt_plot",
      "title": "Plotting method for wqspt object",
      "topics": [
        "wqspt_plot"
      ]
    }
  ],
  "_readme": "https://github.com/drewdstat/wqspt/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "base64enc",
    "bookdown",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "car",
    "carData",
    "cli",
    "codetools",
    "colorspace",
    "commonmark",
    "cowplot",
    "cpp11",
    "data.table",
    "Deriv",
    "digest",
    "doBy",
    "dplyr",
    "evaluate",
    "extraDistr",
    "farver",
    "fastmap",
    "fontawesome",
    "forecast",
    "Formula",
    "fracdiff",
    "fs",
    "future",
    "future.apply",
    "generics",
    "ggplot2",
    "ggrepel",
    "globals",
    "glue",
    "gridExtra",
    "gridSVG",
    "gtable",
    "gWQS",
    "highr",
    "htmltools",
    "httpuv",
    "isoband",
    "jquerylib",
    "jsonlite",
    "kableExtra",
    "knitr",
    "labeling",
    "later",
    "lattice",
    "lifecycle",
    "listenv",
    "lme4",
    "lmtest",
    "magrittr",
    "MASS",
    "Matrix",
    "MatrixModels",
    "memoise",
    "mgcv",
    "microbenchmark",
    "mime",
    "minqa",
    "modelr",
    "mvtnorm",
    "nlme",
    "nloptr",
    "nnet",
    "numDeriv",
    "otel",
    "parallelly",
    "pbapply",
    "pbkrtest",
    "pillar",
    "pkgconfig",
    "plotROC",
    "plyr",
    "promises",
    "pscl",
    "purrr",
    "quantreg",
    "R6",
    "rappdirs",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "reshape2",
    "rlang",
    "rlist",
    "rmarkdown",
    "rstudioapi",
    "S7",
    "sass",
    "scales",
    "shiny",
    "sourcetools",
    "SparseM",
    "stringi",
    "stringr",
    "survival",
    "svglite",
    "systemfonts",
    "textshaping",
    "tibble",
    "tidyr",
    "tidyselect",
    "timeDate",
    "tinytex",
    "urca",
    "utf8",
    "vctrs",
    "viridis",
    "viridisLite",
    "withr",
    "xfun",
    "XML",
    "xml2",
    "xtable",
    "yaml",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "How to use the wqspt package",
      "author": "Drew Day, James Peng",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "About WQS",
        "Permutation Test",
        "Continuous outcome algorithm (linear regression)",
        "Binary or Count outcome algorithms (Generalized linear models (GLMs))",
        "How to use the wqspt package",
        "wqs_pt",
        "Arguments",
        "Outputs",
        "Plotting method",
        "wqs_full_perm",
        "Recommendations for Use",
        "Examples",
        "Example 1 (using wqs_pt)",
        "Example 2 (using wqs_pt)",
        "Example 3 (using wqs_full_perm)",
        "Example 4 (using wqs_full_perm with a binary outcome variable)",
        "References"
      ],
      "created": "2021-11-12 00:37:51",
      "modified": "2025-03-06 14:23:29",
      "commits": 27
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "wqspt",
  "_universes": [
    "drewdstat"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-19T08:47:02.000Z",
      "distro": "noble",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "1d70e43257cca7c5d344a880f75bda147a1dc4c46d13b2ab118b17677eaf43eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.2",
      "date": "2026-05-19T08:46:55.000Z",
      "distro": "noble",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "b7a5db5302998255a70cc296573c08b9c133a3519857ccb583da4d5cc2389416",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-19T08:46:35.000Z",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "e74cf54b7283f0f048ab9170145679250ee1f46ee4ded4c6af9a46a098ba1e90",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.2",
      "date": "2026-05-19T08:46:28.000Z",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "6bdbc44daf3e906f1afacd85b6f86d6b086291a4c34da78f7c066486e6a56061",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-19T08:49:10.000Z",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "684702b2cfda0feae2cab1ecb5346235c3d8bc021131e263d5b0f7a20fffc046",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-19T08:49:01.000Z",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "b494fcf46c54adfb5ed4a1c2e00d4987c70ed79950f160201b32225fc15a5025",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.2",
      "date": "2026-05-19T08:49:04.000Z",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "1be873e35317ebe8e3929a7a7e397ece2bf4015ac226a60a5d7fb6f519d4f26c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.2",
      "date": "2026-06-02T14:55:15.000Z",
      "commit": "e2d43bb4ebf46f504a27d84836617d686822d470",
      "fileid": "cde72fc0878f24a38b397d2d93e8992f1dc0acb327b2006bb6d90421f6f0a245",
      "status": "success",
      "buildurl": "https://github.com/r-universe/drewdstat/actions/runs/26086134361"
    }
  ]
}