Skip to content

Fix trailing comma in knitr chunk header#83

Merged
phoman14 merged 2 commits intoNewFun_CompareCelPopfrom
copilot/sub-pr-80-another-one
Mar 18, 2026
Merged

Fix trailing comma in knitr chunk header#83
phoman14 merged 2 commits intoNewFun_CompareCelPopfrom
copilot/sub-pr-80-another-one

Conversation

Copy link

Copilot AI commented Mar 18, 2026

knitr parses chunk options as an R argument list, so a trailing comma in {r,eval=run_Chunks,} causes vignette rendering to fail.

Change

  • vignettes/SCWorkflow-Visualizations.Rmd: removed trailing comma from chunk header
-```{r,eval=run_Chunks,}
+```{r,eval=run_Chunks}

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

….Rmd

Co-authored-by: phoman14 <21298645+phoman14@users.noreply.github.com>
@phoman14 phoman14 marked this pull request as ready for review March 18, 2026 01:39
Copilot AI changed the title [WIP] [WIP] Address feedback on 'New fun compare cel pop' PR Fix trailing comma in knitr chunk header Mar 18, 2026
Copilot AI requested a review from phoman14 March 18, 2026 01:40
@phoman14 phoman14 merged commit 620f2de into NewFun_CompareCelPop Mar 18, 2026
@phoman14 phoman14 deleted the copilot/sub-pr-80-another-one branch March 19, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants