Skip to content
Prev 10116 / 21312 Next

[Bioc-devel] Help needed to reproduce my crash report

On 11/16/2016 02:44 AM, Ted Wong wrote:
The builds are of the current Bioconductor, so version 3.4. Check that 
this is the case, and that your packages are current

    BiocInstaller::biocVersion()
    BiocInstaller::biocValid()

FWIW, I did

   cd Anaquin
   R CMD INSTALL .
   cd vignettes
   R CMD Stangle Anaquin.Rmd
   R
   > source("Anaquin.R", echo=TRUE, max=Inf)

and then got

 > plotLinear(anaquin, title=title, xlab=xlab, ylab=ylab)
Error in unit(aspect_ratio, "null") :
   'x' and 'units' must have length > 0
 > traceback()
17: stop("'x' and 'units' must have length > 0")
16: unit(aspect_ratio, "null")
15: unit.c(grobHeight(axis_h$top), unit(aspect_ratio, "null"), 
grobHeight(axis_h$bottom))
14: f(...)
13: self$draw_panels(panels, layout, x_scales, y_scales, ranges,
         coord, data, theme, self$params)
12: f(..., self = self)
11: self$facet$render_panels(panels, self$panel_layout, 
self$panel_scales$x,
         self$panel_scales$y, self$panel_ranges, coord, data, theme,
         labels)
10: f(..., self = self)
9: layout$render(geom_grobs, data, plot$coordinates, theme, plot$labels)
8: ggplot_gtable(data)
7: print.ggplot(p)
6: print(p)
5: plotLinear(anaquin, title = title, xlab = xlab, ylab = ylab) at 
Anaquin.R#26
4: eval(expr, envir, enclos)
3: eval(ei, envir)
2: withVisible(eval(ei, envir))
1: source("Anaquin.R", echo = TRUE, max = Inf)
 > BiocInstaller::biocVersion()
[1] '3.4'
 > BiocInstaller::biocValid()
[1] TRUE

Martin
This email message may contain legally privileged and/or...{{dropped:2}}