-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.07 KB
/
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
Package: juicedown
Title: 'juice' + 'markdown': Convert 'R Markdown' into 'HTML' with Inline Styles
Version: 0.1.1.9000
Authors@R:
person("Kenji", "Sato", , "kenji@kenjisato.jp", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0000-4520-2560"))
Description: A convenience tool to create 'HTML' with inline styles using
'juicyjuice' and 'markdown' packages. It is particularly useful when working
on a content management system (CMS) whose code editor eliminates style and
link tags. The main use case of the package is the learning management system,
'Moodle'. Additional helper functions for teaching purposes are provided. Learn
more about 'juicedown' at <https://kenjisato.github.io/juicedown/>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://kenjisato.github.io/juicedown/
Suggests:
readxl,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
clipr,
dplyr,
glue,
juicyjuice,
knitr,
markdown,
rlang,
rvest,
sass,
stringr,
xfun,
xml2