-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.1 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: goodpress
Title: From R Markdown to WordPress with a Modern Stack
Version: 0.0.0.9000
Authors@R:
c(person(given = "Maëlle",
family = "Salmon",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2815-0399")),
person(given = "Henry",
family = "Wang",
role = "aut",
email = "[email protected]"))
Description: Helps you write from R Markdown to Wordpress
directly.
License: MIT + file LICENSE
URL: https://maelle.github.io/goodpress/,
https://github.com/maelle/goodpress
BugReports: https://github.com/maelle/goodpress/issues
Imports:
glue,
httr,
hugodown,
jsonlite,
knitr,
magrittr,
methods,
purrr,
rmarkdown,
tibble,
utils,
withr,
xml2,
yaml,
slugify
Suggests:
covr,
fs,
testthat,
vcr
VignetteBuilder:
knitr
Depends:
R (>= 3.6.0)
Remotes:
r-lib/hugodown,
ropensci/vcr,
hrbrmstr/slugify
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1