Daniel Sjoberg

Results 203 issues of Daniel Sjoberg

Do these need to be updated to `round2()`?

``` r gtsummary::style_sigfig(-9.98) #> [1] "-10.0" ``` Created on 2022-07-20 by the [reprex package](https://reprex.tidyverse.org) (v2.0.1) This should be displayed as `-10`

bug :bug:

Need to address this for next release: ``` r library(gtsummary) trial |> select(trt) |> tbl_summary() |> modify_table_styling( columns = label, rows = label == "Drug B", footnote = "i.e. placebo"...

No more default kable, flextable, etc. At some point we can make gt the default

The pointblank pkg has a cute animated hex (https://github.com/rich-iannone/pointblank). I think gtsummary could have a subtle animation where the bubbles in the drink pop and sparkle. I think the font...

v2.0

Can this be used on custom fns? Can `test.args=` be used on custom tests?

help wanted

Write a vignette or a tutorial...maybe include it in the package, maybe as an external site. We'll see what we land on! Use `usethis::use_article()` to create an article for the...

help wanted
hackathon

https://youtu.be/r3yklH7Gk1s?t=3070 This will be helpful for latex output. I am skeptical whether it'll be good for gt since the HTML seems to get small updates with each release. Could be...

https://github.com/rstudio/profvis

The styling of an RTF table from gt includes all the cell borders and they are red. is there anything i can do about this?