Hadley Wickham
Hadley Wickham
It feels to me like it's time to switch to pak here.
If you're willing to argue with CRAN about this (if needed, which it probably won't be), go for it. And yes, I do think you should bump all the versions.
One other thought on the first point: I think we should work with @romainfrancois to make knitting a vignette automatically install the package to a temporary library path first (figuring...
Can you please provide a minimal reprex (*repr*oducible *ex*ample)? The goal of a reprex is to make it as easy as possible for me to recreate your problem so that...
@williamlai2 we’re not reconsidering the default behaviour at this time.
Slightly smaller/more illustrative reprex: ``` r library(dplyr, warn.conflicts = FALSE) df rowwise() |> group_modify(\(key, grp) tibble(rows = nrow(grp))) #> # A tibble: 1 × 1 #> rows #> #> 1...
@lionel- all errors and warnings
Even more nitpicky, I noticed that if I run `rmarkdown::render()` there are two blank lines before the progress bar starts: ``` > rmarkdown::render("delay.Rmd") processing file: delay.Rmd |........................ | 33% (alpha)...
And maybe there's one extra empty line at the bottom too? (at least when `run_pandoc = FALSE`). ```R > invisible(rmarkdown::render("delay.Rmd", run_pandoc = FALSE)) processing file: delay.Rmd output file: delay.knit.md >...