mirror of
https://github.com/dwinkler1/np.git
synced 2026-05-22 21:23:31 -04:00
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:
parent
bc072038b0
commit
31bc081831
2 changed files with 20 additions and 3 deletions
|
|
@ -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
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue