-
Notifications
You must be signed in to change notification settings - Fork 990
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
tests/knitr.R mismatch #6509
Comments
Copying @TysonStanley 's comment here: Looks like the difference is that
|
Copying Tyson's next comment here too: Not sure why it's not showing up in CI checks at all. It's a note on Linux and windows on CRAN and it showed up on MacOS for me here. |
I'm not reproducing it locally, and we don't see it on GHA nor on GitLab CI logs. Makes it a lot tougher to debug. @TysonStanley, can you confirm your R, knitr and data.table versions where you're seeing the issue? And maybe try doing |
Only happens when I'm accessing R directly in the terminal but this is what happened when I inserted that code into the .Rmd before knitting:
The |
@TysonStanley ah, it looks like the |
|
It looks like it's caused by an upgrade of something in the
data.table/R/print.data.table.R Lines 24 to 41 in bb9faf6
Adding trace(data.table:::print.data.table, quote(print(SYS)), at = list(c(5,3,3))) ...yields:
Here, Previously, the stack looked differently and, indeed,
Time to add more |
fixed by #6563 |
reported on CRAN now. https://cran.r-project.org/web/checks/check_results_data.table.html
none of the commits mentioned in 1.16.2 issue seems to be providing the fix, so likely the issue is still there (fyi @TysonStanley )
The text was updated successfully, but these errors were encountered: