Package: gluedown
Title: Wrap Vectors in Markdown Formatting
Version: 1.0.9
Authors@R: 
    person("Kiernan", "Nicholls", email = "k5cents@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-9229-7897"))
Description: Ease the transition between R vectors and markdown text. With
    'gluedown' and 'rmarkdown', users can create traditional vectors in R,
    glue those strings together with the markdown syntax, and print those
    formatted vectors directly to the document. This package primarily
    uses GitHub Flavored Markdown (GFM), an offshoot of the unambiguous
    CommonMark specification by John MacFarlane (2019)
    <https://spec.commonmark.org/>.
License: GPL-3
URL: https://k5cents.github.io/gluedown/,
        https://github.com/k5cents/gluedown/
BugReports: https://github.com/k5cents/gluedown/issues
Depends: R (>= 3.3)
Imports: glue (>= 1.3.1), magrittr (>= 2.0.1)
Suggests: covr (>= 3.3.2), dplyr (>= 0.8.3), httr (>= 1.4.1), knitr (>=
        1.25), markdown (>= 1.1), mockr (>= 0.1), rmarkdown (>= 1.16),
        rvest (>= 0.3.2), spelling (>= 2.1), stringr (>= 1.4.0),
        testthat (>= 2.1.0), xml2 (>= 1.3.2)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2024-03-11 03:01:48 UTC; kiernan
Author: Kiernan Nicholls [aut, cre, cph]
    (<https://orcid.org/0000-0002-9229-7897>)
Maintainer: Kiernan Nicholls <k5cents@gmail.com>
Repository: CRAN
Date/Publication: 2024-03-11 07:50:06 UTC
Built: R 4.2.3; ; 2024-03-11 09:03:16 UTC; unix
