Skip to contents

Checks whether the installed Quarto version is >= a cached reference version. Intended to level up the Quarto version in use between multiple users of the same code (e.g. contributors to a specific Quarto project).

Usage

lvl_up_quarto(path_min_vrsn, update_min_vrsn = FALSE)

Arguments

path_min_vrsn

Path to the cached Quarto version string.

update_min_vrsn

Whether or not to overwrite path_min_vrsn with the currently installed Quarto version string iff the latter is higher than the former.

Value

Currently installed Quarto version as a numeric version, invisibly.

See also

Other development environment currentness functions: lvl_up_r(), lvl_up_rstudio(), update_rpkgs(), update_salims_pkgs(), update_zdaarau_pkgs()