diff --git a/.github/workflows/check-full.yaml b/.github/workflows/check-full.yaml index e9cafac1..b7386ad9 100644 --- a/.github/workflows/check-full.yaml +++ b/.github/workflows/check-full.yaml @@ -35,10 +35,9 @@ jobs: - {os: windows-latest, r: 'release', pkgext: '.zip'} - {os: windows-latest, r: 'oldrel', pkgext: '.zip'} - # ubuntu-latest is 24 as of 2024-10-31. Should we use it? - - {os: ubuntu-22.04, r: 'release', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"} - - {os: ubuntu-22.04, r: 'oldrel', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"} - # - {os: ubuntu-22.04, r: 'oldrel-2', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"} # Skipping the oldrel-2, as we need equal requirements across platforms + - {os: ubuntu-latest, r: 'release', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"} + - {os: ubuntu-latest, r: 'oldrel', pkgext: '.tar.gz', rspm: "https://cloud.r-project.org"} + env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true diff --git a/DESCRIPTION b/DESCRIPTION index 54785d4d..ac8e5b24 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: RstoxBase -Version: 2.2.1-9006 -Date: 2026-06-23 +Version: 2.2.1 +Date: 2026-06-25 Title: Base StoX Functions Authors@R: c( person(given = "Arne Johannes", @@ -47,7 +47,7 @@ Imports: jsonlite (>= 1.6), lwgeom (>= 0.2-0), maps (>= 0.2-0), - RstoxData (>= 2.2.1-9008), + RstoxData (>= 2.2.0), sf (>= 0.9.0), stringi (>= 1.4.0), units (>= 0.7), diff --git a/inst/extdata/functionArguments.rds b/inst/extdata/functionArguments.rds index d4f9c01b..e99496d8 100644 Binary files a/inst/extdata/functionArguments.rds and b/inst/extdata/functionArguments.rds differ