TODO

Inspired by renv’s historical TODO.md

Content

Package

    • Implement pkgdown
    • Rename notebooks/ to analysis/, build-site in a subdirectory (docs/analysis)
    • wrapper for rmarkdown::render_site()
    • run the build in a temporary directory like render_site()
    • re-use code from render_site() to create list of R Notebooks
    • dynamically build the _site.yml file using yaml with configuration settings passed to the wrapper function
    • dynamically build the index.Rmd using DESCRIPTION
    • support for additional links in the navbar
    • order links by Title, not filename
    • better logic for converting html_notebook to html_document

GitHub