-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
35 lines (35 loc) · 910 Bytes
/
DESCRIPTION
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
Package: bs4cards
Title: Generate Bootstrap Cards
Version: 0.1.1
Authors@R:
person(given = "Danielle",
family = "Navarro",
role = c("aut", "cre"),
email = "djnavarro@protonmail.com",
comment = c(ORCID = "0000-0001-7648-6578"))
Description: Allows the user to generate bootstrap cards within
R markdown documents. Intended for use in conjunction with
R markdown HTML outputs and other formats that support the
bootstrap 4 library.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
htmltools,
magrittr,
methods,
rlang
URL: https://github.com/djnavarro/bs4cards
BugReports: https://github.com/djnavarro/bs4cards/issues
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
tibble,
covr,
bslib
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)
Config/testthat/edition: 3