fix: enable full Quarto support when R is activated

Agent-Logs-Url: https://github.com/dwinkler1/np/sessions/8f21e9a2-22be-44c9-aa37-bc4fd64b20a3

Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-04-29 06:25:26 +00:00 committed by GitHub
commit 31bc081831
Failed to generate hash of commit
2 changed files with 20 additions and 3 deletions

View file

@ -18,8 +18,10 @@ final: prev: let
broom # Tidy model outputs
data_table # Fast data manipulation
janitor # Data cleaning helpers
knitr # Required by Quarto to execute R code chunks
languageserver # LSP for IDE support
reprex # Reproducible examples
rmarkdown # Required by Quarto for R-based rendering
styler # Code formatting
tidyverse # Data science ecosystem
]