Back to the "Multiple platform build/check report" A  B  C [D] E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.2: CHECK report for DOQTL on zin1

This page was generated on 2015-08-24 10:49:59 -0700 (Mon, 24 Aug 2015).

Package 280/1071HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
DOQTL 1.3.1
Daniel Gatti
Snapshot Date: 2015-08-23 16:24:14 -0700 (Sun, 23 Aug 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DOQTL
Last Changed Rev: 107674 / Revision: 107696
Last Changed Date: 2015-08-21 14:17:35 -0700 (Fri, 21 Aug 2015)
zin1 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: DOQTL
Version: 1.3.1
Command: /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings DOQTL_1.3.1.tar.gz
StartedAt: 2015-08-23 23:24:55 -0700 (Sun, 23 Aug 2015)
EndedAt: 2015-08-23 23:30:17 -0700 (Sun, 23 Aug 2015)
EllapsedTime: 322.7 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: DOQTL.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD check --no-vignettes --timings DOQTL_1.3.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.2-bioc/meat/DOQTL.Rcheck’
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘DOQTL/DESCRIPTION’ ... OK
* this is package ‘DOQTL’ version ‘1.3.1’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘DOQTL’ can be installed ... [35s/35s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Package in Depends field not imported from: ‘ggplot2’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
assoc.map: no visible binding for global variable ‘hs.colors’
assoc.map: no visible binding for global variable ‘pos’
assoc.map: no visible binding for global variable ‘sdps’
assoc.scan1: possible error in scanone(pheno = pheno, pheno.col =
  pheno.col, probs = tmp, K = K, addcovar = addcovar, markers =
  markers[-nrow(markers), ]): unused argument (markers =
  markers[-nrow(markers), ])
call.haps: no visible binding for global variable ‘curr.snps’
condense.sanger.snps: no visible global function definition for
  ‘makeCluster’
condense.sanger.snps: no visible binding for global variable ‘chr’
condense.sanger.snps: no visible global function definition for
  ‘stopCluster’
get.chr.lengths: no visible global function definition for ‘seqlengths’
get.snp.patterns: no visible global function definition for
  ‘unstrsplit’
plot.genoprobs: no visible binding for global variable ‘hs.colors’
plot.genoprobs2: no visible global function definition for
  ‘seqlengths<-’
pseudophase: no visible binding for global variable ‘Rle’
pseudophase : <anonymous>: no visible global function definition for
  ‘runValue’
s1.assoc: no visible global function definition for ‘Rle’
scanone.assoc: no visible global function definition for ‘makeCluster’
scanone.assoc: no visible binding for global variable ‘obj’
scanone.assoc: no visible global function definition for ‘stopCluster’
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  ‘condense.sanger.snps’ ‘get.diplotype2haplotype.matrix’
  ‘get.snp.patterns’
All user-level objects in a package should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'assoc.map':
assoc.map
  Code: function(pheno, pheno.col = 1, probs, K, addcovar, snps, chr,
                 start, end, model = c("additive", "dominance",
                 "full"), scan = c("one", "two"), output = c("lod",
                 "p-value", "bic"), snp.file =
                 "ftp://ftp.jax.org/SNPtools/variants/mgp.v4.snps.dbSNP.vcf.gz",
                 cross = c("DO", "CC", "HS"))
  Docs: function(pheno, pheno.col = 1, probs, K, addcovar, snps, chr,
                 start, end, model = c("additive", "dominance",
                 "full"), scan = c("one", "two"), output = c("lod",
                 "p-value", "bic"), snp.file =
                 "ftp://ftp.jax.org/SNPtools/variants/cc.snps.NCBI38.txt.gz")
  Argument names in code not in docs:
    cross
  Mismatches in argument default values:
    Name: 'snp.file' Code: "ftp://ftp.jax.org/SNPtools/variants/mgp.v4.snps.dbSNP.vcf.gz" Docs: "ftp://ftp.jax.org/SNPtools/variants/cc.snps.NCBI38.txt.gz"

Codoc mismatches from documentation object 'assoc.plot':
assoc.plot
  Code: function(results, mgi.file =
                 "ftp://ftp.jax.org/SNPtools/genes/MGI.20140803.sorted.txt.gz",
                 highlight, highlight.col = "red", thr, show.sdps =
                 FALSE, ...)
  Docs: function(results, mgi.file =
                 "ftp://ftp.jax.org/SNPtools/genes/MGI.20130703.sorted.txt.gz",
                 highlight, highlight.col = "red", thr, show.sdps =
                 FALSE, ...)
  Mismatches in argument default values:
    Name: 'mgi.file' Code: "ftp://ftp.jax.org/SNPtools/genes/MGI.20140803.sorted.txt.gz" Docs: "ftp://ftp.jax.org/SNPtools/genes/MGI.20130703.sorted.txt.gz"

Codoc mismatches from documentation object 'assoc.scan1':
assoc.scan1
  Code: function(pheno, pheno.col, probs, K, addcovar, sdps, markers,
                 model, output)
  Docs: function(pheno, pheno.col, probs, K, addcovar, sdps, snps,
                 model, output)
  Argument names in code not in docs:
    markers
  Argument names in docs not in code:
    snps
  Mismatches in argument names:
    Position: 7 Code: markers Docs: snps

Codoc mismatches from documentation object 'condense.model.probs':
condense.model.probs
  Code: function(path = ".", write = "founder.probs.Rdata", model =
                 c("additive", "dominance", "full"), cross = "DO")
  Docs: function(path = ".", write, model = c("additive", "dominance",
                 "full"))
  Argument names in code not in docs:
    cross
  Mismatches in argument default values:
    Name: 'write' Code: "founder.probs.Rdata" Docs: 

Codoc mismatches from documentation object 'plot.genoprobs':
plot.genoprobs
  Code: function(x, snps, colors = "DO", chrlen = "mm10", ...)
  Docs: function(x, snps, colors = "mm10", chrlen = "mm10", ...)
  Mismatches in argument default values:
    Name: 'colors' Code: "DO" Docs: "mm10"

Codoc mismatches from documentation object 'get.chr.lengths':
get.chr.lengths
  Code: function(genome = "mm10")
  Docs: function()
  Argument names in code not in docs:
    genome

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking R/sysdata.rda ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [15s/22s] OK
Examples with CPU or elapsed time > 5s
                    user system elapsed
categorize.variants 1.45  0.012   8.285
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’ [32s/39s]
 [32s/40s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 2 WARNINGs, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.2-bioc/meat/DOQTL.Rcheck/00check.log’
for details.


DOQTL.Rcheck/00install.out:

* installing *source* package ‘DOQTL’ ...
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c DOrec.c -o DOrec.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c DOstep.c -o DOstep.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c DOstep_Rwrappers.c -o DOstep_Rwrappers.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c addlog.c -o addlog.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c emission_prob.c -o emission_prob.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c filter.smooth.allele.c -o filter.smooth.allele.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c filter.smooth.intensity.c -o filter.smooth.intensity.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c init.c -o init.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c kinship.c -o kinship.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c ri4hap.c -o ri4hap.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c transition.c -o transition.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c update.alleles.c -o update.alleles.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c update.c -o update.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -Wall -c viterbi.c -o viterbi.o
gcc -std=gnu99 -shared -L/home/biocbuild/bbs-3.2-bioc/R/lib -L/usr/local/lib -o DOQTL.so DOrec.o DOstep.o DOstep_Rwrappers.o addlog.o emission_prob.o filter.smooth.allele.o filter.smooth.intensity.o init.o kinship.o ri4hap.o transition.o update.alleles.o update.o viterbi.o -L/home/biocbuild/bbs-3.2-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.2-bioc/meat/DOQTL.Rcheck/DOQTL/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Note: possible error in 'scanone(pheno = pheno, ': 
  unused argument (markers = markers[-nrow(markers), ]) 
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (DOQTL)

DOQTL.Rcheck/DOQTL-Ex.timings:

nameusersystemelapsed
add.missing.F1s0.0010.0000.001
add.slash0.0010.0000.002
addLog0.0010.0000.001
addLogVector0.0010.0000.001
assoc.map000
assoc.plot0.0010.0000.001
bayesint000
calc.genoprob0.0010.0000.001
calc.genoprob.alleles000
calc.genoprob.intensity0.0010.0000.001
categorize.variants1.4500.0128.285
cc.trans.probs000
cluster.strains0.5180.0080.528
coef.doqtl0.2560.1800.435
coefplot000
colSumsLog0.0010.0000.001
condense.model.probs000
convert.allele.calls0.0000.0000.001
convert.genes.to.GRanges000
convert.genotypes000
convert.variants.to.GRanges0.5540.0000.554
convert.variants.to.numeric0.1600.0120.171
create.Rdata.files0.0000.0000.001
create.genotype.states0.0020.0000.002
create.html.page0.0000.0000.001
do.colors0.0020.0000.002
do.states0.0000.0040.000
do.trans.probs0.0000.0000.001
do2sanger000
emission.probs.allele0.0010.0000.000
estimate.cluster.params000
example.genes0.0010.0000.002
example.pheno0.0040.0000.003
example.qtl000
example.snps0.0010.0000.002
extract.raw.data0.0010.0000.000
fast.qtlrel000
fill.in.snps0.0000.0000.001
filter.geno.probs0.0010.0000.000
filter.samples000
find.overlapping.genes0.0000.0000.001
gene.plot0.0010.0000.000
generic.trans.probs0.0010.0000.000
genome.plots000
genome.summary.plots0.0000.0000.001
get.chr.lengths0.0000.0040.002
get.do.states0.0010.0000.001
get.gene.name000
get.machine.precision0.0000.0000.001
get.max.geno000
get.mgi.features000
get.num.auto0.0000.0000.001
get.pattern.variants0.5390.0000.539
get.strains0.0010.0000.001
get.trans.probs0.0010.0000.001
get.variants000
html.report000
intensity.plots0.0010.0000.001
kinship0.0010.0000.001
muga.snps.to.keep0.0320.0160.051
normalize.batches0.0010.0000.001
plot.doqtl000
pxg.plot000
qtl.LRS0.0010.0000.000
qtl.heatmap0.0010.0000.001
qtl.qtlrel000
qtl.simulate000
rankZ0.0020.0000.002
read.vcf000
scanone000
scanone.eqtl0.0010.0000.000
scanone.perm0.0010.0000.001
sdp.plot000
sex.predict000
snp.plot0.0010.0000.001
summarize.genotype.transitions000
variant.plot000
write.founder.genomes0.0010.0000.001