Callum Arnold

Results 20 issues of Callum Arnold

Apologies if this is covered elsewhere, but I couldn't find it in the issues or the documentation. Is it possible to enable `Theme(alphas = [])` for `Geom.line` and `Geom.path`? It...

I was wondering if it is possible to render Latex equations in Quarto (`.qmd`) files? MWE below. ```{julia} Using ParameterizedFunctions, Latexify sir_ode = @ode_def SIRModel begin dS = -β*S*I dI...

Thanks for making this theme for `{blogdown}` - it looks great. At the moment I'm using `{distill}` to make my website, and whilst I'm keen to transfer to back to...

enhancement

When I use the `tabodds` command it displays the most recent graph in the same cell printout. Whilst this isn't the biggest issue in a notebook, it can make it...

Hi, This isn't so much a feature request, and more of a question. Is there currently a way to use python in select instances whilst using `stata_kernel`? For example, when...

Unfortunately I seem to be running into an issue using `{pak}` within an `{renv}` project. It's returning the following error: ``` r$> pak::pkg_install("depmixS4") Error in remote(function(...) get("pkg_install_make_plan", asNamespace("pak"))(...), : Subprocess...

feature

This is a great package with lots of potential, so thanks for making it. I'm using this package is to write a scientific manuscript with non-R users, and at present,...

new-feature

Please place an "x" in all the boxes that apply --------------------------------------------- - [x] I have the most recent version of incidence2 and R - [x] I have found a bug...

I seem to be running into an issue that others have had in other functions where `missing value where TRUE/FALSE needed`. Here, I've created and `{incidence}` object and am using...

I use [DrWatson](https://juliadynamics.github.io/DrWatson.jl/dev/) to manage most of my projects. I've noticed that the language server does not recognize DrWatson functions, and therefore I cannot use the helper functions for relative...