Marco Colombo
Marco Colombo
@jsta I've opened issue #157 for this.
Here's the traceback: ``` 28: stop(gettextf("invalid version specification %s", paste(sQuote(unique(x[!ok])), collapse = ", ")), call. = FALSE, domain = NA) 27: .make_numeric_version(x, strict, .standard_regexps()$valid_package_version, "package_version") 26: package_version(VTE_VERSION) 25: ansi_has_hyperlink_support() 24:...
I think it's not done, as `src/stan/variational/advi.hpp` still contains these lines: ``` // Write lp__, log_p, and log_g. values.insert(values.begin(), {0, log_p, log_g}); ```
Ideally rstan would sort it out, otherwise all interfaces will have to work around it in their code as I had to do here: https://github.com/mcol/hsstan/blob/167cc4e7585b4f3628ac1fdbac0650e75869f2fe/R/misc.R#L387-L408
Given recent work done in #2618 that has added some virtual methods to `variational::base_family`, perhaps this issue should be repurposed to move shared functionality (there is a little) to the...
About time to start enforcing it for real?
@non-Jedi I didn't see your comment before pushing my commit. As a newbie user, I think it would help to font-lock `in` also outside a loop, but I can revert...
Sure, the more I thought of that and played with edge cases, the more I agree with you. Clearly, that makes a fix much harder, as you mentioned in the...
Duplicate of #1816?
Your last green run on master was on 24 April, which is when R 4.4.0 was released. Something must have changed in that release that is negatively affecting `covr`. In...