Skip to content

[Bioc-devel] Something about time out errors

3 messages · Aimin Yan, Shepherd, Lori, Hervé Pagès

#
I am submitting a R package to bioconductor. but I got the following
warning and errors when I performed R CMD check.

When I perform R CMD check on my local machines, it works.

Is there a possible way that I can set up DISPLAY environment variable?


Here is the link

http://bioconductor.org/spb_reports/PathwaySplice_buildreport_20170925232327.html

Thank you.

Aimin


OS X 10.11.6 El Capitan/x86_64



* checking R code for possible problems ... OK

* checking Rd files ... WARNING

gmtGene2Cat.Rd:27-28: First argument to \href must be verbatim URL

problem found in gmtGene2Cat.Rd

* checking Rd metadata ... OK





* checking files in vignettes ... WARNING

Files in the 'vignettes' directory newer than all files in 'inst/doc':

  tutorial.html
+ label.node.by.index = FALSE)

Warning in fun(libname, pkgname) :

  no display name and no $DISPLAY environment variable

Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :

  [tcl] invalid command name "font".

Calls: enrichmentMap ... .tkplot.convert.font -> <Anonymous> -> tcl ->
.Tcl.objv -> structure

Execution halted

* checking for unstated dependencies in tests ... OK

* checking tests ...

  Running testthat.R ERROR

TIMEOUT: R CMD check exceeded 10mins





linux (Ubuntu 16.04.1 LTS)/x86_64



* checking R code for possible problems ... OK

* checking Rd files ... WARNING

gmtGene2Cat.Rd:27-28: First argument to \href must be verbatim URL

problem found in gmtGene2Cat.Rd

* checking Rd metadata ... OK





* checking files in vignettes ... WARNING

Files in the 'vignettes' directory newer than all files in 'inst/doc':

  tutorial.html
+ label.node.by.index = FALSE)

Warning in fun(libname, pkgname) :

  couldn't connect to display "localhost:10.0"

Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :

  [tcl] invalid command name "font".

Calls: enrichmentMap ... .tkplot.convert.font -> <Anonymous> -> tcl ->
.Tcl.objv -> structure

Execution halted

* checking for unstated dependencies in tests ... OK

* checking tests ...







Windows Server 2012 R2 Standard/x64



* checking R code for possible problems ... OK

* checking Rd files ... WARNING

gmtGene2Cat.Rd:27-28: First argument to \href must be verbatim URL

problem found in gmtGene2Cat.Rd

* checking Rd metadata ... OK





* checking files in vignettes ... WARNING

Files in the 'vignettes' directory newer than all files in 'inst/doc':

  tutorial.html
On Mon, Mar 27, 2017 at 12:22 PM, Aimin Yan <aimin.at.work at gmail.com> wrote:

            

  
  
2 days later
#
Thank you for your concern.  There is some conflict on our system that we will look into further. For now, you can ignore this ERROR on mac - the reviewer of your package is aware.


Lori Shepherd

Bioconductor Core Team

Roswell Park Cancer Institute

Department of Biostatistics & Bioinformatics

Elm & Carlton Streets

Buffalo, New York 14263
#
Hi Aimin,

Yes, this seems to be a problem on our side. It seems to happen
intermittently on the Mac builder. We'll take a look at it.

Note that the link you provided is to a build that was triggered 4 days
ago. As you can see on the issue page for your submission, 6 more
builds have been triggered since then and none of them has this problem.

If you see this problem again in the future, as Lori said, please
ignore it.

Thanks,
H.
On 09/29/2017 12:45 PM, Shepherd, Lori wrote: