bstfun icon indicating copy to clipboard operation
bstfun copied to clipboard

Miscellaneous collection of functions

Results 12 bstfun issues
Sort by recently updated
recently updated
newest added

Additional unit testing has been implemented for functions that were only partially tested (per the report from covr::report()). Per report, there should be around 5% more coverage. In addition, functions...

In the setup chunk of the 10-setup_... files, there's a code chunk option written as `#|: include=FALSE`. This mixes rmd and qmd formatting and can cause issues when trying to...

To my knowledge, there isn't a way to render Quarto docs to a different directory than the one the script lives in, but this is still an option when creating...

The current `as_forest_plot()` creates plots that look like this: ![image](https://user-images.githubusercontent.com/26774684/209569963-d28ff2ba-ef8e-48b6-9c41-bdf788ff97f2.png) Kat Hoffman recently posted a vv simple method for creating forest plots using ggplot and patchwork. https://twitter.com/kat_hoffman_/status/1606291747545284608 I think updating...

Hi, Do you think it is possible in the tbl_uvregression function to add an add_sparkline like in the tbl_summary function but with here the distribution of the residuals of each...

`add_variable_grouping` is a great addition to gtsummary. I hope it will move into the main package soon. I found that the order of the variables for the grouping need to...

I'm loving this package -- particularly the `add_sparkline()` function. I notice it only works with continuous variables by default, but I'm wondering if there's a way to extend it's functionality...

This is an amazing contribution to reproducible research (as well as just being very user-friendly and comprehensive). I think one enhancement you could make is to offer in-line integration of...

I've been experiencing difficulties for the past 2 days using the "add_continous_stat" function (which was working perfectly 6 months ago with the same code) **Here's the code from documentation for...