-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.28 KB
/
Copy pathDESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 targets the
CommonMark specification (0.31.2, 2024) <https://spec.commonmark.org/0.31.2/>
and GitHub Flavored Markdown (GFM 0.29, 2019) extensions
<https://github.github.com/gfm/>.
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),
knitr (>= 1.25),
markdown (>= 1.1),
rmarkdown (>= 1.16),
rvest (>= 0.3.2),
spelling (>= 2.1),
stringr (>= 1.4.0),
testthat (>= 3.0.0),
xml2 (>= 1.3.2)
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
Config/roxygen2/version: 8.0.0