Closed lentinj closed 2 years ago
Current timings are 8.00 | 78.00 | 86.00
, to see if they change (i.e. the test has re-run).
Despite supposedly being split by newline, the offending item in the vector has an errant "\r" in it:
chr [1:12] "Length mismatch: comparison on first 2 components" "Component \"a\": Mean relative difference: 0.6666667" "--- as.environment(list(a = 3, b = 4))" "+++ as.environment(list(a = 5, b = 4, c = 9))" "{+$c\r+}" . . .
The above is a bit of a cheat, but OTOH it's not particularly dangerous, given the output should be split by newline anyway.
CRAN checks are happy, so we're happy.
There's currently a test failure: https://cran.r-project.org/web/checks/check_results_unittest.html
...without escapes (which should be filtered before comparsion) this looks like:
The current version on CRAN will show the raw output from the test that failed. The only difference to the expected output is the carriage return after
$c
, but I have no idea where it comes from.No way of replicating this, other than re-releasing and seeing if it fails again.