R/code.R

#' Package validation method
#' 
#' Simple function that returns True.
#' It will fail if the package is missing.
#' 
#' This function can safely be removed.
#' @export
validate_package <- function()
{
    return(T)
}
olichose123/rpkgtemplate documentation built on June 20, 2019, 4:13 a.m.