Source: r-cran-grimport2 Version: 0.3-3-1 Severity: serious Tags: forky sid X-Debbugs-Cc: Dirk Eddelbuettel <[email protected]> User: [email protected] Usertags: regression
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

