Hadley Wickham

Results 1106 issues of Hadley Wickham

Because these are not SQL generation methods, but require a live database connection in order to call `dbQuoteIdentifier()` etc. Needed before #1624.

Create a `long_map()` (inspired by `ellmer::batch_chat()`) that is designed around very long running jobs.

feature

I think it's time to change the default

This is a second reminder that `with_mock()` is going away in the next release of testthat, which I'm aiming to release October 1. The API functions that made it work...

https://github.com/r-lib/testthat/pull/2156 In the next version of testthat, the first argument to `try_again()` is the number of retries, not the number of tries, so you'll want to increase the first argument...

From Kurt Hornik: ``` Package CoFRA has CoFRA.R with #' @keywords heatmap #' library(CoFRA) #' data(iBAQ) #' Fac=factor(c("MCCTT","MCCTT","MCCTT","MCCT","MCCT","MCCT","MC","MC","MC","MCT","MCT","MCT","MTT","MTT", #' "MTT","MT","MT","MT","sN","sN","sN","sNT","sNT","sNT","iN","iN","iN","iNT","iNT","iNT")) #' dfComp=data.frame(Con=c("MCCT","MT","MC","iN","sN","AllC,MCCT,MT,MC,iN,sN"),Tre=c("MCCTT","MTT", #' "MCT","iNT","sNT","AllT,MCCTT,MTT,MCT,iNT,sNT")) ``` Probably safe to check that...

`CLAUDECODE=1`. Might also contemplate what the reporter should look like

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_yaml.html) * [x] [Polish NEWS](https://style.tidyverse.org/news.html#news-release) * [x] `usethis::use_github_links()` * [x] `urlchecker::url_check()` * [x] `devtools::build_readme()` * [x] `devtools::check(remote...

This is a heads up to let you know that `with_mock()` is deprecated and will be made defunct soon. The API functions that made it work are being removed in...