Christophe Dervieux
Christophe Dervieux
> to support inline expressions of the form `r expr` Really nice idea ! > I am definitely not working on glue right now, so if this is bugging you...
Yes, this should work, though it will create a very heavy website. The advantage of a website is to have shared dependencies, with .html in a folder and a common...
Hi, do you have a .Rmd document that have this errors ? What is `Article/Article.Rmd` ? Which format it is using ? Only `output: bookdown::pdf_document2` ? This is for trying...
> namespace ‘xfun’ 0.44 is being loaded, but >= 0.48 is required Somehow this means you are in a situation where one of the package requires xfun 0.48 minimum, but...
This is quite annoying for package development on Windows. `testthat::snapshot_review()` is quite useful, and currently I need to open the project also on RStudio IDE to make it work. FWIW...
The problem is with this line in ark https://github.com/posit-dev/ark/blob/40908a3b2ba4c54bba05940ffd536444abf598a0/crates/ark/src/modules/positron/viewer.R#L15 ```r normalizedPath url [1] "http://127.0.0.1:7305" ```` But on windows, you can't apply `normalizePath` on a URL. THis is what we get...
Are you doing this with a special book? I tried with default bookdown template. I download the template, and added `graphics: true` and I don't have the error. Which version...
Thanks for the suggestion. As this is directly Pandoc only related, I wonder if this should be in https://github.com/cderv/pandoc (which I did not yet moved to rstudio or posit-dev org......
@octomike are you able to provide a reproducible example of the problem ? I see `downcute.js` in your log, and so I wonder if you are using a specific format...
Are you talking about the TinyTeX distribution ? https://yihui.org/tinytex/ This repo is mainly the R package and we package some bundles released at https://github.com/rstudio/tinytex-releases The build is done in https://github.com/rstudio/tinytex/blob/main/.github/workflows/build.yaml...