The goal of altdoc
is to facilitate the use of
documentation generators as alternatives to pkgdown
websites (hence the alt in altdoc
). For now, it
provides helper functions to use docute, docsify, and mkdocs.
This package is only available in development version for now:
# install.packages("remotes")
::install_github("etiennebacher/altdoc") remotes
What this package can do:
automatically import core files to use docute
,
docsify
, or mkdocs
automatically generate Changelog and Code of Conduct sections
automatically create function reference
link towards your package’s repo
preview the site in RStudio Viewer pane
Experimental feature (feedback needed):
rmarkdown
version 2.15 or higher. More details in the
section “Get started” on the website.Main functions:
use_*()
to create the documentation with
docute
, docsify
or mkdocs
preview()
to show the siteupdate_docs()
More details on the package and the deployment are available on the website.
Options for each site generator can be found on their own website: