Changes in version 0.1.1 (2026-01-20) - Removed dependency on qs package, which was removed from CRAN. Changes in version 0.1.0 (2023-01-26) - Changed default for credible interval mass to 0.9. Changes in version 0.0.13 - Fixed getExpectedMeas() for single condition and no covariates. Changes in version 0.0.12 - Added isAlreadyInParallel() function that checks if you are already running something in parallel. - Added check to getRhythmStats() to prevent running in parallel if already in parallel. Changes in version 0.0.11 - Fixed mergeMeasMeta() for RNA-seq data. Changes in version 0.0.10 - Matched styling to lab standards. Changes in version 0.0.9 - Enabled spline fit with fewer knots and customizable degree. Changes in version 0.0.8 - Matched style to lab standard. Changes in version 0.0.7 (2022-03-08) - Made data smaller and examples faster. Changes in version 0.0.6 - Switched to using updated ashr from CRAN. Changes in version 0.0.4 - Added more stringent checking for correspondence between measurements matrix and metadata. Changes in version 0.0.3 - Made mash silent. - Added checking for parallel backend, to avoid warning messages. Changes in version 0.0.2 - Moved data to data/, to make examples and vignettes simpler. - Added examples. Changes in version 0.0.1 - Updated vignette for analyzing RNA-seq data. Changes in version 0.0.0.9033 - Renamed mean_value to mesor and added differential rhythm statistics for mean mesor and mean amp. Changes in version 0.0.0.9032 - Added differential rhythm statistic diff_rhy_dist. Changes in version 0.0.0.9031 - Cleaned up calculation of credible intervals for rhythm amplitudes. Changes in version 0.0.0.9030 - Updated model parameterization and mashing to treat all conditions fairly. Changes in version 0.0.0.9029 - Updated calculation of credible intervals for rhythm amplitudes. Changes in version 0.0.0.9028 - Added vignette for RNA-seq data. Changes in version 0.0.0.9027 - Added ability to fit models using DESeq2. Changes in version 0.0.0.9026 - Made calculation of rms-based stats optional. - Simplified tests to use snapshotting. Changes in version 0.0.0.9025 - Changed assertLogical() to assertFlag() for checking inputs. Changes in version 0.0.0.9024 - Fixed vignette building on Windows machines Changes in version 0.0.0.9023 - Fixed factor weirdness between R versions Changes in version 0.0.0.9022 - Output for getDiffRhythmStats() now includes all pairs of conditions by default Changes in version 0.0.0.9021 - Fixed bug so getDiffRhythmStats uses all shifted models Changes in version 0.0.0.9020 - Replaced globalVariables() with assigning variables to NULL in each function Changes in version 0.0.0.9019 - Clarified wording in vignettes Changes in version 0.0.0.9018 - Added function to merge measurements and metadata - Added vignettes Changes in version 0.0.0.9017 - Fixed bug in getStatsIntervals Changes in version 0.0.0.9016 - Cleaned up logic around nKnots for cosinor - Fixed setting attributes for data.tables - Fixed input check in getDiffRhythmStats Changes in version 0.0.0.9015 - Revamped input checking to use the checkmate package