github actions failing on Mac devel because dplyr and tidyr are not available

They are 'not available' because they failed to compile, see https://github.com/rabutler-usbr/knnstdisagg/runs/552880924#step:8:2460. They failed to compile due to a bug in the CRAN version of Rcpp.

Also the devel version of dplyr works because it no longer uses Rcpp.

2 Likes