Changes in version 0.2.6 (2026-03-11) correct additional URLs Changes in version 0.2.5 update URLs Changes in version 0.2.4 (2025-12-03) bug fix for check_plan: it only handled up to 26 strata, producing unexpected results with more strata. It now handles up to 676 strata. Changes in version 0.2.3 (2025-11-07) minor modifications from CRAN review Changes in version 0.2.1 Add lots of tests, minor modifications to clear notes from R CMD CHECK Changes in version 0.2.0 Addition of check_plan to investigate a proposed randomisation strategy, in terms of the balance that may be observed with specified number of strata and block sizes Changes in version 0.1.1 Minor improvements suggested by @lbeuti Changes in version 0.1.0 - addition of tools to assess the balance of randomised elements Changes in version 0.0.4 - Package renamed to randotools to allow more flexibility with what it includes - randolist_to_db : Move the randomisation result to the first column when exporting to REDCap - summary : Remove the use of cli for messages, as they do not appear in sinked output - Add a vignette to show how to use the package Changes in version 0.0.3 - remove examples using factor from randolist helpfile. - add news file