Skip to content

Releases: tpronk/splithalfr

v2.2.2

14 Sep 19:09
b6b394c
Compare
Choose a tag to compare

This release has no features nor bug-fixes; it only contains changes to have splithalfr be complatible with newer versions of R and modern software citation practices:

  • Fixed. The citation files now refer to a Zenodo DOI instead of the GitHub repo.
  • Fixed. The inst/CITATION file now uses the bibentry API.
  • Fixed. Added a "_PACKAGE sentinel" to the package documentation. See r-lib/roxygen2#1491
  • Removed. Removed a bunch of dead links in the documentation.

v2.2.1

28 Mar 11:34
d1607cf
Compare
Choose a tag to compare

This is only for obtaining a "Concept DOI" via Zenodo. See the actual v2.2.0 release.

v2.2.0

29 Sep 12:42
b59d49e
Compare
Choose a tag to compare

This release is dedicated to Marlyn Meltzer; one of the first computer programmers in existence.

Changes in version 2.2.0:

  • New feature. When making permutated splits (method = "random", replace = FALSE), split_p values above 0.5 yield an unbalanced split. In this unbalanced split, score_1 is calculated from split_p% of the trials and score_2 from (1 - split_p)%. See this test.
  • Documentation update. Fixed a bug in the calls to split_ci in the vignettes (thnx go out to Maren Sera) and aligned terminology with the compendium paper.

v2.1.1

25 Jun 11:10
Compare
Choose a tag to compare

This release is dedicated to Frances Spence.

Version 2.1.1 consists of some small documentation updates, such as links to the published version of the compendium paper (Pronk et al., 2021) instead of the preprint.

v2.1.0

15 Mar 22:54
Compare
Choose a tag to compare

This release is dedicated to Gladys Perkins

  • Added the option to subsample participants before splitting via subsample_n argument to by_split.
  • Updated terminology in documentation to match compendium paper
  • It's available via CRAN or as R source package