ropensci-review-tools / babelquarto

Renders a Multilingual Quarto Project (Book or Website)
https://docs.ropensci.org/babelquarto/
Other
30 stars 6 forks source link

fix: fix URL #38

Closed maelle closed 1 month ago

maelle commented 2 months ago

Fix #36

maelle commented 2 months ago

@RealRichi3 can you try building your book from this branch? It works for me locally.

RealRichi3 commented 2 months ago

Alright @maelle, i'll test it and get back to you, thanks

RealRichi3 commented 1 month ago

Greetings @maelle, please how do i run the tool using this branch, should i just reinstall the tool with this

install.packages('babelquarto', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

But instead of .dev i should use .url

install.packages('babelquarto', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))
maelle commented 1 month ago

No, I'd recommend pak::pak("ropensci-review-tools/babelquarto@urls")

RealRichi3 commented 1 month ago

Alright thanks, I'll try it

RealRichi3 commented 1 month ago

@maelle it works fine, no more duplicates in the dropdown menu

maelle commented 1 month ago

Thanks so much for testing!!