File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Suggests:
47
47
testthat (>= 3.0.0),
48
48
paws.common,
49
49
shiny
50
- Config/Needs/website: rmarkdown
50
+ Config/Needs/website: tidyverse/tidytemplate, rmarkdown
51
51
Config/testthat/edition: 3
52
52
Remotes:
53
53
rstudio/reticulate
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ dotty::.
30
30
# # DocumentConverterResult object
31
31
file <- tempfile(fileext = " .txt" )
32
32
on.exit(unlink(file ))
33
- writeLines(" hi" , file )
34
33
(writeLines )(" hi" , file )
35
34
convert <- init_markitdown()$ convert
36
35
DocumentConverterResult <- convert(file )
Original file line number Diff line number Diff line change 1
- url : https://tidyverse.github.io/ragnar/
1
+ url : https://ragnar.tidyverse.org
2
+
2
3
template :
4
+ package : ragnar
3
5
bootstrap : 5
4
6
7
+ includes :
8
+ in_header : |
9
+ <script defer data-domain="ragnar.tidyverse.org,all.tidyverse.org" src="https://plausible.io/js/plausible.js"></script>
10
+
11
+ development :
12
+ mode : auto
13
+
You can’t perform that action at this time.
0 commit comments