Callum Arnold

Results 19 comments of Callum Arnold

Adding some more information to this, the order groups don't download correctly for me i.e. 2022 downloads 2021 invoices, and so on, and not inputting an order group results in...

Thanks @Rapsodia8. Sorry for the follow up - I should have made a better reprex. I have more than one group that produce the colors. From the documentation it seems...

Thanks for your help. I was receiving the same error. I have updated the code to plot each series in a `for` loop. Code below in case it's of any...

Thanks @gustaphe. Quarto is effectively a language-agnostic upgraded version of Rmarkdown (https://quarto.org/docs/computations/julia.html). Unfortunately `Markdown.parse()` seems to strip backspaces, which means that multi-line equations don't render correctly. Using the SIR example...

Thank you @korsbo for the suggestion, though I'm afraid it didn't seem to change the output. ``` julia> Markdown.parse(latexify(sir_ode, double_linebreak=true)) \begin{align} \frac{dS(t)}{dt} =& - \beta I\left( t \right) S\left( t...

Thanks for that - it seems to render as expected. And not a problem RE Symbolics/Markdown. Thanks for looking into it!

Hi @ClaudioZandonella Thanks for such a quick response and thinking about implementing it. Based on what you've said, would it be useful to require users to keep the intermediate `.md`...

I think I might be running into the same issue with `{renv}`, and believe that it may have to do with the knit wd implemented in #807. Similarly, VSCode-R cannot...

@tarensanders no, I'm afraid not really for the smart knit etc. I've found that updating to the latest `{renv}` GitHub/developer build has helped a lot with packages being located etc,...

Another solution is to turn off bracketed paste in vim slime (`vim.b.bracketed_paste = 0` in `ftplugin/r.lua`) and set the radian option `options(radian.auto_match = FALSE)`. It means that you will need...