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 oaxaca

This page was generated on 2015-08-24 10:58:29 -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: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings DOQTL_1.3.1.tar.gz
StartedAt: 2015-08-23 23:26:06 -0700 (Sun, 23 Aug 2015)
EndedAt: 2015-08-23 23:33:35 -0700 (Sun, 23 Aug 2015)
EllapsedTime: 449.4 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: DOQTL.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings DOQTL_1.3.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.2-bioc/meat/DOQTL.Rcheck’
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-apple-darwin13.4.0 (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 ... [50s/51s] 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 ... [21s/28s] OK
Examples with CPU or elapsed time > 5s
                     user system elapsed
categorize.variants 1.543  0.038   8.301
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’ [40s/51s]
 [41s/52s] 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
  ‘/Users/biocbuild/bbs-3.2-bioc/meat/DOQTL.Rcheck/00check.log’
for details.


DOQTL.Rcheck/00install.out:

* installing *source* package ‘DOQTL’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c DOrec.c -o DOrec.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c DOstep.c -o DOstep.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c DOstep_Rwrappers.c -o DOstep_Rwrappers.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c addlog.c -o addlog.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c emission_prob.c -o emission_prob.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c filter.smooth.allele.c -o filter.smooth.allele.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c filter.smooth.intensity.c -o filter.smooth.intensity.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c init.c -o init.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c kinship.c -o kinship.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c ri4hap.c -o ri4hap.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c transition.c -o transition.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c update.alleles.c -o update.alleles.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c update.c -o update.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c viterbi.c -o viterbi.o
clang -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/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 -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/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.000
add.slash0.0020.0010.002
addLog0.0000.0000.001
addLogVector0.0010.0000.002
assoc.map0.0010.0000.001
assoc.plot0.0010.0000.001
bayesint0.0000.0000.001
calc.genoprob000
calc.genoprob.alleles0.0010.0010.001
calc.genoprob.intensity0.0010.0000.001
categorize.variants1.5430.0388.301
cc.trans.probs0.0010.0000.000
cluster.strains0.6320.0120.645
coef.doqtl0.5360.2820.826
coefplot0.0000.0000.001
colSumsLog0.0010.0000.002
condense.model.probs000
convert.allele.calls0.0010.0000.001
convert.genes.to.GRanges0.0010.0000.000
convert.genotypes0.0010.0000.000
convert.variants.to.GRanges0.6260.0200.647
convert.variants.to.numeric0.2290.0190.253
create.Rdata.files0.0010.0000.000
create.genotype.states0.0030.0010.003
create.html.page0.0010.0000.001
do.colors0.0030.0000.004
do.states0.0020.0000.001
do.trans.probs0.0010.0010.001
do2sanger0.0010.0000.001
emission.probs.allele0.0000.0000.001
estimate.cluster.params0.0000.0000.001
example.genes0.0020.0000.003
example.pheno0.0050.0010.005
example.qtl0.0010.0000.001
example.snps0.0020.0010.003
extract.raw.data0.0010.0000.001
fast.qtlrel0.0010.0000.001
fill.in.snps0.0010.0000.000
filter.geno.probs0.0000.0000.001
filter.samples0.0010.0000.001
find.overlapping.genes0.0010.0010.001
gene.plot0.0010.0000.001
generic.trans.probs0.0000.0000.001
genome.plots000
genome.summary.plots0.0010.0000.001
get.chr.lengths0.0050.0000.005
get.do.states0.0010.0000.002
get.gene.name0.0000.0000.001
get.machine.precision0.0010.0000.000
get.max.geno0.0010.0000.001
get.mgi.features0.0010.0010.001
get.num.auto0.0010.0000.000
get.pattern.variants0.6420.0380.687
get.strains0.0010.0000.001
get.trans.probs0.0010.0000.001
get.variants0.0000.0000.001
html.report0.0000.0010.001
intensity.plots0.0010.0000.000
kinship0.0010.0000.001
muga.snps.to.keep0.0980.0350.132
normalize.batches0.0010.0010.001
plot.doqtl000
pxg.plot0.0000.0000.001
qtl.LRS0.0010.0000.000
qtl.heatmap0.0010.0000.001
qtl.qtlrel0.0010.0000.000
qtl.simulate0.0000.0000.001
rankZ0.0020.0000.002
read.vcf0.0000.0000.001
scanone0.0010.0000.001
scanone.eqtl0.0010.0000.001
scanone.perm0.0000.0000.001
sdp.plot0.0010.0000.001
sex.predict000
snp.plot0.0010.0000.001
summarize.genotype.transitions0.0010.0000.001
variant.plot0.0000.0000.001
write.founder.genomes0.0000.0000.001