-
Notifications
You must be signed in to change notification settings - Fork 1k
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
revdep CornerstoneR affected #5126
Comments
git bisect says that this error started happening after merging #5084 |
Thanks for doing the bisect, but did you see #5133 linked above which mentions that? |
FWIW, I don't reproduce this error on the CRAN version of {CornerstoneR} or on their GitLab current I do, however, see the guilty usage still in their sources -- I'm just not sure if (1) they fixed something elsewhere in the repo (good!) or (2) they just deactivated some tests (not great). https://gitlab.com/camLine/CornerstoneR/-/blob/master/R/fitFunction.R?ref_type=heads#L297 |
I believe we should keep this open until the revdep fixes this, or until it disappears from the revdep checker (currently still there) https://rcdata.nau.edu/genomic-ml/data.table-revdeps/analyze/2023-12-22/ |
Hi @surmann, I'd like to send a PR fixing this issue in {CornerstoneR}, but the GitLab source does not accept forks. Please advise how to proceed. |
Hallo @MichaelChirico |
Same as #5125.
It does this on line 232 of fitFunction.R :
which now drops
dtStart
's key and results later in the errors below.It's harder to see how this one can be converted to
setnames()
so I'm leaning towards finding a way to retain the key, rather than contact the revdep maintainer.which is because of these errors
try()
-ed and caught and places withindtCoeff
due to missing key :The text was updated successfully, but these errors were encountered: