rstudio / promises

A promise library for R
https://rstudio.github.io/promises
Other
197 stars 19 forks source link

fix: Align vignette title and index entry title #98

Closed gadenbuie closed 11 months ago

gadenbuie commented 11 months ago

Aligns the vignette index entry title with the vignette title to avoid errors thrown by checks.

The vignette entries are sorted by file name rather than by the index entry, so we an oddly out-of-order vignette index anyway. And of course you're not allowed to start a vignette file name with a number, so we're now using promises_0N_{slug}.Rmd for the file name. I added pkgdown redirects as well.

Before

image

After

image

cpsievert commented 11 months ago

Oh nvm, I think it wasn't running due to inactivity...if you send another commit it should maybe run?