#'utils.template.package.creator: A package for creating template packages.
#'
#'This package provides two helper functions to create packages incorporating
#'markdown templates.
#'
#'\code{\link{make.template.package}}: is run from the R console inside R Studio
#'and creates the package framework.
#'
#'\code{\link{post.package}}: is run from inside R Studio after the package has
#'been loaded.
#'
#'Together these functions implement about twenty steps required to create a
#'package that will pass the \code{devtools::check()} verification test first
#'time.
#'
#'@section External Requirements: As a minimum, you will need R, RStudio, Pandoc
#' and Git correctly installed on your system. Extensive operating dependent
#' instructions are avaialble from \url{http://cran.r-project.org}. Please be
#' careful of following unofficial instructions as some are just wrong.
#'
#'
#'@docType package
#'@name utils.template.package.creator
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.