Skip to content

[Bioc-devel] failling to build vignette

3 messages · Shepherd, Lori, Martin, Tiphaine

#
Hi,

I need to advise to build my vignette. It seems that my vignette could not build under Bioconductor 3.9. I try to find where it fails, but I  don't find the bug.
I updated my vignette last February to work with new version of BiocStyle and it did well for Bioconductor 3.8, but it seems that my vignette fails again (http://bioconductor.org/checkResults/devel/bioc-LATEST/coMET/) .
Could you tell me if there is a major update in BiocStyle or how I can find my bug?

Thanks,
Tiphaine
-----------------------------------------------
Tiphaine Martin, PhD
Postdoc Fellow
Parsons lab
Department of Oncological Sciences
The Tisch Cancer Institute at Mount Sinai
Icahn School of Medicine at Mount Sinai
Hess Center for Science and Medicine
1470 Madison Ave, 6th Floor
New York, NY 10029
tel: 1- 212-824-8403
Email: tiphaine.martin at mssm.edu<mailto:tiphaine.martin at mssm.edu>
#
Maybe others will have better suggestions for how to debug exactly...

I am able to reproduce the error and just with a trial and error of deleting and adding chunks of the vignette ... it first seems to appear with the attempt to add the figure


\begin{figure}
<<cometwebPlot, echo=FALSE, fig.keep='last',fig.width=7, fig.height=7 >>=
extdata <- system.file("extdata", package="coMET",mustWork=TRUE)
myinfofile <- file.path(extdata, "cyp1b1_infofile_Grch38.txt")
myexpressfile <- file.path(extdata, "cyp1b1_infofile_exprGene_region_Grch38.txt")
mycorrelation <- file.path(extdata, "cyp1b1_res37_rawMatrix.txt")
configfile <- file.path(extdata, "config_cyp1b1_zoom_4webserver_Grch38.txt")
comet.web(config.file=configfile, mydata.file=myinfofile,
          cormatrix.file=mycorrelation ,mydata.large.file=myexpressfile,
          print.image=FALSE,verbose=FALSE)
@
%\incfig{fig:cometweb_simple}{\textwidth}{Plot with comet.web function.}
\caption{Plot with \Rfunction{comet.web} function.\label{fig:cometweb_simple}}
\end{figure}


Everything before this seems to R CMD build without this error appearing...



Lori Shepherd

Bioconductor Core Team

Roswell Park Cancer Institute

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263
#
Thanks! I am working to fix that!

Tiphaine

----------------------------------------------------------------
Tiphaine Martin
Postdoc Fellow
Parsons lab
Department of Oncological Sciences
The Tisch Cancer Institute at Mount Sinai
Icahn School of Medicine at Mount Sinai
Hess Center for Science and Medicine
1470 Madison Ave, 6th Floor
New York, NY 10029
tel: 1- 212-824-8403
Email: tiphaine.martin at mssm.edu