Skip to content

[Bioc-devel] Problems fixing error package 'dominatR'

2 messages · Simón Lizarazo Chaparro, Shepherd, Lori

#
Dear Bioconductor Core Team,

I am the maintainer of the newly accepted package dominatR, currently
present at

https://github.com/VanBortleLab/dominatR

The package was submitted and accepted in Bioconductor. This is the Issue
for tracking:

https://github.com/Bioconductor/Contributions/issues/3938

I was checking the building report on Bioconductor and there is one error
during the building of the package

https://bioconductor.org/checkResults/3.23/bioc-LATEST/dominatR/nebbiolo1-checksrc.html

The problem, I thik it is very simple, but I am new on all this and I am a
little bit confused about how to fix it, given that I didn't have this
problem during the review process!.

I would appreciate your help on this matter

Thank you so much!

* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
  ...
--- re-building ?dominatR.Rmd? using rmarkdown
File ../man/figures/dominatR_logo.png not found in resource path
Error: processing vignette 'dominatR.Rmd' failed with diagnostics:
pandoc document conversion failed with error 99
--- failed re-building ?dominatR.Rmd?

SUMMARY: processing the following file failed:
  ?dominatR.Rmd?

Error: Vignette re-building failed.
Execution halted

* checking PDF version of manual ... OK
* DONE
#
Not sure why this didn't occur during the review process but on quick glance it seems like you have a hard coded path to a figure in your man directory of your package.  This would not be transportable/finable on other systems. You should include the image in say inst/images or inst/extdata and then use a system.file call to retrieve the file on any system.

Cheers,


Lori Kern

Bioconductor Core Team

Roswell Park Comprehensive Cancer Center

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263