roualdes / bridgestan

BridgeStan provides efficient in-memory access through Python, Julia, and R to the methods of a Stan model.
https://roualdes.github.io/bridgestan
BSD 3-Clause "New" or "Revised" License
87 stars 12 forks source link

Fix Windows R tests #210

Closed WardBrian closed 4 months ago

WardBrian commented 4 months ago

The Windows runners recently updated to PowerShell 7.4, which changed some string quoting behavior.

This broke the tests, but because R doesn't really signal its errors in a way Windows likes and https://github.com/actions/runner-images/issues/6668, they stayed green. This fixes them and makes it so we should notice if it happens again.