Davis Vaughan

Results 707 comments of Davis Vaughan
trafficstars

@JosiahParry I think you are misinterpreting the docs a little. We expect that `x[i]` will _always_ return exactly `n` columns, where `n` is the length of `i`. In other words,...

Consider that `bench::press()` currently tries to return a `bench_mark()` object at the end. We could generalize it a little by only wrapping in a `bench_mark` class if all of the...

Could you please turn this into a self-contained [reprex](http://reprex.tidyverse.org/) (short for minimal **repr**oducible **ex**ample)? It will help us help you if we can be sure we're all working with/looking at...

The code in https://github.com/r-lib/vctrs/issues/1891#issuecomment-1791768002 was great, thanks so much! I was able to extract a minimal reprex of: ```r library(sf) #> Linking to GEOS 3.11.0, GDAL 3.5.3, PROJ 9.1.0; sf_use_s2()...

I think this may be the same as https://github.com/r-lib/vctrs/issues/1748, but I'm not sure. I'll leave both open

This looks interesting, and is likely a bug on our end, but we need more information from you to help. Could you please turn this into a self-contained [reprex](http://reprex.tidyverse.org/) (short...

If you can further track down any kind of reprex, that would definitely be the most helpful thing for us!

Hit this again while working on dplyr revdeps with unpivotr. unpivotr was admittedly doing something odd, but this ended up being the minimal reprex ``` x ! `vec_ptype2.integer.integer()` is implemented...

I also have this issue! I think systemfonts gets around this by having a configure script that generates the Makevars: https://github.com/r-lib/systemfonts/blob/main/configure https://github.com/r-lib/systemfonts/blob/main/src/Makevars.in which for me makes: ``` CXX_STD = CXX11...

Since this is in a standalone file, we can probably mimic `.rlang_cli_has_cli()` https://github.com/r-lib/rlang/blob/c55f6027928d3104ed449e591e8a225fcaf55e13/R/standalone-cli.R#L405-L419