quarto-dev / quarto-dev/quarto-r

quarto list extensions change in v1.9

Open
#301 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
R
Stars
161
Forks
29
Avg merge
3h 18m
Merged PRs (30d)
1

Description

> quarto_list_extensions()
            Id Version Contributes
1 julia-engine   0.1.0            
2  orange-book   0.1.0     formats

which makes test fail

https://github.com/quarto-dev/quarto-r/blob/24e5bb86ca52c540a5b3fa1797c40a9f3d12d227/tests/testthat/test-list.R#L8

This is due to quarto change in v1.9

❯ quarto list extensions
Id              Version    Contributes
julia-engine    0.1.0
orange-book     0.1.0      formats   

while previously

❯ quarto list extensions
No extensions are installed in this directory.

Either this is expected change, or we need to improve this on quarto-cli side

This is impacting also

https://github.com/quarto-dev/quarto-r/blob/318912a131fe295fc69f6ad68124fc4c1fb4f949/R/remove.R#L30-L36

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running the failing test in tests/testthat/test-list.R and comparing its expected output with the Quarto v1.9 extension listing shown in the issue. Then inspect the impacted logic in R/remove.R; done means the v1.9 behavior is handled consistently, or the issue clearly identifies the required quarto-cli change.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
cli, testing
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.