vtable 1.3.2
- Fixes an issue where format(digits = 0)was still being
used despite no longer being allowed
- Fixes the use of sample weights combined with factor variables that
have missing values.
vtable 1.3.3
- Fixes an error that occurs if a character variable with lots of
different values is specified in varsinsumtable.
vtable 1.3.4
- Fixes an issue with haven_labelledclass variables
where value labels weren’t recognized invtable.
- Fixes an issue where custom star markers are not recognized in
sumtable.
- Date variables maintain class before being evaluated for
summinvtable, and alsolush = TRUEproduces medians andnuniq()for
dates instead of mean, SD, andnuniq.
vtable 1.4.1
- Fixes an issue where group headers didn’t show up properly in
sumtable()without = 'kable'if run outside
of knitr.
- Adds variable formatting options to sumtable().
- Adds count and frequency columns to labeltable().
- Other minor fixes.
vtable 1.4.2
- formatoption of- sumtable()changed to- numformatto avoid namespace issues.
- Added obs.functionoption tosumtable()to
make it easier to swap out the function used to count observations.
- Made it possible to use a named vector/list to change
numformatoption for only some variables insumtable(), instead of having to specify every single
variable.
- Updated vignettes.
- Fixed issue where default outoption did not work
running inside ofknitrrendering to Word.
- Fixed issue with escaped characters in kables.
- Added formatfunc()function to easily customizenumformatoptions.
vtable 1.4.3
- Fixed bug introduced by 1.4.2 relating to grouped sumtables when one
group has all-missing values of a variable.
vtable 1.4.4
- Improved performance of formatfunc()with prefixes and
negative values combined.
- Changed factor-level formatting in vtable()slightly.
vtable 1.4.5
- Fixes an issue in sumtablewhere characters were not
being properly escaped when building to Quarto/RMarkdown andoutis not specified.
vtable 1.4.6
- Fixes an issue in sumtablewith the combination oftibbles andfactor.numeric = TRUE.
vtable 1.4.7
- Adds second approach to weighted SD calculations to allow for
weights that represent reliability/precision.
vtable 1.4.8
- Allows title = NAanddata.title = NAto
omit titles insumtable()andvtable(), which
will help in using vtable in Quarto documents with
native cross-referencing.