Nicola Rennie

Results 15 issues of Nicola Rennie

A grid for the 23 electoral wards in Glasgow, Scotland. Grid data: ``` "row","col","code","name" 3,4,"S13002976","Anderston/City/Yorkhill" 2,7,"S13002986","Baillieston" 3,5,"S13002975","Calton" 1,4,"S13002982","Canal" 4,2,"S13002970","Cardonald" 2,5,"S13002988","Dennistoun" 1,1,"S13002980","Drumchapel/Anniesland" 2,6,"S13002984","East Centre" 2,1,"S13002979","Garscadden/Scotstounhill" 3,3,"S13002971","Govan" 5,2,"S13002969","Greater Pollok" 2,4,"S13002977","Hillhead" 5,4,"S13002973","Langside" 6,4,"S13002967","Linn"...

Adding `theme_void()` to a plot with a custom filter using Magick results in an error. When testing with other theme functions such as `theme_minimal()` or `theme_classic()` it works fine. Small...

- Updates to {ggvoronoi} were not applied relating to the retirement of raster & related packages, and no other changes made in the last year. - aRt can no longer...

bug

Deploy to Netlify with GH actions instead of manually rendering and pushing to GitHub

Add authentication option so only staff and students could access. This might be useful: https://poudyal.me/teaching/2022/11/19/Quarto-slides-with-password-protection/

Roxygen comments currently only include the most basic example. Add some more examples showing how the different arguments work.

documentation
good first issue

This might not be straightforward due to multiple data inputs that can't be easily combined into a single input. How would this work with a `ggplot()` function?

refactor

Suggested in #30 We use height and width instead of `size` so there's currently no e.g. `scale_height_continuous()` function that would work. Not a small task.

enhancement

Add transparency of node fill colours as an argument to `ggflowchart()`. Default 1. Based on work in #17 - great idea!

enhancement