Releases: rapidsurveys/bbw
Releases · rapidsurveys/bbw
bbw 0.3.0
This is the third CRAN release of bbw
. In this release:
New features
- added alternative set of boot functions that implement vectorised and parallel resampling algorithm with option for stratification
- added functions for percentile estimation from bootstrap replicates
- added function for post-stratification estimation
Updates
- improved function documentation
- improved information, warning, and error messages
- improved vignettes
What's Changed
- remove docs directory by @ernestguevarra in #30
- refactor boot BW; fix #31 by @ernestguevarra in #33
- edit pkgdown and citation by @ernestguevarra in #34
- initiate revdepcheck by @ernestguevarra in #35
- refactor estimators and create tests for boot_bw; fix #32; fix #36 by @ernestguevarra in #37
- update vignettes; fix #3 by @ernestguevarra in #38
- refactor boot functions; fix #27; fix #39 by @ernestguevarra in #40
- setup parallelisation and multi-survey bootstrap; fix #41; fix #44 by @ernestguevarra in #45
- create bootstrap percentile estimator; fix #18 by @ernestguevarra in #46
- tests for percentile estimation function by @ernestguevarra in #47
- create post-strat estimator; fix #19; fix #48 by @ernestguevarra in #49
- refactror boot_bw_estimate; fix #51 by @ernestguevarra in #52
- refactor boot_bw and boot_bw_estimate to account for multiple strata; fix #50 by @ernestguevarra in #54
- set default parallel = FALSE; fix #53 by @ernestguevarra in #55
- add rhub workflow; fix #56 by @ernestguevarra in #57
- create step-by-step vignette'; fix #42 by @ernestguevarra in #58
- complete vignette on bbw workflow by @ernestguevarra in #59
- complete parallelisation vignette; fix #43 by @ernestguevarra in #70
- prepare for update CRAN release; fix #63; fix #64; fix #65; fix #66; fix #67; fix #68; fix #69 by @ernestguevarra in #71
- update CITATION and README by @ernestguevarra in #72
Full Changelog: v0.2.0...v0.3.0
bbw 0.2.0
This is the second CRAN release of bbw
. In this release:
-
addressed CRAN NOTE regarding
\item in \describe must have non-empty label
-
updated package documentation specifically the DESCRIPTION, README,
datasets and function/s documentation and vignettes -
added CodeFactor workflow
-
corrected some code styling to be consistent with entire package
-
added GitHub actions workflows for
R CMD check
and for testing coverage -
changed license to GPL-3
bbw 0.1.3
Initial release of bbw
package for indicator estimation using the blocked weighted bootstrap
technique.