Package: gluedown
Title: Wrap Vectors in Markdown Formatting
Version: 1.0.0
Date: 2019-10-24
Authors@R: 
    person(given = "Kiernan",
           family = "Nicholls",
           role = c("aut", "cre"),
           email = "kiernann@protonmail.com")
Description: Ease the transition between R vectors and markdown
    text. With 'gluedown' and 'rmarkdown', users can (1) create traditional
    vectors in R, (2) glue those strings together with the markdown
    syntax, and (3) 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://github.com/kiernann/gluedown
BugReports: https://github.com/kiernann/gluedown/issues
Depends: R (>= 3.2)
Imports: glue (>= 1.3.1), knitr (>= 1.25), markdown (>= 1.1), stringr
        (>= 1.4.0)
Suggests: covr (>= 3.3.2), dplyr (>= 0.8.3), httr (>= 1.4.1), rmarkdown
        (>= 1.16), rvest (>= 0.3.2), spelling (>= 2.1), testthat (>=
        2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-11-18 01:58:30 UTC; kiernan
Author: Kiernan Nicholls [aut, cre]
Maintainer: Kiernan Nicholls <kiernann@protonmail.com>
Repository: CRAN
Date/Publication: 2019-11-28 10:20:02 UTC
