-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plan next release #1084
Comments
I'm excited by the leverage functions. Hopefully they come out soon. Thanks again. |
CRAN gave us a deadline for the next release 2024-09-20. They said Specifically, please see the noRemap additional issue. Compilation fails when using R_CXX_NO_REMAP=true, which compiles C++ It is planned that R_CXX_NO_REMAP=true will become the default in due Your package is among the ones with many strong reverse dependencies. You can verify that your package checks ok with R_CXX_NO_REMAP=true |
FWIW the R_NO_REMAP stuff was dealt with a long time ago. (From the |
Our deadline is now 12 days away ... it would be nice to add the experimental leverage stuff from #1065, but at present we can't do it without inducing a dependency on RTMB ... it also fails checks due to use of an unexported function from TMB, and segfaults on GitHub actions (!!) |
Running on win-builder gives a NOTE. This r-pkg-devel post says it is a false positive "now fixed" but maybe it didn't get fixed everywhere? (I think we should mention it in our submission) I bumped the version and added all the NEWS updates I could find by looking through git logs. As far as I know it's ready to go after reverse dependency checks, although we might want to merge the last 5 unmerged PRs? (#1068, #1075, #1087, #1094, #1097) even though some of them are only partly baked?
|
I have all day tomorrow to focus on this. |
I get one warning when I check as CRAN on my computer (below). I'm also installing everything on DTU's cluster so I can check the reverse dependencies.
|
Since the sun never sets on the glmmTMB development team, I'll go ahead and ask what our gameplan should be for the next 24 hours. In terms of branches
@mmaechler or @kaskr, any idea about the CRAN warning above that I got but Ben didn't? I also got it on a slightly older version of R today before updating. Installing everything new on DTU's new cluster is taking longer than expected, so I'm still working on setting up revdep checks . |
I never heard back from Gavin Simpson about #1075; I doubt it would hurt to include it ... Unfortunately #1067 is a little bit of a mess, I'm trying to clean it up now. I have all the existing tests working now; I will try to do some very basic tests of the intended extended functionality and see how it goes ... (I just posted a very basic example here. It's rough, but if |
Hi @mebrooks, I think it's ok to go out for people to trial. I would just like to add something to the vignette so there is an example. |
Do the GitHub actions automatically check all OS? I've been doing that using I'm checking the reverse dependencies of the current master branch and I'll rerun them after we merge in #1067. I think it's a safe thing to do because you're just adding a new function. |
I'm getting a little worried now. I have to go to work and teach now and am pretty busy most of the day. I'm getting some test failures in |
It seems ridiculous, but I think our choices might be (1) hold off on |
Ok, I wrote to CRAN for an extension and will keep you updated. I can't figure out this warning. When I had a similar problem before it was fixed by using CRAN's version of TMB, but that doesn't seem to be working. I'll keep testing and trying. |
Kasper says the warning I was getting looks like a problem in Eigen, so there's nothing we can do to fix it: The reverse dependency checks are still running so I'm going to take a break and come back in an hour. I tried to understand the errors that |
We got a 1 week extension! Amazing.
|
The only problems with reverse dependencies of the current main branch (extend RE form not yet merged) are ones that we saw in the summer. So I think I just have to write to those maintiners and tell them our plan to submit this week. UPDATE: I wrote to them. |
I think I've fixed the problems in the |
Yeah, the reverse dependency check is not much work now that it's set up. I'm running them now and should have results in the morning. |
I don't think either #1097 (too preliminary, untested) or #1099 (bug is in You might want to comment that the |
I submitted and told mtscr. |
In the docs fpr |
If you haven't submitted yet - I found a bug, possibly in the tweedie family. Let me file an issue. |
(ok, just saw, I'm 3 hours late: https://r-hub.github.io/cransays/articles/dashboard.html) |
FWIW I think this has to do with the order that the functions actually appear in the code (since they're all defined with an |
Yes, I know, but that's probably not what users see/know ;-) |
Opening this to start planning because it always takes a long time (and because we may get a notice from CRAN any day now [once they return from their vacation] about some of the outstanding CRAN-check issues (which are already fixed in
master
) ...The text was updated successfully, but these errors were encountered: