Description
I have two more feature requests for quarto R package.
(1) In the quarto R package, can the message for quarto_version()
function be more informative? Currently it shows simple message like "1.2.15". Can it be changed to "Your quarto version is 1.2.15. The latest available version is 1.2.75."
(2) After such a message, if the user wants to update the quarto version, he/she has to manually update the version through quarto website. Is it possible to create a function within quarto package so that the user can directly update the quarto version right from within RStudio or VSCode? This is in line with function tinytex::tlmgr_update()
, which updates Latex packages from within RStudio.
Originally posted by @bhattmaulik in quarto-dev/quarto-cli#2374 (comment)