quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
280 stars 19 forks source link

Check for new Quarto version for R pkg support #455

Closed juliasilge closed 3 weeks ago

juliasilge commented 3 weeks ago

Related to #435

As folks have started using this, we realized we need to make sure they have the right version of Quarto itself! This adds the same kind of window.showWarningMessage() as is used here.

I chose the Quarto version that also has the fix for .quarto directories. Warning if you have an older Quarto looks like this:

warning-version-window

The early return keeps the document from rendering but it will still have opened a new terminal. I tend to think that's OK.

There's a couple of whitespace changes in this file from the new formatting added in b47a56d57a6a5c5eeba54558f95533fed2472ace.