Skip to content

Commit

Permalink
chore: fix windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenuial committed Sep 19, 2024
1 parent 76dcebb commit 4ed1da5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions vignettes/babelquarto.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ Or from [GitHub](https://github.com/) with:
pak::pak("ropensci-review-tools/babelquarto")
```

Load the babelquarto package:

```{r}
library(babelquarto)
```

## Starting a multilingual book

To start with a multilingual book, use `quarto_multilingual_book()` with the `parent_dir` argument to specify where you want to create the project and the `project_dir` argument to specify the name of the project.
Expand All @@ -41,7 +35,7 @@ To start with a multilingual book, use `quarto_multilingual_book()` with the `pa
#| results: 'hide'
parent_dir <- withr::local_tempdir()
project_dir <- "multilingual_book"
quarto_multilingual_book(
babelquarto::quarto_multilingual_book(
parent_dir = parent_dir,
project_dir = project_dir
)
Expand Down

0 comments on commit 4ed1da5

Please sign in to comment.