Skip to content

Commit

Permalink
Attempt to fix missing citation info on the multi_gene_plots vignette
Browse files Browse the repository at this point in the history
From https://bioconductor.org/checkResults/devel/data-experiment-LATEST/spatialLIBD/nebbiolo1-buildsrc.html

```
* creating vignettes ... ERROR
--- re-building ‘TenX_data_download.Rmd’ using rmarkdown
--- finished re-building ‘TenX_data_download.Rmd’

--- re-building ‘guide_to_spatial_registration.Rmd’ using rmarkdown
--- finished re-building ‘guide_to_spatial_registration.Rmd’

--- re-building ‘multi_gene_plots.Rmd’ using rmarkdown

Quitting from lines 340-345 (multi_gene_plots.Rmd)
Error: processing vignette 'multi_gene_plots.Rmd' failed with diagnostics:
subscript out of bounds
--- failed re-building ‘multi_gene_plots.Rmd’

--- re-building ‘spatialLIBD.Rmd’ using rmarkdown
--- finished re-building ‘spatialLIBD.Rmd’

SUMMARY: processing the following file failed:
  ‘multi_gene_plots.Rmd’
```
  • Loading branch information
lcolladotor committed Dec 12, 2024
1 parent 4607fa7 commit 7f2341b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/multi_gene_plots.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ library("RefManageR")
## Write bibliography information
bib <- c(
R = citation(),
MatrixGenerics = citation("MatrixGenerics")[1],
BiocStyle = citation("BiocStyle")[1],
knitr = citation("knitr")[3],
MatrixGenerics = citation("MatrixGenerics")[1],
RColorBrewer = citation("RColorBrewer")[1],
RefManageR = citation("RefManageR")[1],
rmarkdown = citation("rmarkdown")[1],
Expand Down

0 comments on commit 7f2341b

Please sign in to comment.