Brian Ward
Brian Ward
The code base I am working with is https://github.com/stan-dev/stanc3. I put together [a gist with my dune config, the output of dune `verbose`, and the generated .js file.](https://gist.github.com/WardBrian/fb8346b471895e20b2688f84a6ebd220) The command...
I am using 0.16.0. Here's my `opam list` Details ``` # Packages matching: installed # Name # Installed # Synopsis angstrom 0.16.0 Parser combinators built for speed and memory-efficiency astring...
@hhugo thanks for the digging! Unfortunately updating the ppx dependencies is harder for us than JSOO, so I may be stuck with the broken behavior for a while, but I'll...
> For the record, you need at least two expect tests to reproduce the issue Ah, that explains some of the difficulties reproducing. Thanks for getting a fix in before...
I'm not sure I understand the relationship between R-universe and R-multiverse -- are they in competition? The Stan packages are all available on R-universe: https://stan-dev.r-universe.dev/
Sounds good -- is there an alternative `install.packages` invocation we should list in our documentation for R?
Hi @tuulam -- your last reply seems to be blank. Could you send the output again?
As mentioned in #1475, this appears to be a junk-in-junk-out issue originating in RStan (https://github.com/stan-dev/rstan/issues/1145) which was masked by the fact that stancjs wasn't giving a great error when it...
I think walking back the deprecation is fine. I'd like to allow `target+=` directly in transformed parameters if we did, for consistency. I think your function is interesting, because ideally...
Relatively easy. I've also wondered if `_target` should be an option, since we've dropped the term `lp` basically everywhere else above the C++ layer.