Hadley Wickham

Results 2589 comments of Hadley Wickham

IMO this already looks _ok_, and the real solution is to add some hierarchy to your articles.

Hmmm, are you sure we shouldn't set the background colour with css?

Here's a minimal reprex: ``` r writeLines(con = ".Rprofile", c( "library(dplyr)", "conflicted::conflicts_prefer(dplyr::filter)" )) environment(filter) #> search() #> [1] ".GlobalEnv" "package:stats" "package:graphics" #> [4] "package:grDevices" "package:utils" "package:datasets" #> [7] "package:methods" "Autoloads"...

Oh that's because my reprex isn't actually working; dplyr never gets loaded.

Ok, better reprex which illustrates that my initial guess at the problem was correct: ``` r dir $env #> #> #> $search #> [1] ".GlobalEnv" "package:stats" "package:graphics" #> [4] "package:grDevices"...

If `dplyr::filter()` wasn't likely the most common package affected by this, I'd be tempted to leave it. But since it is, I think conflicted probably needs to detect if it's...

We've pinged out internal databricks contacts, so we'll wait to hear back from them before we implement anything.

Thanks for working on this! I simplified the code further since it seems like we can just use ``, and simplified away the need to programatically click the cookie consent...

This might be a fun challenge if you're very familiar with the package development process — you need install the dev version of string, fork each package, use `pak::pak()` to...

@SereDef this is super useful, thanks so much!