Closed slowkow closed 1 year ago
This commit has the fix: https://github.com/slowkow/ggrepel/commit/267e52c8c0164daa72a0ab3f4f3b48e8fc41f7a4
The problem is solved by changing expect_true(identical(pos1, pos2))
to expect_equal(pos1, pos2)
Here is a log of a new run of valgrind where the error is no longer appearing: https://github.com/slowkow/ggrepel/actions/runs/6498978607/job/17651398979
Prof Brian Ripley reported that valgrind has errors on some packages when it uses
NaN
instead ofNA
.Here is the error log for ggrepel: