r-rgbif

Interface to the Global Biodiversity Information Facility API

https://github.com/ropensci/rgbif

Science Score: 46.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    2 of 23 committers (8.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.6%) to scientific vocabulary

Keywords

api biodiversity data gbif lifewatch oscibio r r-package rstats species spocc

Keywords from Contributors

genome climate taxonomy taxize biology nomenclature darwincore mock http-mock noaa-data
Last synced: 6 months ago · JSON representation

Repository

Interface to the Global Biodiversity Information Facility API

Basic Info
Statistics
  • Stars: 169
  • Watchers: 18
  • Forks: 51
  • Open Issues: 42
  • Releases: 53
Topics
api biodiversity data gbif lifewatch oscibio r r-package rstats species spocc
Created over 14 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Codemeta

README.md

rgbif

Project Status: Active – The project has reached a stable, usable state and is being actively developed. cran checks R-CMD-check real-requests codecov.io rstudio mirror downloads cran version DOI

rgbif is an R package which gives you access to GBIF mediated data via its REST API.

GBIF (the Global Biodiversity Information Facility) is an international network and data infrastructure funded by the world's governments and aimed at providing anyone, anywhere, open access to data about all types of life on Earth.

Installation

r install.packages("rgbif") # CRAN version

r pak::pkg_install("ropensci/rgbif") # dev version

r install.packages("rgbif", repos="https://dev.ropensci.org") # dev version

Getting Started

There are several long-form articles that can help get you started:

Most GBIF users are interested in getting lat-lon occurrence records.

r occ_search(scientificName = "Pan troglodytes") occ_data(scientificName = "Pan troglodytes")

It is usually better to get occurrence records using a taxonKey. See the article Working With Taxonomic Names.

r taxonKey <- name_backbone("Pan troglodytes")$usageKey occ_search(taxonKey = taxonKey)

GBIF strongly recommends the use of occ_download() rather than occ_search() for serious research projects. See article Getting Occurrence Data From GBIF.

It is required to set up your GBIF credentials to make downloads from GBIF.

r occ_download(pred("taxonKey", 5219534)) # 5219534 is the taxonKey for Pan troglodytes

Citation

Under the terms of the GBIF data user agreement, users who download data agree to cite a DOI. Please see GBIF’s citation guidelines and Citing GBIF Mediated Data.

Please also cite rgbif by running citation(package = "rgbif").

Contributors

This list honors all contributors in alphabetical order. Code contributors are in bold.

adamdsmith - AgustinCamacho - AldoCompagnoni - AlexPeap - andzandz11 - AshleyWoods - AugustT - barthoekstra - benmarwick - cathynewman - cboettig - coyotree - damianooldoni - dandaman - djokester - dlebauer - dmcglinn - dmi3kno - dnoesgaard - DupontCai - ecology-data-science - EDiLD - elgabbas - emhart - fxi - ghost - gkburada - hadley - Huasheng12306 - ibartomeus - JanLauGe - jarioksa - jeroen - jhnwllr - jhpoelen - jivelasquezt - jkmccarthy - johnbaums - jtgiermakowski - jwhalennds - karthik - kgturner - Kim1801 - ljuliusson - ljvillanueva - luisDVA - martinpfannkuchen - MattBlissett - MattOates - maxhenschell - mdsumner - no-la-ngo - Octoberweather - omahs - Pakillo - peterdesmet - PhillRob - PietrH - poldham - qgroom - raymondben - rossmounce - sacrevert - sagitaninta - sckott - scottsfarley93 - simon-tarr - SriramRamesh - stevenpbachman - stevensotelo - stevenysw - TomaszSuchan - tphilippi - vandit15 - vervis - vijaybarve - willgearty - Xuletajr - yvanlebras - zixuan75

Meta

  • Please report any issues or bugs.
  • License: MIT
  • Get citation information for rgbif in R doing citation(package = 'rgbif')
  • Please note that this package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

There are similar GBIF clients in other languages :

This package is part of spocc, along with several other packages, that provide access to occurrence records from multiple data sources.

Owner

  • Name: rOpenSci
  • Login: ropensci
  • Kind: organization
  • Email: info@ropensci.org
  • Location: Berkeley, CA

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "identifier": "rgbif",
  "description": "A programmatic interface to the Web Service methods provided by the Global Biodiversity Information Facility (GBIF; <https://www.gbif.org/developer/summary>). GBIF is a database of species occurrence records from sources all over the globe. rgbif includes functions for searching for taxonomic names, retrieving information on data providers, getting species occurrence records, getting counts of occurrence records, and using the GBIF tile map service to make rasters summarizing huge amounts of data.",
  "name": "rgbif: Interface to the Global Biodiversity Information Facility API",
  "relatedLink": "https://docs.ropensci.org/rgbif/",
  "codeRepository": "https://github.com/ropensci/rgbif",
  "issueTracker": "https://github.com/ropensci/rgbif/issues",
  "license": "https://spdx.org/licenses/MIT",
  "version": "3.8.3",
  "programmingLanguage": {
    "@type": "ComputerLanguage",
    "name": "R",
    "url": "https://r-project.org"
  },
  "runtimePlatform": "R version 4.2.3 (2023-03-15 ucrt)",
  "provider": {
    "@id": "https://cran.r-project.org",
    "@type": "Organization",
    "name": "Comprehensive R Archive Network (CRAN)",
    "url": "https://cran.r-project.org"
  },
  "author": [
    {
      "@type": "Person",
      "givenName": "Scott",
      "familyName": "Chamberlain"
    },
    {
      "@type": "Person",
      "givenName": "Damiano",
      "familyName": "Oldoni"
    },
    {
      "@type": "Person",
      "givenName": "John",
      "familyName": "Waller",
      "email": "jwaller@gbif.org"
    }
  ],
  "contributor": [
    {
      "@type": "Person",
      "givenName": "Vijay",
      "familyName": "Barve"
    },
    {
      "@type": "Person",
      "givenName": "Peter",
      "familyName": "Desmet"
    },
    {
      "@type": "Person",
      "givenName": "Laurens",
      "familyName": "Geffert"
    },
    {
      "@type": "Person",
      "givenName": "Dan",
      "familyName": "Mcglinn"
    },
    {
      "@type": "Person",
      "givenName": "Karthik",
      "familyName": "Ram"
    }
  ],
  "funder": [
    {
      "@type": "Organization",
      "name": "rOpenSci"
    }
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "John",
      "familyName": "Waller",
      "email": "jwaller@gbif.org"
    }
  ],
  "softwareSuggestions": [
    {
      "@type": "SoftwareApplication",
      "identifier": "testthat",
      "name": "testthat",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=testthat"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "png",
      "name": "png",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=png"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "terra",
      "name": "terra",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=terra"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "magick",
      "name": "magick",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=magick"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "protolite",
      "name": "protolite",
      "version": ">= 2.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=protolite"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "sf",
      "name": "sf",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=sf"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "vcr",
      "name": "vcr",
      "version": ">= 2.0.0",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=vcr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "knitr",
      "name": "knitr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=knitr"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "rmarkdown",
      "name": "rmarkdown",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=rmarkdown"
    },
    {
      "@type": "SoftwareApplication",
      "identifier": "bit64",
      "name": "bit64",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=bit64"
    }
  ],
  "softwareRequirements": {
    "1": {
      "@type": "SoftwareApplication",
      "identifier": "xml2",
      "name": "xml2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=xml2"
    },
    "2": {
      "@type": "SoftwareApplication",
      "identifier": "ggplot2",
      "name": "ggplot2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=ggplot2"
    },
    "3": {
      "@type": "SoftwareApplication",
      "identifier": "crul",
      "name": "crul",
      "version": ">= 0.7.4",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=crul"
    },
    "4": {
      "@type": "SoftwareApplication",
      "identifier": "data.table",
      "name": "data.table",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=data.table"
    },
    "5": {
      "@type": "SoftwareApplication",
      "identifier": "whisker",
      "name": "whisker",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=whisker"
    },
    "6": {
      "@type": "SoftwareApplication",
      "identifier": "magrittr",
      "name": "magrittr",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=magrittr"
    },
    "7": {
      "@type": "SoftwareApplication",
      "identifier": "jsonlite",
      "name": "jsonlite",
      "version": ">= 1.6",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=jsonlite"
    },
    "8": {
      "@type": "SoftwareApplication",
      "identifier": "oai",
      "name": "oai",
      "version": ">= 0.2.2",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=oai"
    },
    "9": {
      "@type": "SoftwareApplication",
      "identifier": "tibble",
      "name": "tibble",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=tibble"
    },
    "10": {
      "@type": "SoftwareApplication",
      "identifier": "lazyeval",
      "name": "lazyeval",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=lazyeval"
    },
    "11": {
      "@type": "SoftwareApplication",
      "identifier": "R6",
      "name": "R6",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=R6"
    },
    "12": {
      "@type": "SoftwareApplication",
      "identifier": "stats",
      "name": "stats"
    },
    "13": {
      "@type": "SoftwareApplication",
      "identifier": "wk",
      "name": "wk",
      "provider": {
        "@id": "https://cran.r-project.org",
        "@type": "Organization",
        "name": "Comprehensive R Archive Network (CRAN)",
        "url": "https://cran.r-project.org"
      },
      "sameAs": "https://CRAN.R-project.org/package=wk"
    },
    "SystemRequirements": null
  },
  "applicationCategory": "Biodiversity",
  "isPartOf": "https://ropensci.org",
  "keywords": [
    "GBIF",
    "specimens",
    "API",
    "web-services",
    "occurrences",
    "species",
    "taxonomy",
    "gbif",
    "api",
    "data",
    "biodiversity",
    "rstats",
    "r",
    "spocc",
    "r-package",
    "lifewatch",
    "oscibio"
  ],
  "fileSize": "18734.138KB",
  "citation": [
    {
      "@type": "SoftwareSourceCode",
      "datePublished": "2025",
      "author": [
        {
          "@type": "Person",
          "givenName": "Scott",
          "familyName": "Chamberlain"
        },
        {
          "@type": "Person",
          "givenName": "Vijay",
          "familyName": "Barve"
        },
        {
          "@type": "Person",
          "givenName": "Dan",
          "familyName": "Mcglinn"
        },
        {
          "@type": "Person",
          "givenName": "Damiano",
          "familyName": "Oldoni"
        },
        {
          "@type": "Person",
          "givenName": "Peter",
          "familyName": "Desmet"
        },
        {
          "@type": "Person",
          "givenName": "Laurens",
          "familyName": "Geffert"
        },
        {
          "@type": "Person",
          "givenName": "Karthik",
          "familyName": "Ram"
        }
      ],
      "name": "rgbif: Interface to the Global Biodiversity Information Facility API",
      "url": "https://CRAN.R-project.org/package=rgbif",
      "description": "R package version 3.8.3"
    },
    {
      "@type": "ScholarlyArticle",
      "datePublished": "2017",
      "author": [
        {
          "@type": "Person",
          "givenName": "Scott",
          "familyName": "Chamberlain"
        },
        {
          "@type": "Person",
          "givenName": "Carl",
          "familyName": "Boettiger"
        }
      ],
      "name": "R Python, and Ruby clients for GBIF species occurrence data",
      "url": "https://doi.org/10.7287/peerj.preprints.3304v1",
      "isPartOf": {
        "@type": "PublicationIssue",
        "datePublished": "2017",
        "isPartOf": {
          "@type": [
            "PublicationVolume",
            "Periodical"
          ],
          "name": "PeerJ PrePrints"
        }
      }
    }
  ],
  "releaseNotes": "https://github.com/ropensci/rgbif/blob/master/NEWS.md",
  "readme": "https://github.com/ropensci/rgbif/blob/master/README.md",
  "contIntegration": [
    "https://github.com/ropensci/rgbif/actions?query=workflow%3AR-CMD-check",
    "https://github.com/ropensci/rgbif/actions?query=workflow%3AR-check-real-requests",
    "https://codecov.io/github/ropensci/rgbif?branch=master"
  ],
  "developmentStatus": "https://www.repostatus.org/#active"
}

GitHub Events

Total
  • Create event: 13
  • Release event: 2
  • Issues event: 34
  • Watch event: 10
  • Delete event: 8
  • Issue comment event: 41
  • Push event: 55
  • Pull request review event: 14
  • Pull request review comment event: 28
  • Pull request event: 21
  • Fork event: 1
Last Year
  • Create event: 13
  • Release event: 2
  • Issues event: 34
  • Watch event: 10
  • Delete event: 8
  • Issue comment event: 41
  • Push event: 55
  • Pull request review event: 14
  • Pull request review comment event: 28
  • Pull request event: 21
  • Fork event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 1,933
  • Total Committers: 23
  • Avg Commits per committer: 84.043
  • Development Distribution Score (DDS): 0.366
Past Year
  • Commits: 23
  • Committers: 5
  • Avg Commits per committer: 4.6
  • Development Distribution Score (DDS): 0.304
Top Committers
Name Email Commits
Scott Chamberlain m****s@g****m 1,226
John Waller f****2@k****k 234
John Waller f****2@s****n 153
damianooldoni d****i@i****e 138
John Waller j****r@g****m 34
Laurens Geffert l****t@g****m 32
Peter Desmet p****k@g****m 30
VijayBarve v****e@r****m 20
Karthik Ram k****m@g****m 12
Matthew Blissett m****t@b****k 12
Pieter Huybrechts 4****H 10
Jeroen Ooms j****s@g****m 5
Daniel McGlinn d****n@g****m 4
Dmytro Perepolkin d****n@g****m 4
omahs 7****s 4
Sriram Ramesh s****h@S****l 4
steven2249 s****w@b****u 3
Jari Oksanen j****n@o****i 2
John 8****s 2
Ben Marwick b****k@h****m 1
Maëlle Salmon m****n@y****e 1
Michael Sumner m****r@g****m 1
SriramRamesh g****1@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 638
  • Total pull requests: 196
  • Average time to close issues: 2 months
  • Average time to close pull requests: 4 days
  • Total issue authors: 158
  • Total pull request authors: 21
  • Average comments per issue: 2.29
  • Average comments per pull request: 0.86
  • Merged pull requests: 174
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 36
  • Pull requests: 39
  • Average time to close issues: 22 days
  • Average time to close pull requests: 4 days
  • Issue authors: 15
  • Pull request authors: 2
  • Average comments per issue: 1.22
  • Average comments per pull request: 0.0
  • Merged pull requests: 30
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sckott (287)
  • jhnwllr (118)
  • damianooldoni (18)
  • andzandz11 (8)
  • dnoesgaard (6)
  • peterdesmet (6)
  • veronicar239 (5)
  • dmcglinn (4)
  • AugustT (4)
  • Wolfudus (4)
  • maelle (4)
  • willgearty (4)
  • mikeroswell (3)
  • vijaybarve (3)
  • johnbaums (3)
Pull Request Authors
  • jhnwllr (144)
  • sckott (11)
  • damianooldoni (8)
  • peterdesmet (6)
  • stevenysw (4)
  • omahs (3)
  • johnbaums (3)
  • dmcglinn (2)
  • JanLauGe (2)
  • jarioksa (2)
  • PietrH (1)
  • jeroen (1)
  • zixuan75 (1)
  • luisDVA (1)
  • SriramRamesh (1)
Top Labels
Issue Labels
Bug (114) downloads (44) newapi (19) question (14) documentation (13) oldapi (11) idea (11) feature (9) maps-api (9) fromemail (8) queue (7) docs (6) noturgent (6) someday (4) windows (4) occ-issues (2) actions (1) duplicate (1) on-hold (1)
Pull Request Labels
maps-api (3) downloads (2) queue (2)

Packages

  • Total packages: 2
  • Total downloads: unknown
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 73
proxy.golang.org: github.com/ropensci/rgbif
  • Versions: 55
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.5%
Average: 5.7%
Dependent repos count: 5.9%
Last synced: 6 months ago
conda-forge.org: r-rgbif
  • Versions: 18
  • Dependent Packages: 2
  • Dependent Repositories: 1
Rankings
Dependent packages count: 19.6%
Dependent repos count: 24.1%
Average: 24.9%
Forks count: 25.4%
Stargazers count: 30.4%
Last synced: 6 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/check-cron.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/revdep-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v2 composite
DESCRIPTION cran
  • R6 * imports
  • conditionz * imports
  • crul >= 0.7.4 imports
  • data.table * imports
  • ggplot2 * imports
  • jsonlite >= 1.6 imports
  • lazyeval * imports
  • magrittr * imports
  • oai >= 0.2.2 imports
  • stats * imports
  • tibble * imports
  • whisker * imports
  • wk * imports
  • xml2 * imports
  • knitr * suggests
  • png * suggests
  • protolite >= 2.0 suggests
  • randgeo * suggests
  • raster * suggests
  • rmarkdown * suggests
  • sf * suggests
  • testthat * suggests
  • vcr >= 1.2.0 suggests
.github/workflows/rhub.yaml actions
  • r-hub/actions/checkout v1 composite
  • r-hub/actions/platform-info v1 composite
  • r-hub/actions/run-check v1 composite
  • r-hub/actions/setup v1 composite
  • r-hub/actions/setup-deps v1 composite
  • r-hub/actions/setup-r v1 composite