Skip to content

Commit 2f7f10a

Browse files
committed
use tidytemplate
1 parent b0309cd commit 2f7f10a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Suggests:
4747
testthat (>= 3.0.0),
4848
paws.common,
4949
shiny
50-
Config/Needs/website: rmarkdown
50+
Config/Needs/website: tidyverse/tidytemplate, rmarkdown
5151
Config/testthat/edition: 3
5252
Remotes:
5353
rstudio/reticulate

R/ragnar-package.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dotty::.
3030
## DocumentConverterResult object
3131
file <- tempfile(fileext = ".txt")
3232
on.exit(unlink(file))
33-
writeLines("hi", file)
3433
(writeLines)("hi", file)
3534
convert <- init_markitdown()$convert
3635
DocumentConverterResult <- convert(file)

_pkgdown.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
url: https://tidyverse.github.io/ragnar/
1+
url: https://ragnar.tidyverse.org
2+
23
template:
4+
package: ragnar
35
bootstrap: 5
46

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+

0 commit comments

Comments
 (0)