File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 - {os: windows-latest, r-version: '4.3', rspm: "https://cran.rstudio.com"}
1212 - {os: windows-latest, r-version: '4.4', rspm: "https://cran.rstudio.com"}
1313 - {os: ubuntu-24.04, r-version: '4.4', rspm: "https://packagemanager.posit.co/cran/__linux__/noble/latest"}
14- - {os: debian-12 , r-version: '4.4', rspm: 'https://packagemanger .posit.co/cran/__linux__/bookworm /latest'}
14+ - {os: ubuntu-24.04 , r-version: '4.4', rspm: 'https://packagemanager .posit.co/cran/__linux__/noble /latest'}
1515 runs-on : ${{ matrix.config.os }}
1616 env :
1717 INSEE_APP_KEY : ${{ secrets.INSEE_APP_KEY }}
5555 shell : Rscript {0}
5656 - name : Get package version
5757 run : |
58- echo "PACKAGE_VERSION=$(Rscript -e 'cat(desc::desc_get_version())')" >> $GITHUB_ENV
58+ echo "PACKAGE_VERSION=$(Rscript -e 'cat(as.character( desc::desc_get_version() ))')" >> $GITHUB_ENV
5959 shell : Rscript {0}
6060 - name : Upload artifacts
6161 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments