diff --git a/.github/workflows/test-build.yaml b/.github/workflows/test-build.yaml index f9c71393..305e93e6 100644 --- a/.github/workflows/test-build.yaml +++ b/.github/workflows/test-build.yaml @@ -17,14 +17,14 @@ jobs: fail-fast: false matrix: config: -# - {os: windows-latest, r: 'release'} -# - {os: macOS-latest, r: 'release'} + - {os: windows-latest, r: 'release'} + - {os: macOS-latest, r: 'release'} - {os: ubuntu-latest, r: 'release'} env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 - uses: r-lib/actions/setup-r@v2 with: @@ -37,7 +37,7 @@ jobs: rcmdcheck remotes - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.9' architecture: 'x64' @@ -64,6 +64,7 @@ jobs: cd ${{ github.workspace }} fair init --ci fair registry start + shell: bash - name: Install R API system requirements (macOS-latest) if: runner.os == 'macOS' @@ -71,14 +72,6 @@ jobs: rm '/usr/local/bin/gfortran' brew install hdf5 brew install gdal - - name: Install R API system requirements (ubuntu-20.04) - if: matrix.config.os == 'ubuntu-20.04' - run: | - while read -r cmd - do - eval sudo $cmd - done < <(Rscript -e 'cat(remotes::system_requirements("ubuntu", "20.04"), sep = "\n")') - - name: Check env: _R_CHECK_CRAN_INCOMING_: false diff --git a/DESCRIPTION b/DESCRIPTION index 279871c6..ab7e1cfc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rDataPipeline Title: Functions to Interact with the 'FAIR Data Pipeline' -Version: 0.6.0 +Version: 0.60.0 Authors@R: c(person("Sonia", "Mitchell", email = "sonia.mitchell@glasgow.ac.uk", role = c("aut"), comment = c(ORCID = "0000-0003-1536-2066")), person("Ryan", "Field", email = "ryan.field@glasgow.ac.uk", role = c("cre", "aut"), diff --git a/NEWS.md b/NEWS.md index 78f25321..a46a24db 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ # NEWS -# rDataPipeline v0.6.0 +# rDataPipeline v0.60.0 ## Improvements: - Updates to work with latest versions of R + Updates to work with latest version of data registry - v0.54.1 - Initial release - v0.54.2