-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Labels
docs 💡documentation, news, vignettes, website, etcdocumentation, news, vignettes, website, etcfeaturea feature request or enhancementa feature request or enhancement
Description
We need use_article() which is a minor variant on use_vignette().
What's wrong with using use_vignette() to create an article?
- If you only have articles, you want to Rbuildignore the directory that contains them. So either
vignettes/orvignettes/articles/. - Creation of an article should never trigger an edit to DESCRIPTION. Specifically, do not add a
VignetteBuilderfield. - The article itself should not have a
vignettes:section in the yaml header.
To see me recovering from all of the above mistakes, look at these travis ci reports:
https://travis-ci.org/r-lib/usethis/builds/344519915
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docs 💡documentation, news, vignettes, website, etcdocumentation, news, vignettes, website, etcfeaturea feature request or enhancementa feature request or enhancement