Implementing pkgdown will allow for building documentation through GitHub Pages.
This will allow for documenting functions, providing examples and tutorials.
For more documentation on pkgdown see the documentation
DESIGN
Build site with pkgdown
Simple implementation with usethis::use_pkgdown_github_pages()
No customization necessary at this point
IMPACT
This will add the new feature of having a site for documentation of the nuclearff package.
Reference
Reference: Issue #2
REASON
Implementing
pkgdown
will allow for building documentation through GitHub Pages. This will allow for documenting functions, providing examples and tutorials. For more documentation onpkgdown
see the documentationDESIGN
pkgdown
usethis::use_pkgdown_github_pages()
IMPACT
This will add the new feature of having a site for documentation of the
nuclearff
package.