rcragun
rcragun
# Problem The documentation for `geom_label()` and `geom_text()` (and many other geoms) is unclear about the `position` argument. It says, “Position adjustment, either as a string, or the result of...
# Describe the bug Passsing the `responsive` bootstrap styling option to `kable_styling()` adds a border around the table. # To Reproduce ## Code for example table ``` library(tidyverse) library(knitr) library(kableExtra)...
I think the Readme needs to make it clear that R must be on the system path. There is no indication of this in the installation or use instructions. As...
The RMarkdown syntax highlighting does not seem to recognize `\( \)` and `\[ \]` as math delimiters. Here is an example Rmd file to illustrate, and I have attached a...
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by...
# Overview If you specify `clusters` for `lh_robust`, the confidence intervals (CIs) and p in `$lh` are inconsistent with those in `$lm_robust`. # Reproduce The problem can be seen by...
# Problem This code works: ``` library(tidycensus) get_decennial( geography = 'block', variables = 'GEOCOMP', state = "AL", county = 'Jefferson', geometry = F, sumfile = 'sf1', year = 2010 )...
# Feature request Feature request: option to not use black with `scale_color_colorblind()`, `scale_fill_colourblind`, etc. # Justification Black is often the default color for figure content (and for content like text...