Hadley Wickham

Results 873 issues of Hadley Wickham

If pkgdown is installed, and `_pkgdown.yml` is present. That would make it harder to add a new function and forget to add to the pkgdown reference index.

feature

Just to make sure we're not advertising anything that we'd no longer recommend. Functions to think about: * `release()` * `reload()` * `bash()` * `wd()` * `dev_mode()`

upkeep

There are an increasing number of places where we want to run R code in another session with the package installed. But installing is a relatively expensive operation, so it...

feature

It's possible to customise what happens when you click the "Knit" button with a `knit` field in the yaml metadata: https://bookdown.org/yihui/rmarkdown-cookbook/custom-knit.html. For README.Rmd and vignettes, we should set this to...

feature
vignettes :scroll:

We are systematically re-licensing tidyverse, r-lib, and now (where possible) r-dbi packages to use the MIT license, to make our package licenses as clear and permissive as possible. To do...

e.g. response handling, argument validation, ...

feature
api :spider_web:

* Save render args in tempdir() * Pass clean argument to chapter render * Delete intermediate .md files Fixes #986 I don't 100% follow the intent of this code, so...

next

* Logo to go in left navbar * Favicon support? * Text for footer * Additional links for left/right sidebars

bs4_book :hiking_boot:
feature

It would be useful to have complete (at least up to third level) table of contents on a single page. Would link to it from "Table of contents" in left...

bs4_book :hiking_boot:
feature

* Need to update tooltip * Probably just regexp to strip out lines starting with `#>`

bs4_book :hiking_boot:
feature
next