Ben Bolker

Results 265 comments of Ben Bolker

I'd like to send the new version of `lme4` to CRAN shortly, so this is once again a moderately urgent issue ... can you switch over to `reformulas::findbars` in your...

I can submit a PR (just changing a single test) if that would be helpful ... (I apologize for ultimately causing the problem in the first place, but there has...

I don't want to take over maintenance, but [this PR](https://github.com/patperry/r-mbest/pull/13) should (??) work to get you back on CRAN ...

Thanks for merging the PR. Do you plan to submit to CRAN soon? (If I **had** to, I could take over maintenance, since it seems that the demands are low...

Bump. I will take over as maintainer if you need me to, although I won't be able to do more than basic maintenance ...

Working on it. Would you be willing to give me write access to this repo, for convenience?

Back on CRAN now. (I was worried that it would have to go through the 'new package' screening since it was being un-archived, which often involves lots of tiny, fussy...

It's a good idea. I agree that the plumbing in bbmle is horrible; it grew up organically, and really needs to be refactored. I'll see if I can find a...

To reproduce this: ``` docker pull rocker/r-devel-san docker run --rm -ti rocker/r-devel-san bash apt update && apt upgrade -y && apt install -y cmake RD ## run development version of...

It would be interesting to rebuild r-devel in this container with one or both of [these lines](https://github.com/r-devel/r-svn/blob/5521fa62273d38f50e7e963337d74ec2f223c532/src/include/Rinlinedfuns.h#L81-L82) commented out, to confirm that the enabling of these checks is indeed what...