Evan Gorstein
Results
2
comments of
Evan Gorstein
Agreed! I just had a similar experience struggling to figure out how to use RCall in the automatic testing environment with github actions (locally, testing run smoothly). Considering that one...
I ended up copy-pasting from the workflow for `MonotoneSplines.jl` that you linked to. That is, I included the following in my [workflow file](https://github.com/solislemuslab/HighDimMixedModels.jl/blob/main/.github/workflows/Runtests.yml) ``` - uses: r-lib/actions/setup-r@v2 with: r-version: ${{...