Skip to content

Commit

Permalink
Prevent more 'subscript out of bounds' by using the first citation
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Dec 12, 2024
1 parent 25c6a8e commit d53868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/megadepth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bib <- c(
journaltitle = "Nat Methods"
),
RefManageR = citation("RefManageR")[1],
rtracklayer = citation("rtracklayer")
rtracklayer = citation("rtracklayer")[1]
)
```

Expand Down

0 comments on commit d53868d

Please sign in to comment.