{
  "_id": "6a1f2a64b401979e734247de",
  "Package": "fasthurdle",
  "Type": "Package",
  "Title": "Fast Implementation of Hurdle Models",
  "Version": "1.2.0",
  "Date": "2026-04-06",
  "Authors@R": "person(\"Masahiro\", \"Kanai\", email = \"mkanai@broadinstitute.org\",\nrole = c(\"aut\", \"cre\"))",
  "Description": "Provides fast hurdle regression models for count data\nusing C++ implementations via 'Rcpp'. Supports the same\nfunctionality as the hurdle function in the 'pscl' package,\nwith improved performance for large datasets.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.2",
  "Repository": "https://mkanai.r-universe.dev",
  "Date/Publication": "2026-05-15 15:51:13 UTC",
  "RemoteUrl": "https://github.com/mkanai/fasthurdle",
  "RemoteRef": "HEAD",
  "RemoteSha": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-15 16:09:14 UTC",
    "User": "root"
  },
  "Author": "Masahiro Kanai [aut, cre]",
  "Maintainer": "Masahiro Kanai <mkanai@broadinstitute.org>",
  "MD5sum": "ac1b6d37d29347853454ad4baab61666",
  "_user": "mkanai",
  "_type": "src",
  "_file": "fasthurdle_1.2.0.tar.gz",
  "_fileid": "116910782050f9cb91664cd146f3096e678a26e0b24178e825679ee841658870",
  "_filesize": 465570,
  "_sha256": "116910782050f9cb91664cd146f3096e678a26e0b24178e825679ee841658870",
  "_created": "2026-05-15T16:09:14.000Z",
  "_published": "2026-06-02T19:09:24.792Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79150931088,
      "time": 225,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7021423653"
    },
    {
      "job": 79150930736,
      "time": 182,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7021409710"
    },
    {
      "job": 79150931073,
      "time": 174,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7021407255"
    },
    {
      "job": 79150930794,
      "time": 187,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7021411424"
    },
    {
      "job": 79150931528,
      "time": 180,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7021433785"
    },
    {
      "job": 79150930884,
      "time": 363,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7021488486"
    },
    {
      "job": 79150931101,
      "time": 133,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7021410624"
    },
    {
      "job": 79150930738,
      "time": 255,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7021437297"
    },
    {
      "job": 79150930138,
      "time": 289,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7021352724"
    },
    {
      "job": 79150929992,
      "time": 147,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367347008"
    },
    {
      "job": 79150931002,
      "time": 203,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7021416481"
    },
    {
      "job": 79150931285,
      "time": 170,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7021406701"
    },
    {
      "job": 79150931454,
      "time": 200,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7021415715"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mkanai/fasthurdle",
  "_commit": {
    "id": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
    "author": "Masahiro Kanai <mkanai@broadinstitute.org>",
    "committer": "Masahiro Kanai <mkanai@broadinstitute.org>",
    "message": "update\n",
    "time": 1778860273
  },
  "_maintainer": {
    "name": "Masahiro Kanai",
    "email": "mkanai@broadinstitute.org",
    "login": "mkanai",
    "linkedin": "in/masakanai",
    "twitter": "@masakanai",
    "uuid": 121819
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "roptim",
      "role": "LinkingTo"
    },
    {
      "package": "fastglm",
      "version": ">= 0.0.4",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.14",
      "role": "Imports"
    },
    {
      "package": "car",
      "role": "Suggests"
    },
    {
      "package": "pscl",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    }
  ],
  "_owner": "mkanai",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-30",
      "n": 4
    },
    {
      "week": "2025-31",
      "n": 1
    },
    {
      "week": "2025-46",
      "n": 2
    },
    {
      "week": "2026-10",
      "n": 21
    },
    {
      "week": "2026-11",
      "n": 3
    },
    {
      "week": "2026-20",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "mkanai",
      "count": 60,
      "uuid": 121819
    }
  ],
  "_userbio": {
    "uuid": 121819,
    "type": "user",
    "name": "Masahiro Kanai",
    "description": "Instructor in Medicine at Massachusetts General Hospital & Broad Institute of MIT and Harvard"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/fasthurdle"
  },
  "_devurl": "https://github.com/mkanai/fasthurdle",
  "_searchresults": 11,
  "_topics": [
    "openblas",
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/fasthurdle.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "acat_stagewise",
    "CCT",
    "fast_negbin_hurdle",
    "fasthurdle",
    "fit_null_count",
    "fit_null_zero",
    "hurdle_scan",
    "hurdle.control",
    "hurdletest",
    "jiang_doerge_fdr",
    "joint_score_test",
    "predprob.fasthurdle",
    "prepare_score_cache_count",
    "prepare_score_cache_zero",
    "score_test_count",
    "score_test_zero"
  ],
  "_help": [
    {
      "page": "acat_stagewise",
      "title": "ACAT stage-wise testing for hurdle model FDR control",
      "topics": [
        "acat_stagewise"
      ]
    },
    {
      "page": "CCT",
      "title": "Cauchy Combination Test (CCT / ACAT)",
      "topics": [
        "CCT"
      ]
    },
    {
      "page": "coef.fasthurdle",
      "title": "Extract Model Coefficients from a Hurdle Model",
      "topics": [
        "coef.fasthurdle"
      ]
    },
    {
      "page": "extractAIC.fasthurdle",
      "title": "Extract AIC from a Hurdle Model",
      "topics": [
        "extractAIC.fasthurdle"
      ]
    },
    {
      "page": "fast_negbin_hurdle",
      "title": "Fast Negative Binomial Hurdle Model with Binomial Zero Hurdle",
      "topics": [
        "fast_negbin_hurdle"
      ]
    },
    {
      "page": "fasthurdle",
      "title": "Fit Hurdle Regression Models for Count Data",
      "topics": [
        "fasthurdle"
      ]
    },
    {
      "page": "fit_null_count",
      "title": "Fit a Null Count Model for Score Testing",
      "topics": [
        "fit_null_count"
      ]
    },
    {
      "page": "fit_null_zero",
      "title": "Fit Null Zero Model for Caching",
      "topics": [
        "fit_null_zero"
      ]
    },
    {
      "page": "fitted.fasthurdle",
      "title": "Extract Fitted Values from a Hurdle Model",
      "topics": [
        "fitted.fasthurdle"
      ]
    },
    {
      "page": "hurdle_scan",
      "title": "Batch Score Test Scan for Hurdle Models",
      "topics": [
        "hurdle_scan"
      ]
    },
    {
      "page": "hurdle.control",
      "title": "Control Parameters for Hurdle Models",
      "topics": [
        "hurdle.control"
      ]
    },
    {
      "page": "hurdletest",
      "title": "Test for Equality of Count and Zero Model Coefficients",
      "topics": [
        "hurdletest"
      ]
    },
    {
      "page": "jiang_doerge_fdr",
      "title": "Jiang-Doerge two-stage FDR procedure for hurdle models",
      "topics": [
        "jiang_doerge_fdr"
      ]
    },
    {
      "page": "joint_score_test",
      "title": "Joint 2-df score test with stage-wise mode classification",
      "topics": [
        "joint_score_test"
      ]
    },
    {
      "page": "logLik.fasthurdle",
      "title": "Extract Log-Likelihood from a Hurdle Model",
      "topics": [
        "logLik.fasthurdle"
      ]
    },
    {
      "page": "model.matrix.fasthurdle",
      "title": "Extract Model Matrix from a Hurdle Model",
      "topics": [
        "model.matrix.fasthurdle"
      ]
    },
    {
      "page": "predict.fasthurdle",
      "title": "Predict Method for Hurdle Models",
      "topics": [
        "predict.fasthurdle"
      ]
    },
    {
      "page": "predprob.fasthurdle",
      "title": "Predict Probabilities from a Hurdle Model",
      "topics": [
        "predprob.fasthurdle"
      ]
    },
    {
      "page": "prepare_score_cache_count",
      "title": "Prepare cached quantities for fast per-peak count score tests",
      "topics": [
        "prepare_score_cache_count"
      ]
    },
    {
      "page": "prepare_score_cache_zero",
      "title": "Prepare cached quantities for fast per-peak zero score tests",
      "topics": [
        "prepare_score_cache_zero"
      ]
    },
    {
      "page": "print.fasthurdle",
      "title": "Print Method for Hurdle Models",
      "topics": [
        "print.fasthurdle"
      ]
    },
    {
      "page": "print.summary.fasthurdle",
      "title": "Print Method for Summary of Hurdle Models",
      "topics": [
        "print.summary.fasthurdle"
      ]
    },
    {
      "page": "residuals.fasthurdle",
      "title": "Extract Residuals from a Hurdle Model",
      "topics": [
        "residuals.fasthurdle"
      ]
    },
    {
      "page": "score_test_count",
      "title": "Score test for the count component of a hurdle model",
      "topics": [
        "score_test_count"
      ]
    },
    {
      "page": "score_test_zero",
      "title": "Score Test for Zero (Binomial/Logit) Component",
      "topics": [
        "score_test_zero"
      ]
    },
    {
      "page": "summary.fasthurdle",
      "title": "Summary Method for Hurdle Models",
      "topics": [
        "summary.fasthurdle"
      ]
    },
    {
      "page": "terms.fasthurdle",
      "title": "Extract Terms from a Hurdle Model",
      "topics": [
        "terms.fasthurdle"
      ]
    },
    {
      "page": "vcov.fasthurdle",
      "title": "Extract Variance-Covariance Matrix from a Hurdle Model",
      "topics": [
        "vcov.fasthurdle"
      ]
    }
  ],
  "_readme": "https://github.com/mkanai/fasthurdle/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "bigmemory",
    "bigmemory.sri",
    "fastglm",
    "Formula",
    "lattice",
    "Matrix",
    "Rcpp",
    "RcppArmadillo",
    "RcppEigen",
    "roptim",
    "uuid"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "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": "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"
    }
  ],
  "_score": 2.9956351945975497,
  "_indexed": true,
  "_nocasepkg": "fasthurdle",
  "_universes": [
    "mkanai"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-15T16:13:04.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "758bb077baa0aa9c9de0cbeb5345ce3b09c70bb65511def086017c9f7fa3a3e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-15T16:12:17.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "2444a4f374c91021f476f707f91a888fbd94c06caa973b6f56df1564afde9d92",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-15T16:12:13.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "8bb263fa54cee72a658cf05727d39dc9408cc9faaf5c89cb8fa82cee45d0ef9f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2.0",
      "date": "2026-05-15T16:12:20.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "d4feb3088c38dfed4dbea26d2a40e76b55c7eca6fdb63434e1f3bdd8e1dd5e08",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-15T16:13:27.000Z",
      "arch": "aarch64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "742ab940b04cda1fc9dbf8522a1e557d3abce7d8cb81be5fea58fa93b7c02324",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-15T16:15:22.000Z",
      "arch": "x86_64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "a64f5d46092c9402a70131818f0b64b1e74a43a2498f12f89496a3715ad77da8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-15T16:12:31.000Z",
      "arch": "aarch64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "fbde4a99668d70ae171d8a0481f51b585a1340a1e2df7f7da144184980b8e6c5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2.0",
      "date": "2026-05-15T16:13:12.000Z",
      "arch": "x86_64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "b6224e74b9ad3682ad600280d5af9d4ddafd0c5a9a5547570f358c21c1bc2ca1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-15T16:11:35.000Z",
      "arch": "x86_64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "1f6cb3fc0c7962e81a2d5424b4b5b9c30fe7d80f4f2eda8601fd8df1869d70dc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-15T16:11:26.000Z",
      "arch": "x86_64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "8ec1b5eb597dd92d2b045e35c571ca465918a485bb2ab1bf6be9af8794a0a906",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2.0",
      "date": "2026-05-15T16:11:24.000Z",
      "arch": "x86_64",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "e56392d49e32c5fafc77304c7cc76fab989343dc57808d33f51de6592eb8d9de",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2.0",
      "date": "2026-06-02T19:08:49.000Z",
      "arch": "emscripten",
      "commit": "743734a457aecf075ac9e0c9fcbc3a1f8211fc56",
      "fileid": "7c4e70a4e2067b3a430f83ee5d548dad68e981960cbfce3912de8c8d645b7a49",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mkanai/actions/runs/25927955261"
    }
  ]
}