Skip to content

Commit 7d4c9ad

Browse files
Fix knitr chunk option syntax in README.Rmd
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 98c4064 commit 7d4c9ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ output: github_document
33
---
44

55
```{r}
6-
#| include = FALSE
6+
#| include: false
77
knitr::opts_chunk$set(
88
collapse = TRUE,
99
comment = "#>",

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ See `vignette("clover")` for a complete walkthrough.
6868
- [nanoblot](https://github.com/SamDeMario-lab/NanoBlot) facilitates
6969
visualization of nanopore sequencing data, including a “virtual gel”
7070
plot.
71+

0 commit comments

Comments
 (0)