setwd("~/github/gsynth")
# initializing
library(usethis)
library(sinew)
library(pkgdown)
usethis::use_readme_rmd()
usethis::use_pkgdown()
usethis::use_news_md() # update logs
# remember to knitr README.Rmd
pkgdown::build_site(install = FALSE)
# or alternatively
library(pkgdown)
init_site()
build_home()
build_reference()
build_articles()
build_tutorials()
build_news()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.