tombishop1 / itraxBook

Book on the use of R for Itrax data processing
https://tombishop1.github.io/itraxBook/
Creative Commons Attribution 4.0 International
1 stars 0 forks source link

Failing build #5

Closed tombishop1 closed 2 years ago

tombishop1 commented 2 years ago

Failing build:

label: constrained_clusters_1
Quitting from lines 1211-1228 (itraxBook.Rmd) 
Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y,  : 
  polygon edge not found
Calls: <Anonymous> ... <Anonymous> -> widthDetails -> widthDetails.text -> grid.Call
In addition: There were 12 warnings (use warnings() to see them)

Execution halted
Error: Process completed with exit code 1.
tombishop1 commented 2 years ago

This doesn't fail build on Windows, so I wonder if its a macOS thing?

tombishop1 commented 2 years ago

It was because of the latest version of Mac-os. Solved, for now, with a00307c, see https://github.com/actions/virtual-environments/issues/4060#issue-993165185