Zoë Turner

Results 37 issues of Zoë Turner

Should the example on page https://docs.ropensci.org/fingertipsR/reference/deprivation_decile.html?q=imd#details be ```r fingertipsR::deprivation_decile(102, 2019) ``` instead of ```r fingertipsR::deprivation_decile(120, 2019) ``` Which returns the error: > Error in fingertipsR::deprivation_decile(120, 2019) : AreaTypeID not available

Following on from the function update in #6 when I have headers like: ``` r ## Overview ## Covid cases ``` And highlight before selecting Insert tabset I get: ```r...

enhancement

The NHS-R Conference talk from Cara Thompson has the code (on her blog) https://www.cararthompson.com/talks/nhsr2022-ggplot-themes/ that may be really nice to expand the features of this package.

enhancement

On contributing and code of conduct

Alt text needs to be added into the pictures and charts. This is probably with ```{r fig.alt=""` for the images but charts may need https://ggplot2.tidyverse.org/reference/get_alt_text.html

good first issue

Following the update that's being written for [R4DS](https://r4ds.hadley.nz/workflow-pipes.html) the move to the base R pipe is recommended which will require updates to the introduction course and materials. Tagged this as...

enhancement
help wanted
good first issue

I've made references to some of the new features in RStudio (like Rainbow parenthesis) but these need new slides. Also, missing some existing functionality like Session refresh. I add that...

enhancement
help wanted

As a feature of the slides some of the text is repeated as this looks visually good but will not be good for screen reader users who will have this...

enhancement
good first issue

Fixes #111

https://github.com/r-lib/hugodown#usage using the `output: hugodown::md_document()` detailed in the README doesn't work in the YAML but `output: hugodown::md_document` does.