## Required packages
library("devtools")
library(roxygen2)
## Document and check
setwd("~/code")
setwd("robustarchitecture")
document()
check()
## Install package locally
setwd("~/code")
install("robustarchitecture")
setwd("robustarchitecture")
## Remember that users should install via:
remotes::install_github("danjlawson/robustarchitecture")
## Unless for some reason you wish to modify the code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.