# ------------------------------------------------------------------------
#
# Title : Development History - Knowledge Repo
# By : Jimmy Briggs
# Date : 2020-01-08
#
# ------------------------------------------------------------------------
library(devtools)
library(usethis)
library(desc)
library(fs)
usethis::create_package(getwd(), check_name = FALSE)
usethis::use_build_ignore("devhist.R")
usethis::use_readme_rmd()
fs::dir_create("inst/notes")
usethis::use_package("fs")
usethis::use_package("taskscheduleR")
usethis::use_package("purrr")
usethis::use_package("fontawesome")
usethis::use_roxygen_md()
usethis::use_pipe()
usethis::use_r("sync_notes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.