CHECKLIST.md

title: FLPKG CHECKLIST author: Iago Mosqueira, EC JRC G03 rights: Creative Commons Share Alike 4.0

Package structure

Vignette

/data

WORKFLOWS

Create new package (or make existing one follow this style)

Add new code / fix a bug

Add or alter roxygen documentation

HOW TO convert pkgs to use gh-pages using staticdocs

  1. ADD README.md following template
  2. COPY Makefile
  3. CREATE an empty gh-pages branch

    git checkout --orphan gh-pages git rm -rf .

  4. ADD a README.md to the branch

    touch README.md git add README.md

  5. COMMIT and PUSH branch

    git commit -a -m "First gh-pages commit" git push origin gh-pages



iagomosqueira/ASAP documentation built on Jan. 10, 2020, 12:06 a.m.