dmurdoch

Results 222 comments of dmurdoch

Okay, I see it now, but only in Quarto, not R Markdown. I don't use Quarto (and recommend you don't either).

The regexp comes from here: https://github.com/haozhu233/kableExtra/blob/cc2bd72e62291fd7af19b24e5128c50628d0d9ea/R/util.R#L365 . It is used in two places: where you saw it in `footnote.R`, and also here: https://github.com/haozhu233/kableExtra/blob/cc2bd72e62291fd7af19b24e5128c50628d0d9ea/R/kable_styling.R#L508 . Please do submit a PR, but...

I can confirm the bug in the latest devel version. I'll take a look...

This is a tricky issue to fix. The problem is that at this point the code is working with a single long character string containing the latex for the whole...

No, you don't want to match the whole string. The whole table is in one string, with each line just being a substring in it. It would probably work to...

No, I was just reporting an issue I saw reported elsewhere. I don't use Jupyter. The fact that there's no fix and yours is the first comment in 2.5 years...

@TimTaylor : The trouble is that those links aren't documented anywhere (as far as I know), and have changed in the last few months. In June I updated `rgl` so...

I'm re-opening it, because the issue isn't really resolved -- we just have a workaround.

Thanks, I've fixed the code in the vignette. I don't seem to have permissions to fix the gist, so the link still points to the bad version.

I normally install XQuartz from xquartz.org, and haven't had problems lately. I'm using a newer version of MacOS, Sonoma 14.5. If you're getting the error message you described on startup,...