There was an error while loading. Please reload this page.
1 parent 81a885a commit 20d9b7cCopy full SHA for 20d9b7c
1 file changed
.github/workflows/revdeps.yml
@@ -179,6 +179,9 @@ jobs:
179
rec_deps[rec_deps == "infinitefactor"] <- "github::poworoznek/infinitefactor"
180
rec_deps[rec_deps == "survHEinla"] <- "github::giabaio/survHEinla"
181
182
+ # Rebuild rstan from source due to TBB ABI issues with prebuilt binaries after RcppParallel update
183
+ install.packages("rstan", repos = "https://cran.rstudio.com")
184
+
185
pak::pak(rec_deps)
186
}
187
0 commit comments