#1120997 r-cran-grimport2: autopkgtest regression with r-base 4.5.2 (i386)

#1120997#5
Date:
2025-11-19 11:05:12 UTC
From:
To:
Hi Maintainer

r-cran-grimport2's autopkgtest regresses when tested with r-base 4.5.2 [1].
I've copied what I hope is the relevant part of the log below.

Regards
Graham


[1] https://ci.debian.net/packages/r/r-cran-grimport2/testing/i386/


50s In readLines("test-path-complex-output.svg") :
50s incomplete final line found on 'test-path-complex-output.svg'
50s > same <- model == test
50s > if (! all(same)) {
50s + ## Protect against tiny rounding differences in locations
50s + x <- suppressWarnings(lapply(strsplit(model[!same], " "), as.numeric))
50s + y <- suppressWarnings(lapply(strsplit(test[!same], " "), as.numeric))
50s + rx <- unlist(lapply(x, round, 1))
50s + ry <- unlist(lapply(y, round, 1))
50s + if (!all.equal(rx, ry)) {
50s + stop(paste0("path-complex output not equal to expected output",
50s + "------------------",
50s + model[!same],
50s + "------------------",
50s + test[!same],
50s + collapse="\n"))
50s + }
50s + }
50s Error in !all.equal(rx, ry) : invalid argument type
50s Execution halted

#1120997#10
Date:
2026-07-29 06:07:30 UTC
From:
To:
Fixed since 0.3-3-3 and probably before.

Cheers,

Charles