olivroy

Results 240 issues of olivroy

This is a bit tricky API-wise. I like the erroring if you supply a specific row index, row name, or set of them. However, if providing an expression it would...

# Summary Just some linting around the package. I have some other items locally, but I am seeing test failures. Still trying to figure out what exactly is the problem,...

Recently, some support was added for styling gt tables in pdf output A great example is https://github.com/rstudio/gt/issues/1257#issuecomment-1656182120 However, there are some options that are ignored with pdf table processing *...

Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [2] Medium
Type: ★ Enhancement
Focus: LaTeX Output

The goal of having the website is enhanced discoverability and linking https://blog.r-hub.io/2019/12/10/urls/ Moving NEWS.md to top level and changing version heading to first level should get the changelog automatically on...

to make website and repo easier to discover.

comparegroups.eu appears to be a dead link

```r tm_shape(World) + tm_polygons(col = "economy", style = "cat") #> Erreur in if ("col" %in% names(args_called) && (!args$called_from %in% : missing value where TRUE / FALSE is required. ``` v3...

compat

to fix CI. I was able to isolate the issue to the call to `tm_basemap()` in the vignettte. Unfortunately, similar failures happen in examples now..

This would be useful in packages to avoid cran warnings as `pick()` is the new preferred way. ``` r library(tidyverse) options(lifecycle_verbosity = "error") mtcars distinct(x = vs) #> x #>...