Warning in url(sprintf("%s/%s", cran, path), open = "rb") :
cannot open URL 'https://p3m.dev/cran/__linux__/noble/latest/src/contrib/Meta/current.rds': HTTP status was '404 Not Found'
Error in url(sprintf("%s/%s", cran, path), open = "rb") :
cannot open the connection to 'https://p3m.dev/cran/__linux__/noble/latest/src/contrib/Meta/current.rds'
Execution halted
* checking CRAN incoming feasibility ...
Error: Process completed with exit code 1.
Test runs fine locally so am assuming its some sort of network issue between GHA and CRAN. Perhaps there is something we can conditionally disable in the flags when running on GHA ?
https://github.com/openpharma/rbmi/actions/runs/21557251706/job/62198134818
Test runs fine locally so am assuming its some sort of network issue between GHA and CRAN. Perhaps there is something we can conditionally disable in the flags when running on GHA ?