Existing issue check
Description
almanack check currently requires documentation to be in the docs/ directory. However, R packages most commonly have long-form docs in the vignettes/ directory, and tools like pkgdown are used to build a complete website with content from the vignettes, docstrings in the source code, and other files like the README and NEWS (R's variant of a changelog).
Example
Here's an example of a popular R package which does not have a docs directory, but does have complete and detailed documentation.
https://github.com/tidyverse/ggplot2
https://ggplot2.tidyverse.org/
Would you like to work on a solution for this?
Existing issue check
Description
almanack checkcurrently requires documentation to be in thedocs/directory. However, R packages most commonly have long-form docs in thevignettes/directory, and tools like pkgdown are used to build a complete website with content from the vignettes, docstrings in the source code, and other files like the README and NEWS (R's variant of a changelog).Example
Here's an example of a popular R package which does not have a docs directory, but does have complete and detailed documentation.
https://github.com/tidyverse/ggplot2
https://ggplot2.tidyverse.org/
Would you like to work on a solution for this?