use_vignette should warn about invalid filenames #555
Labels
docs 💡
documentation, news, vignettes, website, etc
feature
a feature request or enhancement
tidy-dev-day 🤓
Tidyverse Developer Day
From r-lib/pkgdown#545
use_vignette()
could be more proactive about preventing creation of invalid filenames.use_vigette("01-test")
will succeed in creatingvignettes/01-test.Rmd
, which will then throw a warning uponR CMD CHECK
.Here's a reprex:
Created on 2018-12-20 by the reprex package (v0.2.1)
The text was updated successfully, but these errors were encountered: