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

Fix tables and Bioconductor build #1777

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TuomasBorman
Copy link

Hi!

I noticed that the Bioc devel build fails:

https://bioconductor.org/checkResults/devel/bioc-LATEST/phyloseq/nebbiolo1-buildsrc.html

This is because the vignette build fails:

--- re-building ‘phyloseq-basics.Rmd’ using rmarkdown
YAML parse exception at line 2, column 6,
while scanning a block scalar:
did not find expected comment or line break
Error: processing vignette 'phyloseq-basics.Rmd' failed with diagnostics:
pandoc document conversion failed with error 64
--- failed re-building ‘phyloseq-basics.Rmd’

The reason seems to be that pandoc incorrectly interprets the "---" before and after tables as yaml metadata block. (However, I am not sure why this is affecting only devel version as the files seems to be the same; maybe some changes in rendering engines...)

I was able to reproduce the error locally, and it was fixed by adding line breaks between the table and "---". The content seems to be showing as intended.

-Tuomas

@joey711
Copy link
Owner

joey711 commented Jan 20, 2025 via email

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