pandoc_release_assets: List Pandoc release assets

pandoc_release_assetsR Documentation

List Pandoc release assets

Description

Uses gh::gh() to fetch filenames, corresponding operating systems and download URLs of a specific GitHub release of Pandoc via GitHub's REST API and returns them as a tibble.

Usage

pandoc_release_assets(
  release_id = yay::gh_release_latest(owner = "jgm", name = "pandoc")$id
)

Arguments

release_id

The GitHub release identifier of the desired Pandoc release. Use yay::gh_releases(owner = "jgm", name = "pandoc") to determine the release identifier of a specific Pandoc version number. An integer scalar.

Value

A tibble.

See Also

GitHub release functions: yay::gh_releases(), yay::gh_release_latest()

Other Pandoc functions: download_pandoc_binaries(), pandoc_tpl()


salim-b/salim documentation built on July 8, 2024, 11:06 p.m.