Genentech / psborrow2

psborrow2: Bayesian Dynamic Borrowing Simulation Study and Analysis
https://genentech.github.io/psborrow2/
Other
16 stars 2 forks source link

fix GHA on windows #281

Closed mattsecrest closed 5 months ago

mattsecrest commented 5 months ago

cmdstan not able to install b/c of pacman problems. Not sure why a new issue.

mattsecrest commented 5 months ago
gravesti commented 5 months ago

The version of Rtools43 being installed has a bug. The action uses the version here so we just need to wait for an update. I've filed an issue https://github.com/r-hub/rtools43/issues/2

The issue is the certificates are not available. A possible work around is described in the Rtools news if we can't wait.

gravesti commented 5 months ago

The Rtools has now been updated 🎉 which seems to fix the main issue. #283

mattsecrest commented 5 months ago

@gravesti woah epic catch!