Package: fwb
Type: Package
Title: Fractional Weighted Bootstrap
Version: 0.5.1
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: rlang (>= 1.1.6), chk (>= 0.10.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
RoxygenNote: 7.3.3
LazyData: true
Config/testthat/edition: 3
Config/testthat/parallel: false
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-18 22:15:10 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: 2025-09-19 05:10:21 UTC
Built: R 4.6.0; ; 2025-09-19 05:32:07 UTC; unix
