Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarto version outdated #861

Closed
Robinlovelace opened this issue Sep 22, 2024 · 5 comments
Closed

Quarto version outdated #861

Robinlovelace opened this issue Sep 22, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@Robinlovelace
Copy link
Contributor

Container image name

rocker/verse

Container image digest

b29175c94220a8a27e0f701da8f04ef02d5372caf896c7fdbd4e66c59a4dad0d

What operating system are you seeing the problem on?

Linux

System information

No response

Bug description

quarto --version
1.4.555

This is too old to be used in popular IDEs such as VS Code:

image

How to reproduce this bug?

docker run -it rocker/verse bash
@Robinlovelace Robinlovelace added the bug Something isn't working label Sep 22, 2024
@Robinlovelace
Copy link
Contributor Author

See issue reported, and fixed, downstream in geocompx/docker: geocompx/docker#73

@Robinlovelace
Copy link
Contributor Author

I tried to find where the default version or associated logic is stored but failed, e.g. with this search: repo:rocker-org/rocker-versioned2 1.4.555

Relevant line:

QUARTO_VERSION=${1:-${QUARTO_VERSION:-"default"}}

Many thanks for making the install scripts take bash arguments, just realised that, used gratefully in the downstream fix: geocompx/docker@f34ab5f

@eitsupi
Copy link
Member

eitsupi commented Sep 23, 2024

This is expected behavior for the version of Quarto bundled with RStudio.
If you want to install the latest version, specify “latest” and you should be able to do so.

@eitsupi eitsupi closed this as not planned Won't fix, can't repro, duplicate, stale Sep 23, 2024
@Robinlovelace
Copy link
Contributor Author

Oh OK, thanks for the clarification. I assumed the latest version of RStudio would also need a later version. Sorry for the spam.

@eitsupi
Copy link
Member

eitsupi commented Sep 23, 2024

Never mind.
The strategy here is to keep Quarto CLI fixed and consistent in behavior, so it is just set to use the version bundled with RStudio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants