Rich FitzJohn

Results 456 comments of Rich FitzJohn

Hi @cuttin - this does not appear to be related to the issue, which is about a type issue with array indexing. It is not totally clear what you are...

Doing this appears hard as we want to write: ```c SEXP registered_address(SEXP ptr) { R_RegisteredNativeSymbol *sym = (R_RegisteredNativeSymbol *) R_ExternalPtrAddr(ptr); return sym->symbol.c->fun; } ``` but this requires definitions that are...

cc: @hannahslater

Hi there - either use an old version of `odin`, or get @pwinskill to update that package to work with the current version of `odin` (Pete - you just need...

Yeah, this is not spectacular, but it's been that way forever - most of it reflects the initial nature of discrete time models as bolted on to odin. We'll shortly...

yeah, that's easy enough to add. Also probably a better error message?

requires in-place operators