Closed bschilder closed 1 year ago
Oddly, I noticed the version on the Linux GHA is actually older than the one on my local machine. GHA might be using the cached installation with the bug in it, so will rerun with /nocache
flag in commit message.
Version used on GHA Linux:
ggnetwork 0.5.10 2021-07-06 [1] CRAN (R 4.3.0)
Version used on my local Mac:
ggnetwork * 0.5.12 2023-03-06 [1] CRAN (R 4.2.1)
Oddly, I noticed the version on the Linux GHA is actually older than the one on my local machine. GHA might be using the cached installation with the bug in it, so will rerun with
/nocache
flag in commit message.
This did the trick! ThreeWayTest
is now passing on all GHA runners.
1. Bug description
ThreeWayTest:::networkmap_ggnetwork
fails only on Linux GHA machine. I've noticed this with other packages of mine recently and I think it has to do with some recent changes toggnetwork
package. Will sort this out since I need to figure it out for my other packages anyways.https://github.com/bschilder/ThreeWayTest/actions/runs/4363979376/jobs/7630734336#step:4:1172# Console output
https://github.com/bschilder/ThreeWayTest/actions/runs/4363979376/jobs/7630734336#step:4:1172
Expected behaviour
Runs with no errors.
2. Reproducible example
Error in
if (stringsAsFactors) x <- factor(x)
: argument is of length zero3. Session info
https://github.com/bschilder/ThreeWayTest/actions/runs/4363979376/jobs/7630734336#step:4:761