R/utils.template.package.creator.R

#'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
enpjp/utils.template.package.creator documentation built on March 15, 2024, 6:43 p.m.