title: FLPKG CHECKLIST author: Iago Mosqueira, EC JRC G03 rights: Creative Commons Share Alike 4.0
ADD R/*.R files
EDIT README.md
sed -n "s/Version: *\([^ ]*\)/\1/p" DESCRIPTION
'CREATE an empty gh-pages branch
git checkout --orphan gh-pages git rm -rf .
ADD a README.md to the branch
COMMIT and PUSH branch
git commit -a -m "First gh-pages commit" git push origin gh-pages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.