expand repo links#1447
Conversation
cderv
left a comment
There was a problem hiding this comment.
Cool ! Thanks.
Maybe we could some test like with
bookdown/tests/testthat/test-bs4_book.R
Lines 70 to 83 in cedaac9
| rsconnect (>= 0.4.3), | ||
| servr (>= 0.13), | ||
| shiny, | ||
| svglite, |
There was a problem hiding this comment.
Why svglite is added ?
Missing suggest ? I don't see where it is used in the PR.
There was a problem hiding this comment.
to pass the check, since it's used in inst/examples/index.Rmd, otherwise it doesn't let me make a PR... the "build and deploy book" one
There was a problem hiding this comment.
So missing suggest - thanks !
As this is for rendering this book only (bookdown demo works ok), I looked into it closer. I believe this is due to change in knitr where svglite is called (yihui/knitr@4300e49)
And we are indeed asking for svglite in our gitbook format for this book
bookdown/inst/examples/_output.yml
Lines 1 to 2 in cedaac9
So this is really a dependency only for the book. We do plan its installation
bookdown/inst/examples/index.Rmd
Lines 34 to 36 in cedaac9
but too late compare to knitr option resolution.
So we do need to add it only for our documentation book and not the whole package in there
Line 93 in cedaac9
This is what is used for additional deps when building the book
bookdown/.github/workflows/Book.yaml
Lines 68 to 71 in cedaac9
So can you move it ?
Thanks
No description provided.