Skip to content

altdoc 0.6.0

Choose a tag to compare

@etiennebacher etiennebacher released this 19 Sep 12:02

0.6.0

Changes

  • The CSS for arguments table in "Reference" page has changed a bit. Argument
    names are now wrapped so that they have limited width, improving the
    readability in case of multiple arguments on the same line (#308).

  • Files stored in man/figures (such as lifecycle badges) are now properly
    included by render_docs() (#321).

Bug fixes

  • Fix a quarto_website rendering failure when the package being rendered has
    its URL or BugReports set to a site other than GitHub (#319, @gardiners).

  • Fix footer in docsify when a package doesn't have a website or GitHub URL
    (#324).

  • render_docs() now shows an explicit error message if Quarto is not installed
    on the system (#329).

  • Fix an error in render_docs() when the title in the Rd file is split across
    several lines (#333).