Package: fwb
Type: Package
Title: Fractional Weighted Bootstrap
Version: 0.6.0
Authors@R: c(
    person("Noah", "Greifer", role=c("aut", "cre"), 
           email = "noah.greifer@gmail.com",
	       comment=c(ORCID="0000-0003-3067-7154"))
    )
Description: An implementation of the fractional weighted bootstrap to be used as a drop-in for functions in the 'boot' package. The fractional weighted bootstrap (also known as the Bayesian bootstrap) involves drawing weights randomly that are applied to the data rather than resampling units from the data. See Xu et al. (2020) <doi:10.1080/00031305.2020.1731599> for details.
Depends: R (>= 4.0.0)
Imports: arg (>= 0.1.1), rlang (>= 1.2.0), pbapply (>= 1.7-2),
        generics, graphics, stats, utils
Suggests: survival, cobalt, boot (>= 1.3-31), mvtnorm (>= 1.3-3),
        sandwich (>= 2.4-0), ggdist (>= 3.3.3), lmtest, nnet, parallel,
        future, future.apply, testthat (>= 3.2.3), waldo (>= 0.6.1),
        knitr, rmarkdown
License: GPL (>= 2)
Encoding: UTF-8
URL: https://ngreifer.github.io/fwb/, https://github.com/ngreifer/fwb
BugReports: https://github.com/ngreifer/fwb/issues
LazyData: true
Config/testthat/edition: 3
Config/testthat/parallel: false
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-05-28 19:22:52 UTC; NoahGreifer
Author: Noah Greifer [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-3067-7154>)
Maintainer: Noah Greifer <noah.greifer@gmail.com>
Repository: CRAN
Date/Publication: 2026-05-29 05:10:10 UTC
