ntdyjack / fasthplus

Creative Commons Attribution 4.0 International
3 stars 0 forks source link

Consider adding a pkgdown documentation website #4

Open lcolladotor opened 2 years ago

lcolladotor commented 2 years ago

Hi,

You might want to consider adding a pkgdown documentation website. You can create one using biocthis::use_bioc_github_action() https://lcolladotor.github.io/biocthis/reference/use_bioc_github_action.html or by adapting https://github.com/r-lib/actions/tree/v2-branch/examples#build-pkgdown-site.

Alternatively, you can create it manually with https://github.com/lcolladotor/biocthis/blob/master/inst/templates/check-bioc.yml#L283

If you use GitHub Actions, your documentation will get automatically updated every time you make a git push.

Best, Leo