neurogenomics / rworkflows

Continuous integration for R packages. πŸ”€ Automates testing βœ…, documentation website building πŸ“¦, & containerised deployment 🐳.
https://neurogenomics.github.io/rworkflows/
73 stars 7 forks source link

Error: Error: versionSpec parameter is required #98

Closed bschilder closed 10 months ago

bschilder commented 10 months ago

https://github.com/neurogenomics/rworkflows/actions/runs/6669261261/job/18126639262#step:2:125

Run grimbough/bioc-actions/setup-bioc@v1
Run RVERSION=$(Rscript "D:\a\_actions\grimbough\bioc-actions\v1\setup-bioc/get-r-version.R" "D:\a\_actions\grimbough\bioc-actions\v1\setup-bioc/bioc-version-map.csv" release r_version)
Run r-lib/actions/setup-r@v2
  with:
    r-version: 4.3
    Ncpus: 2
    use-public-rspm: true
    rtools-version: 43
    remove-openmp-macos: true
    http-user-agent: default
    install-r: true
    windows-path-include-rtools: true
    windows-path-include-mingw: true
    update-rtools: false
  env:
    GITHUB_TOKEN: ***
    RGL_USE_NULL: TRUE
    R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
    RSPM: 
    TZ: UTC
    NOT_CRAN: false
    R_BIOC_VERSION: 3.18
Error: Error: versionSpec parameter is required

☝️ This error seems related to the entire R project crashing earlier (for everyone). This is likely some residual side effects of this crash, as repos that user either dev or master (the latter of which doesn't have any 'Free space' steps yet): https://github.com/neurogenomics/orthogene/actions/runs/6669444926/job/18127231602

bschilder commented 10 months ago

Indeed, that's the case: https://github.com/r-lib/actions/issues/772

Will just have to wait for CRAN to fix things.

bschilder commented 10 months ago

CRAN is back online today