[Bioc-devel] proc.time error

Anand MT @n@nd_mt @ending from hotm@il@com
Tue May 8 15:26:55 CEST 2018


Thank you for the suggestion.
Devel version fails due to recent updates to data.table package. I will fix them soon.

-Anand.
________________________________
From: Martin Morgan <martin.morgan at roswellpark.org>
Sent: 08 May 2018 18:44
To: Anand MT; bioc-devel at r-project.org
Subject: Re: [Bioc-devel] proc.time error



On 05/08/2018 02:58 AM, Anand MT wrote:
> Hi Developers,
>
> I maintain Bioconductor package maftools, which has been failing to build on WIndows platform since it the new release. Error seems to be originating while running examples with the below error.
>
>
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")

The current build report shows release failing on 32-bit windows


http://bioconductor.org/checkResults/3.7/bioc-LATEST/maftools/tokay2-checksrc.html

because the example is too large. The solution, and better practice, is
to use more modest computation in the example.

...
 > seg = system.file('extdata', 'TCGA.AB.3009.hg19.seg.txt', package =
'maftools')
 > TCGA.AB.3009.clust <- inferHeterogeneity(maf = laml, tsb =
'TCGA-AB-3009',
+ segFile = seg, vafCol = 'i_TumorVAF_WU')
Processing TCGA-AB-3009..
Error: cannot allocate vector of size 1.3 Gb
Execution halted

The devel build report


http://bioconductor.org/checkResults/3.8/bioc-LATEST/maftools/malbec1-buildsrc.html

shows all builds failing because of use of an undefined object in the
vignette; this would appear to be a programming error.

Quitting from lines 269-270 (maftools.Rmd)
Error: processing vignette 'maftools.Rmd' failed with diagnostics:
object 'Cytoband' not found
Execution halted

Martin

>
> I have googled the issue, many answers suggests to include examples within /dontrun{} to avoid errors. But this has never been the issue before and package has built successfully with the same examples. How do I solve this ?
>
>        [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
>


This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list