From 03bd8033639d399839b574b6ab219e75f9bea82b Mon Sep 17 00:00:00 2001 From: Martin Westgate Date: Wed, 11 Feb 2026 14:13:35 +1100 Subject: [PATCH 1/2] Delete check-standard.yaml --- .github/workflows/check-standard.yaml | 49 --------------------------- 1 file changed, 49 deletions(-) delete mode 100644 .github/workflows/check-standard.yaml diff --git a/.github/workflows/check-standard.yaml b/.github/workflows/check-standard.yaml deleted file mode 100644 index a3ac6182..00000000 --- a/.github/workflows/check-standard.yaml +++ /dev/null @@ -1,49 +0,0 @@ -# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples -# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help -on: - push: - branches: [main, master] - pull_request: - branches: [main, master] - -name: R-CMD-check - -jobs: - R-CMD-check: - runs-on: ${{ matrix.config.os }} - - name: ${{ matrix.config.os }} (${{ matrix.config.r }}) - - strategy: - fail-fast: false - matrix: - config: - - {os: macos-latest, r: 'release'} - - {os: windows-latest, r: 'release'} - - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} - - {os: ubuntu-latest, r: 'release'} - - {os: ubuntu-latest, r: 'oldrel-1'} - - env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - R_KEEP_PKG_SOURCE: yes - - steps: - - uses: actions/checkout@v3 - - - uses: r-lib/actions/setup-pandoc@v2 - - - uses: r-lib/actions/setup-r@v2 - with: - r-version: ${{ matrix.config.r }} - http-user-agent: ${{ matrix.config.http-user-agent }} - use-public-rspm: true - - - uses: r-lib/actions/setup-r-dependencies@v2 - with: - extra-packages: any::rcmdcheck - needs: check - - - uses: r-lib/actions/check-r-package@v2 - with: - upload-snapshots: true From f15b62a8b81537e0157ccbfa49a766423bf6663d Mon Sep 17 00:00:00 2001 From: Martin Westgate Date: Wed, 11 Feb 2026 14:26:26 +1100 Subject: [PATCH 2/2] Fix up links in QSG --- vignettes/quick_start_guide.Rmd | 10 ++++------ vignettes/quick_start_guide.Rmd.orig | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/vignettes/quick_start_guide.Rmd b/vignettes/quick_start_guide.Rmd index 9cac39f4..cbd901bf 100644 --- a/vignettes/quick_start_guide.Rmd +++ b/vignettes/quick_start_guide.Rmd @@ -308,10 +308,7 @@ galah_call() |> `atlas_species()` replaces the need for `distinct()` call, while `atlas_media()` is a shortcut to a complex workflow that incorporates both data and metadata -calls; see the [downloading images and sounds](downloading_images_and_sounds.html) -vignette for details. - -Finally, metadata calls can be made more efficiently using the `show_all()` +calls. Finally, metadata calls can be made more efficiently using the `show_all()` and `show_values()` functions. These take the same arguments as the `type` argument in `request_metadata()`, but use non-standard evaluation, so they don't require quotes. They are also evaluated immediately rather than lazily: @@ -338,6 +335,7 @@ show_all(fields) ## # ℹ 629 more rows ``` -You can check the [look up information](lookup_up_information.html) vignette -for further details. +You can check the +[look up information](https://galah.ala.org.au/R/articles/look_up_information.html) +vignette for further details. diff --git a/vignettes/quick_start_guide.Rmd.orig b/vignettes/quick_start_guide.Rmd.orig index 4a11e3fe..6d540347 100644 --- a/vignettes/quick_start_guide.Rmd.orig +++ b/vignettes/quick_start_guide.Rmd.orig @@ -194,10 +194,7 @@ galah_call() |> `atlas_species()` replaces the need for `distinct()` call, while `atlas_media()` is a shortcut to a complex workflow that incorporates both data and metadata -calls; see the [downloading images and sounds](downloading_images_and_sounds.html) -vignette for details. - -Finally, metadata calls can be made more efficiently using the `show_all()` +calls. Finally, metadata calls can be made more efficiently using the `show_all()` and `show_values()` functions. These take the same arguments as the `type` argument in `request_metadata()`, but use non-standard evaluation, so they don't require quotes. They are also evaluated immediately rather than lazily: @@ -206,6 +203,7 @@ don't require quotes. They are also evaluated immediately rather than lazily: show_all(fields) ``` -You can check the [look up information](lookup_up_information.html) vignette -for further details. +You can check the +[look up information](https://galah.ala.org.au/R/articles/look_up_information.html) +vignette for further details.