Need to install R on Ubuntu 24.04 (#19).
Correctly detect branch protection (#16).
Use Ubuntu 24.04 and styler PR (#17).
Trigger run (#14).
- ci: Trigger run
- ci: Latest changes
Use pkgdown branch (#13).
- ci: Use pkgdown branch
- ci: Updates from duckdb
- ci: Trigger run
Install via R CMD INSTALL ., not pak (#12).
- ci: Install via R CMD INSTALL ., not pak
- ci: Bump version of upload-artifact action
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/wrswoR/actions/runs/10425482869
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/wrswoR/actions/runs/10200111658
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/wrswoR/actions/runs/9727973836
Auto-update from GitHub Actions.
Run: https://github.com/krlmlr/wrswoR/actions/runs/9691616127
Install local package for pkgdown builds.
Improve support for protected branches with fledge.
Improve support for protected branches, without fledge.
Sync with latest developments.
Use v2 instead of master.
Inline action.
Use dev roxygen2 and decor.
Fix on Windows, tweak lock workflow.
Tweak lock workflow.
More specific criterion for avoiding NOTEs.
Avoid metap for R < 4.3 due to unsatisfiable dependencies.
Use token for installing packages.
Avoid checking bashisms on Windows.
Better commit message.
Bump versions, better default, consume custom matrix.
Recent updates.
Use testthat edition 3.
Fix CI/CD failures (@IndrajeetPatil, #10, #11).
Harmonize yaml formatting.
Revert changes to matrix section.
Reduce parallelism.
Also check dev on cran-* branches.
Update hash key for dev.
Remove R 3.3.
Merge cran-1.1.1.
sample_int_expj()
, move retrieval of top element into the loop, to make it independent from the actual implementation of the priority queue.First CRAN release.
sample.int(replace = FALSE, prob = ...)
sample_int_rej()
: A rejective algorithm, in Rsample_int_rank()
: One-pass sampling by Efraimidis and Spirakis, in Rsample_int_crank()
: One-pass sampling by Efraimidis and Spirakis, in C++sample_int_expj()
: Reservoir sampling with exponential jumps Efraimidis and Spirakis, in C++