CDK-R / cdkr

Integrating R and the CDK
https://cdk-r.github.io/cdkr/
42 stars 27 forks source link

Docupdates #95

Closed zachcp closed 5 years ago

zachcp commented 5 years ago

Rajarshi,

Heres some doc updates that do the following:

  1. add badges to the Readme
  2. use Rmd instead of Md on the homepage to pave the way for a nicer landing page (with code)
  3. stub out pkgdown (only a yaml file now btu can be expanded otu to HTML webste for the repo)
  4. Roxygen fixes. On my book, the NAMESPACE can now be completely written using Roxygen. This should somewhat ease building/submitting CDKR down the line.

For documentation i would ideally like to:

  1. setup gh-pages as the doc branch.
  2. issue a deploy key
  3. autobuild/update the gh-pages branch upon PRs to master.

zcp