Skip to content

Commit 20d9b7c

Browse files
committed
Need to rebuild rstan with pak usage
1 parent 81a885a commit 20d9b7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/revdeps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ jobs:
179179
rec_deps[rec_deps == "infinitefactor"] <- "github::poworoznek/infinitefactor"
180180
rec_deps[rec_deps == "survHEinla"] <- "github::giabaio/survHEinla"
181181
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+
182185
pak::pak(rec_deps)
183186
}
184187

0 commit comments

Comments
 (0)