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", role = c("aut", "cre")) Description: Provides fast hurdle regression models for count data using C++ implementations via 'Rcpp'. Supports the same functionality as the hurdle function in the 'pscl' package, with improved performance for large datasets. License: GPL-2 Encoding: UTF-8 OS_type: unix Imports: fastglm (>= 0.0.4), Rcpp (>= 1.0.14) LinkingTo: Rcpp, RcppArmadillo, roptim Suggests: car, pscl, testthat (>= 3.0.0), microbenchmark Config/testthat/edition: 3 RoxygenNote: 7.3.2 Repository: https://mkanai.r-universe.dev Date/Publication: 2026-07-14 16:15:53 UTC RemoteUrl: https://github.com/mkanai/fasthurdle RemoteRef: HEAD RemoteSha: 72c2cd7a91208d6285c52a80f198f045ba51b5d7 NeedsCompilation: yes Packaged: 2026-07-14 17:48:51 UTC; root Author: Masahiro Kanai [aut, cre] Maintainer: Masahiro Kanai