Changelog
Source:NEWS.md
metalite 0.1.4
- Fix bug of
n_subject()
for empty factor. - Add default mapping for subject level analysis.
- Update GitHub Actions workflows.
metalite 0.1.3
CRAN release: 2023-08-10
-
n_subject()
now has a new argumentna
for labeling missing values.
metalite 0.1.2
CRAN release: 2023-05-19
- Add styler workflow.
- Fix bug to count unique mock number properly in
plan()
. - Fix bug to display
NA
values properly incollect_n_subject()
. - Export
n_subject()
. - Add test cases for functions within
collect_n_subject.R
.