Lukas Graz
Lukas Graz
Surprising that this is still an issue for me. [ltex-ls](https://github.com/valentjn/ltex-ls) claims that quarto is supported. So it seems that vscode-ltex isn't making the bridge?
I was just looking for this feature I missed from ranger. There it is implemented with the following defaults in the `rc.conf` file (in case this serves as useful inspiration):...
Thanks for your reproducing. `?rnorm` renders fine. looking at the [source](https://github.com/SurajGupta/r-source/blob/master/src/library/stats/man/Normal.Rd) of the man-page of `rnorm` one sees that the math is encoded with `\deqn{ ...math...}` instead of `\[ ...math...
In vscode/terminal I have a visible pink prompt via the `.Rprofile`: `options(prompt = "\001\033[0;35m\002>\001\033[0m\002 ")` maybe this helps :)
I recommend the extension [todo tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree) you can create new Tags. I got inspired by the tags from LogSeq (Obsidian but different). I have additionally an R-script that runs periodically...
`bounds = "standard"` does not have an effect. **pinpoint** why outlying parameter: `or_fraction_mediated := or_mediated/or_total` so if `or_total` is very close to 0 in one sample, then `or_fraction_mediated` explodes and...