Fran Barton

Results 26 issues of Fran Barton

[Posted on RStudio Community on 1 November 2021, 4am UTC](https://community.rstudio.com/t/new-yaml-style-chunk-options-dont-process-r-variables-or-glue-strings/119493?u=francisbarton) If you set a chunk option using the traditional `arg = value` style then it's fine, but the new YAML...

I would like to be able to specify a particular, consistent font size for legend text. Currently, the legend on my map (using tm_symbols) — see screenshot below from a...

question

Is there an option for this? I haven't found one. I have `title.position = c("RIGHT", "TOP")` but the title text itself is left-aligned within the box, and is near the...

enhancement

Sort of duplicate of / connected to #51 ``` library(tmap) library(dplyr) data("NLD_prov") # A. add borders layer to highlight certain provinces prov_map 10), name = "Provinces with populations of non-western...

enhancement

Hi there If I run `usethis::edit_r_profile()` at the radian prompt in VS Code, it opens the file in the `nano` editor within the console. By comparison, in RStudio if I...

I am an RStudio user wanting to experiment with using radian (probably within Code). I installed miniconda3 (python 3.9) on Windows 10, and then installed radian without error. Then when...

I feel like this is a rather vague feature request, but hopefully the example below will help to illustrate my point. I think `polite` is great project and I'd like...

enhancement

As well as `adorn_totals`, it would be great if `janitor` had an option to adorn a mean or median to the end of specified rows or columns.

This suggestion references @billdenney 's [comment](https://github.com/tidyverse/lubridate/issues/629#issuecomment-407961461) in #629, with the addition of a specific use case. Bill wrote: > I didn't do the additional formatting for adding Z instead of...

I asked [a question about this on Stack Overflow](https://stackoverflow.com/questions/60319795/why-is-a-spatial-data-frame-obtained-from-osm-nominatim-invalid) but haven't got to the bottom of it. I want to use nominatim to return a valid spatial object that I...