We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Comparing against CRAN checks causes false failures because they include timestamps:
[[1]] ── R CMD check comparison ───────────────────────────── HyperbolicDist 0.6-2 / 0.6-2 ──── Status: BROKEN ── Fixed ✔ checking R code for possible problems ... [21s/24s] NOTE ── Newly failing ✖ checking R code for possible problems ... NOTE [[2]] ── R CMD check comparison ───────────────────────────────── GlobalDeviance 0.4 / 0.4 ──── Status: BROKEN ── Fixed ✔ checking R code for possible problems ... [6s/8s] NOTE ── Still failing ✖ checking DESCRIPTION meta-information ... NOTE ── Newly failing ✖ checking R code for possible problems ... NOTE
Perhaps these could be safely stripped with a simple regexp?
The text was updated successfully, but these errors were encountered:
Yeah, or we could have an option to not include them at all. I am actually surprised that they are included.
Sorry, something went wrong.
This seems to solve it: b5f1fbd
Right, we should probably remove it from the local checks as well, in case they are requested via an option.
5117625
No branches or pull requests
Comparing against CRAN checks causes false failures because they include timestamps:
Perhaps these could be safely stripped with a simple regexp?
The text was updated successfully, but these errors were encountered: