Commit 85984f1
committed
correct rstan's dependency list and pin the package under test
Drop V8 and withr: rstan 2.32 replaced V8 with QuickJSR, and V8 failing to
install on an old toolchain would have failed the job for reasons that have
nothing to do with RcppParallel. The list now mirrors rstan's Imports plus
LinkingTo.
Install StanHeaders and rstan with dependencies = FALSE, and assert
afterwards that RcppParallel is still the .9000 build from this branch --
otherwise dependency resolution could quietly replace it with CRAN's, and
the run would report on the released package instead of this one.1 parent 86440f6 commit 85984f1
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | | - | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
76 | 82 | | |
77 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
78 | 89 | | |
79 | 90 | | |
80 | 91 | | |
| |||
0 commit comments