Nothing
Code
expect_invisible(expect_true(check_newer_version("1.0.0")))
Message
i You are using an older version of Quarto: 1.0.0.
The latest stable version is: 1.5.3.
> You can download new version from https://quarto.org/docs/download/ or your preferred package manager if available.
Code
expect_invisible(expect_false(check_newer_version("1.5.3")))
Message
i You are using the latest stable version of Quarto: 1.5.3.
Code
expect_invisible(expect_true(check_newer_version("1.6.3")))
Message
i You are using prerelease version of Quarto: 1.6.3.
A newer version is available: 1.6.4. You can download it from <https://quarto.org/docs/download/prerelease.html> or your preferred package manager if available.
Code
expect_invisible(expect_false(check_newer_version("1.6.5")))
Message
i You are using prerelease version of Quarto: 1.6.5.
You are using the latest prerelease version.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.