Phillip Alday
Phillip Alday
you can preview it locally with `quarto preview` -- it will do a render, then start a local webserver and open a browser
@dmbates I think this is a good call-out -- my motivation for writing this appendix was exactly to avoid the whack-a-mole and instead point out how naive extensions fail. I...
a little bit of history here: we were actually working on moving in the other direction, i.e. porting all the AoG plots to Tidier. There were two reasons for this:...
Your local copy has that data cached, so it doesn't have to re-download it, but the CI runner needs to pull it down. It looks like the certificate expired at...
Just have to wait for the site owner to fix their certificate. Hopefully they notice soon...
This is also an issue specific to an individual's setup -- I run Julia with RCall on half a dozen machines (Linux on x86-64 and aarch64 as well as macOS...
Can you try using the most recent version of RCall (0.13.17)? I don't get an error message with RCall 0.13.17 and R 4.2. I'm guessing it's easier to upgrade RCall...
I'm closing this as stale. If it's still a problem on Julia 1.10, then please open another issue.
It's possible to call ```julia using LinearAlgebra BLAS.set_number_threads(4) ``` to set the number of BLAS threads manually in an interactive session. If I toggle back and forth between 1 and...
Ah, we updated the printing of some edge cases around those zeros and so the relevant entries are caught as systematically undefined/set and are replaced with `.` You'll still get...