Changes in version 0.2.1 (2026-05-23) Fixes - Fix RoBMA and BayesTools version Changes in version 0.2.0 (2026-03-16) Features - Added MAIVE method (by Petr Čala) Changes in version 0.1.3 (2025-12-05) Features - Added measure() function to list available performance measures (renamed from measures()). - Added measure_mcse() function to list available performance measure MCSE functions. - Implemented S3 methods for measure() and measure_mcse() to retrieve specific functions (e.g., measure("bias"), measure_mcse("bias")). - Updated method() and dgm() to list available methods and DGMs when called without arguments. - Updated method() and dgm() to return the corresponding function when called with a single argument (e.g., method("RMA")). - measure(), measure_mcse(), method(), and dgm() now dynamically retrieve available options using methods(). Changes in version 0.1.2 (2025-11-26) Fixes - Vignette updates - Stop download if OSF_PAT is missing (due to errors in the osfr package) Changes in version 0.1.1 (2025-11-17) Fixes - Documentation updates Changes in version 0.1.0 (2025-11-05) Initial CRAN submission.