From 7532fd250db7998320277e4dff92dc7f74ecfeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Berthet?= Date: Thu, 2 Jan 2025 14:18:58 +0100 Subject: [PATCH] Actions artifacts v3 is closing down (#267) * update github actions workflow v3 to v4 * update and indent news.md --- .github/workflows/R-CMD-check.yaml | 12 +++++++----- NEWS.md | 9 ++++++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 1634e76c..562fe0ff 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -2,11 +2,12 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main, master, develop] + branches: [main, master] pull_request: - branches: [main, master, develop] -name: R-CMD-check +name: R-CMD-check.yaml + +permissions: read-all jobs: R-CMD-check: @@ -18,7 +19,7 @@ jobs: fail-fast: false matrix: config: - - {os: macOS-latest, r: 'release'} + - {os: macos-latest, r: 'release'} - {os: windows-latest, r: 'release'} - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - {os: ubuntu-latest, r: 'release'} @@ -29,7 +30,7 @@ jobs: R_KEEP_PKG_SOURCE: yes steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: r-lib/actions/setup-pandoc@v2 @@ -47,3 +48,4 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: upload-snapshots: true + build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")' diff --git a/NEWS.md b/NEWS.md index b551f89c..a0a40dcf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,14 +4,21 @@ # antaresRead 2.8.0.9000 (cf. Antares v9 changelog) -BUGFIXES : +BUGFIXES : + * `setSimulationPathAPI()` : encode URL before reading the data in simulation mode * `api_get()` : add warn_for_status in importFrom section * `readAntares()` : In disk mode, return all the available columns for a short-term storage output and match the column with the content BREAKING CHANGES : + * `setSimulationPathAPI()` : reads and returns the new converted study version format (ex : 9.0 => 900) +GITHUB ACTIONS : + +* Actions artifacts v3 is closing down, update to v4 + + # antaresRead 2.7.2