dmurdoch

Results 131 comments of dmurdoch

I've just noticed that `collapse = TRUE` also messes up handling of `htmlwidgets` output. I saw it first in `rgl`, but it's also present in `leaflet`. For example, with `collapse...

@jennybc : In theory a package could provide a vignette engine that associated .qmd files with R code to convert them to .html or .pdf, and then they could be...

@Tripartio, see here: https://github.com/quarto-dev/quarto-cli/discussions/2307

@dkarletsos : I'm not @maelle, but I think the fact that this issue has been sitting untouched for more than a year would suggest that it's not going to happen...

Syntactically, those are the same, so I don't think the parser should distinguish them. It would be like distinguishing mean from sd. There are semantic differences, not syntactic ones.

On 12-07-09 7:09 PM, Andrew Redd wrote: > you don't think that since they are different operators they should have different classes in the parse data? Seeing that parser differentiates...

This may be related to a bug just fixed in R, which is using a slightly modified TRE 0.8.0. When working on wchars, character classes like [:space:] are sometimes not...

I'm not a Quarto user, so I'm probably doing something very naive, but when I run your final document through "render" in RStudio, I don't get final output, I just...

Found the naive problem: somehow I kept the 4 backtick fences around the code. But now that I've removed those, I'm seeing the `$a$` code instead of the MathJax output.

Okay, I had an old Quarto on my path, and RStudio was using it. It's gone now and things are working. I think the ideal user experience would be to...