knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(epipkg)
Start on GitHub
Go to GitHub and create a repository
Choose an Owner, give it a name and write a short description
Choose public or private
Check "Add a README file"
Leave .gitignore template and License as "None"
Click "Create repository"
Then install the epipkg from our drat repo, load the package, and create your R package template as follows:
## TODO! install.packages("epipkg", repos=...) library("epipkg") setwd("PATH TO WHERE YOU WANT YOUR GITHUB PACKAGE TO BE") create_epipkg("name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.