diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION new file mode 100644 index 0000000..a21cdf1 --- /dev/null +++ b/CRAN-SUBMISSION @@ -0,0 +1,3 @@ +Version: 1.0.7 +Date: 2023-10-28 15:46:15 UTC +SHA: 060c9b5a17387b4d9805d886950fc8cde5a636c1 diff --git a/R/gluedown.R b/R/gluedown.R deleted file mode 100644 index 1c1e300..0000000 --- a/R/gluedown.R +++ /dev/null @@ -1,23 +0,0 @@ -#' @title gluedown: A package to format character vectors with markdown. -#' -#' @description The `gluedown` package helps transition from R's powerful -#' vectors to formatted markdown text. The functions use [glue::glue()] to -#' wrap character vectors in valid markdown syntax. In combination with the -#' `knitr` package, this allows users to directly print R vectors as formatted -#' text for improved clarity and readability. -#' -#' @section Glue wrappers: -#' The `md_*()` functions return `glue` objects, which are returned using -#' [cat()] by default. This allows users to both manipulate the formatted -#' strings as they would with any character vector and still present the -#' string to the user when an `knitr` chunk option is set to return code -#' results `'asis'`. -#' -#' @section Other wrappers: -#' The [md_table()] and [md_convert()] functions wrap around [knitr::kable()] -#' and [markdown::markdownToHTML()] respectively. The later allows users to -#' convert `md_*()` outputs to HTML fragments. -#' -#' @docType package -#' @name gluedown -NULL diff --git a/man/gluedown.Rd b/man/gluedown.Rd deleted file mode 100644 index 02d5925..0000000 --- a/man/gluedown.Rd +++ /dev/null @@ -1,29 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/gluedown.R -\docType{package} -\name{gluedown} -\alias{gluedown} -\title{gluedown: A package to format character vectors with markdown.} -\description{ -The \code{gluedown} package helps transition from R's powerful -vectors to formatted markdown text. The functions use \code{\link[glue:glue]{glue::glue()}} to -wrap character vectors in valid markdown syntax. In combination with the -\code{knitr} package, this allows users to directly print R vectors as formatted -text for improved clarity and readability. -} -\section{Glue wrappers}{ - -The \verb{md_*()} functions return \code{glue} objects, which are returned using -\code{\link[=cat]{cat()}} by default. This allows users to both manipulate the formatted -strings as they would with any character vector and still present the -string to the user when an \code{knitr} chunk option is set to return code -results \code{'asis'}. -} - -\section{Other wrappers}{ - -The \code{\link[=md_table]{md_table()}} and \code{\link[=md_convert]{md_convert()}} functions wrap around \code{\link[knitr:kable]{knitr::kable()}} -and \code{\link[markdown:renderMarkdown]{markdown::markdownToHTML()}} respectively. The later allows users to -convert \verb{md_*()} outputs to HTML fragments. -} -