Rich FitzJohn
Rich FitzJohn
unfortunately this is not that surprising - if the model is dominated by a matrix multiplication, then the version that uses a linear algebra library will be much faster. Supporting...
Thanks - that part is straightforward and we do it elsewhere (for example https://github.com/mrc-ide/eigen1/blob/master/src/util.c#L16-L17) - the pain comes when users have not correctly installed the fortran parts of the toolchain...
Windows tends to be fine because R core controls the whole toolchain. On mac, at linking, you get issues if libgfortran is not found Line order won't matter for this...
This is an issue with your computer, or internet connection. Please see the errors you have copied for hints as to the solution; unfortunately none of them come from odin,...
I'm happy to be involved and help out, though I left academia to get away from papers 😉 My motivation for ring was pretty selfish though (https://github.com/richfitz/dde), but if it's...
Jeroen has wrapped a commonmark parser, which would avoid the (potentially lossy) html transition for md tables: https://github.com/jeroenooms/commonmark Possibly one can get something like a parse tree out of pandoc...
I have tcltk and unix terminal versions that you'd be welcome to use [here](https://github.com/dide-tools/encryptr/blob/master/R/password.R#L133-L182). The tcltk version failed on a fairly up-to-date mac that I've not had the chance to...
I think that separate programs for different OS's might be simplest given that the target is so small (it's not like it's a big complicated UI thing). Another, possibly insane...
Actually, apple script, as linked in that answer there will be fairly easy. Aside from the issues of dealing with applescript it will give a native looking application that's fast...
And yes, keypress seems like a good place (ask is probably a bit high level).