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

Troubleshooting FAQ #6

Open
jwokaty opened this issue Jun 8, 2022 · 1 comment
Open

Troubleshooting FAQ #6

jwokaty opened this issue Jun 8, 2022 · 1 comment
Assignees

Comments

@jwokaty
Copy link
Contributor

jwokaty commented Jun 8, 2022

Start a troubleshooting document where we can add questions and answers for common issues that we run into.

@jwokaty jwokaty moved this to Todo in Sweave2Rmd Jun 15, 2022
@mcarlsn mcarlsn self-assigned this Jul 19, 2022
@jwokaty jwokaty moved this from Todo to In Progress in Sweave2Rmd Sep 14, 2022
@villafup
Copy link
Collaborator

villafup commented Oct 6, 2022

Adding a carriage return in YAML header:

If you need to add a carriage return to the YAML header as shown in attached screenshot, add a "|+" in the section where the carriage return is needed (here under date), followed by a return. After the first line, add 2 returns.

title: "2. Using filterVcf to Select Variants from VCF Files"
author: "Paul Shannon"
date: |+
    Created: 20 February, 2013
    
    Last Modified: `r format(Sys.Date(), "%B %d, %Y")`
vignette: >
  %\VignetteIndexEntry{2. Using filterVcf to Select Variants from VCF Files}
  %\VignetteDepends{VariantAnnotation}
  %\VignettePackage{VariantAnntation}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteIndexEntry{Quick-start Guide}
  %\VignetteEncoding{UTF-8}
output:
  BiocStyle::html_document:
    number_sections: yes
    toc: yes
    toc_depth: 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants