Skip to contents

Determines the version of one of the command-line interface (CLI) tools bundled with RStudio, like Quarto, Pandoc, Dart Sass, etc.

Usage

bundled_cli_vrsn(tool = all_bundled_tools)

Arguments

tool

Tool name. One of "dart-sass", "deno", "esbuild", "pandoc" or "quarto".

Value

A numeric version.

Examples

rstd::bundled_cli_vrsn(tool = "dart-sass")
#> [1] ‘1.69.5’