CRAN-v0.6.1
koenderks
released this
18 Nov 15:22
·
834 commits
to development
since this release
jfa 0.6.1
New features
- Added argument
randomize
to theselection()
function, which allows the user to randomly shuffle the items in the population before selection. Note that specifyingrandomize = TRUE
overrulesorder
.
Bug fixes
- Fixed a bug where the maximum sample size was not reached (i.e.,
planning
stopped atmax
- 1).
Major changes
- The
order
argument inselection()
no longer accepts a logical, but instead takes the column name of the ranking variable in thedata
.
Minor changes
- Adjusted an error in the text of the selection vignette.
- Rewritten most of the vignettes.