Skip to content

Support for detecting R package documentation #377

Description

@kelly-sovacool

Existing issue check

  • I found no existing issues covering this topic.

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?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions