Back to Multiple platform build/check report for BioC 3.6
ABCDEFGHIJKLMNO[P]QRSTUVWXYZ

CHECK report for PSICQUIC on tokay1

This page was generated on 2018-04-12 13:23:36 -0400 (Thu, 12 Apr 2018).

Package 1085/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
PSICQUIC 1.16.4
Paul Shannon
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/PSICQUIC
Branch: RELEASE_3_6
Last Commit: ecff94e
Last Changed Date: 2018-01-16 14:42:22 -0400 (Tue, 16 Jan 2018)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  WARNINGS UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: PSICQUIC
Version: 1.16.4
Command: rm -rf PSICQUIC.buildbin-libdir PSICQUIC.Rcheck && mkdir PSICQUIC.buildbin-libdir PSICQUIC.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=PSICQUIC.buildbin-libdir PSICQUIC_1.16.4.tar.gz >PSICQUIC.Rcheck\00install.out 2>&1 && cp PSICQUIC.Rcheck\00install.out PSICQUIC-install.out && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=PSICQUIC.buildbin-libdir --install="check:PSICQUIC-install.out" --force-multiarch --no-vignettes --timings PSICQUIC_1.16.4.tar.gz
StartedAt: 2018-04-12 02:18:56 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 02:24:39 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 343.0 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: PSICQUIC.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf PSICQUIC.buildbin-libdir PSICQUIC.Rcheck && mkdir PSICQUIC.buildbin-libdir PSICQUIC.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=PSICQUIC.buildbin-libdir PSICQUIC_1.16.4.tar.gz >PSICQUIC.Rcheck\00install.out 2>&1 && cp PSICQUIC.Rcheck\00install.out PSICQUIC-install.out  &&  C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=PSICQUIC.buildbin-libdir --install="check:PSICQUIC-install.out" --force-multiarch --no-vignettes --timings PSICQUIC_1.16.4.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.6-bioc/meat/PSICQUIC.Rcheck'
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'PSICQUIC/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'PSICQUIC' version '1.16.4'
* 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 whether package 'PSICQUIC' can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import 'IRanges::desc' by 'plyr::desc' when loading 'PSICQUIC'
See 'C:/Users/biocbuild/bbs-3.6-bioc/meat/PSICQUIC.Rcheck/00install.out' for details.
* 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.loadRegistry: no visible global function definition for 'DataFrame'
Undefined global functions or variables:
  DataFrame
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking installed files from 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU or elapsed time > 5s
               user system elapsed
PSICQUIC-class 1.66   0.20   31.75
IDMapper-class 0.69   0.05    6.00
interactions   0.62   0.03   11.09
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
               user system elapsed
PSICQUIC-class 2.19   0.11   32.27
IDMapper-class 0.79   0.05    7.75
interactions   0.70   0.00   14.98
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'runTests.R'
 OK
** running tests for arch 'x64' ...
  Running 'runTests.R'
 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: 1 WARNING, 1 NOTE
See
  'C:/Users/biocbuild/bbs-3.6-bioc/meat/PSICQUIC.Rcheck/00check.log'
for details.



Installation output

PSICQUIC.Rcheck/00install.out


install for i386

* installing *source* package 'PSICQUIC' ...
** R
** inst
** preparing package for lazy loading
Warning: replacing previous import 'IRanges::desc' by 'plyr::desc' when loading 'PSICQUIC'
Creating a new generic function for 'count' in package 'PSICQUIC'
** help
*** installing help indices
  converting help for package 'PSICQUIC'
    finding HTML links ... done
    IDMapper-class                          html  
    PSICQUIC-class                          html  
    PSICQUIC-package                        html  
    interactions                            html  
    providers                               html  
    rawQuery                                html  
    webBrowser-functions                    html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning: replacing previous import 'IRanges::desc' by 'plyr::desc' when loading 'PSICQUIC'
In R CMD INSTALL

install for x64

* installing *source* package 'PSICQUIC' ...
** testing if installed package can be loaded
Warning: replacing previous import 'IRanges::desc' by 'plyr::desc' when loading 'PSICQUIC'
* MD5 sums
packaged installation of 'PSICQUIC' as PSICQUIC_1.16.4.zip
* DONE (PSICQUIC)
In R CMD INSTALL
In R CMD INSTALL

Tests output

PSICQUIC.Rcheck/tests_i386/runTests.Rout


R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: i386-w64-mingw32/i386 (32-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> BiocGenerics:::testPackage("PSICQUIC")

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which,
    which.max, which.min


Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid


Attaching package: 'plyr'

The following object is masked from 'package:IRanges':

    desc

The following object is masked from 'package:S4Vectors':

    rename

Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:httr':

    content


checking for biomart access...
   does 'http://www.ensembl.org' respond?
   creating ensembl mart
   hsapiens_gene_ensembl dataset provided?
connecting to biomart...
[1] "--- test_.categorize"
[1] "--- test_.translate.ensemblGene"
[1] "--- test_.translate.ensemblProt"
[1] "--- test_.translate.locuslink"
[1] "--- test_.translate.refseq"
[1] "--- test_.translate.string"
[1] "--- test_.translate.uniprotkb"
[1] "--- test_translateAll"
[1] "--- test_addGeneInfo"
[1] "--- test_addGeneInfoMinimalTable"
checking for biomart access...
   does 'http://www.ensembl.org' respond?
   creating ensembl mart
   hsapiens_gene_ensembl dataset provided?
connecting to biomart...
[1] "--- test_addStandardNames"
[1] "--- test_ctor"
checking for biomart access...
   does 'http://www.ensembl.org' respond?
   creating ensembl mart
   hsapiens_gene_ensembl dataset provided?
connecting to biomart...
[1] "--- test_preserveKnownGeneIdentifiers"
Loading required package: bitops
[1] "--- test_.enumerateSearchPairs"
[1] "--- test_.loadRegistry"
[1] "--- test_.restrictBySpecies"
[1] did not receive any results from provider 'mentha',  skipping test_.restrictBySpecies
[1] "--- test_.retrieveData"
List of 2
 $ message: chr "Could not resolve host: intentionally.bogus"
 $ call   : language function (type, msg, asError = TRUE)  { ...
 - attr(*, "class")= chr [1:4] "COULDNT_RESOLVE_HOST" "GenericCurlError" "error" "condition"
character(0)
[1] "failed url: http://intentionally.bogus"
[1] "--- test_ctor"
[1] test providers: MatrixDB,MBInfo,Reactome-FIs
[1] "--- test_handleEmbeddedSingleQuote"
[1] test providers: MPIDB,InnateDB,MatrixDB
[1] "--- test_initialConditions"
[1] "--- test_interactions"
[1] "--- test_interactionsFourGenes"
[1] "expected psicquic sources not available, test_interactionFourGenes"
[1] "--- test_interactionsTwoGenes"
[1] "--- test_rawQuery"
[1] test providers: APID Interactomes,Reactome-FIs,VirHostNet
[1] "expected psicquic sources not available, skipping test_.retrieveData"
[1] "expected psicquic sources not available, test_retrieveByDetectionMethod"
[1] "--- test_retrieveByInteractionType"
[1] test providers: iRefIndex,Reactome-FIs,mentha
[1] "--- test_retrieveByOmimId"
[1] test providers: IMEx,Reactome-FIs,APID Interactomes
[1] "--- test_retrieveByPubmedID"
[1] test providers: MBInfo,mentha,ChEMBL
[1] "--- test_retrieveByPubmedIdOnly"
[1] test providers: EBI-GOA-nonIntAct,IntAct,APID Interactomes
[1] "--- test_retrieveBySpeciesId"
[1] test providers: mentha,Reactome-FIs,MBInfo
[1] "--- test_smallMoleculeWithoutSpeciesDesignation"
[1] retrieving from ChEMBL
[1] PSICQUIC:::.runQuery: http://www.ebi.ac.uk/Tools/webservices/psicquic/chembl/webservices/current/search/query/identifier:imatinib
[1] final query.url: http://www.ebi.ac.uk/Tools/webservices/psicquic/chembl/webservices/current/search/query/identifier:imatinib
[1] --- http://www.ebi.ac.uk/Tools/webservices/psicquic/chembl/webservices/current/search/query/identifier:imatinib result: 141 15


RUNIT TEST PROTOCOL -- Thu Apr 12 02:23:31 2018 
*********************************************** 
Number of test functions: 31 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
PSICQUIC RUnit Tests - 31 test functions, 0 errors, 0 failures
Number of test functions: 31 
Number of errors: 0 
Number of failures: 0 
Warning message:
replacing previous import 'IRanges::desc' by 'plyr::desc' when loading 'PSICQUIC' 
> 
> proc.time()
   user  system elapsed 
  12.00    0.21   61.86 

PSICQUIC.Rcheck/tests_x64/runTests.Rout


R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> BiocGenerics:::testPackage("PSICQUIC")

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which,
    which.max, which.min


Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid


Attaching package: 'plyr'

The following object is masked from 'package:IRanges':

    desc

The following object is masked from 'package:S4Vectors':

    rename

Loading required package: AnnotationDbi
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:httr':

    content


checking for biomart access...
   does 'http://www.ensembl.org' respond?
   creating ensembl mart
   hsapiens_gene_ensembl dataset provided?
connecting to biomart...
[1] "--- test_.categorize"
[1] "--- test_.translate.ensemblGene"
[1] "--- test_.translate.ensemblProt"
[1] "--- test_.translate.locuslink"
[1] "--- test_.translate.refseq"
[1] "--- test_.translate.string"
[1] "--- test_.translate.uniprotkb"
[1] "--- test_translateAll"
[1] "--- test_addGeneInfo"
[1] "--- test_addGeneInfoMinimalTable"
checking for biomart access...
   does 'http://www.ensembl.org' respond?
   creating ensembl mart
   hsapiens_gene_ensembl dataset provided?
connecting to biomart...
[1] "--- test_addStandardNames"
[1] "--- test_ctor"
checking for biomart access...
   does 'http://www.ensembl.org' respond?
   creating ensembl mart
   hsapiens_gene_ensembl dataset provided?
connecting to biomart...
[1] "--- test_preserveKnownGeneIdentifiers"
Loading required package: bitops
[1] "--- test_.enumerateSearchPairs"
[1] "--- test_.loadRegistry"
[1] "--- test_.restrictBySpecies"
[1] did not receive any results from provider 'mentha',  skipping test_.restrictBySpecies
[1] "--- test_.retrieveData"
List of 2
 $ message: chr "Could not resolve host: intentionally.bogus"
 $ call   : language function (type, msg, asError = TRUE)  { ...
 - attr(*, "class")= chr [1:4] "COULDNT_RESOLVE_HOST" "GenericCurlError" "error" "condition"
character(0)
[1] "failed url: http://intentionally.bogus"
[1] "--- test_ctor"
[1] test providers: MBInfo,mentha,MPIDB
[1] "--- test_handleEmbeddedSingleQuote"
[1] test providers: InnateDB,InnateDB-All,VirHostNet
[1] "--- test_initialConditions"
[1] "--- test_interactions"
[1] "--- test_interactionsFourGenes"
[1] "expected psicquic sources not available, test_interactionFourGenes"
[1] "--- test_interactionsTwoGenes"
[1] "--- test_rawQuery"
[1] test providers: IMEx,Reactome-FIs,InnateDB-All
[1] "expected psicquic sources not available, skipping test_.retrieveData"
[1] "expected psicquic sources not available, test_retrieveByDetectionMethod"
[1] "--- test_retrieveByInteractionType"
[1] test providers: MBInfo,mentha,IntAct
[1] "--- test_retrieveByOmimId"
[1] test providers: InnateDB,MPIDB,ZINC
[1] "--- test_retrieveByPubmedID"
[1] test providers: ChEMBL,APID Interactomes,MBInfo
[1] "--- test_retrieveByPubmedIdOnly"
[1] test providers: InnateDB-All,MINT,UniProt
[1] IntAct not available, skipping test_retrieveByPubmedIdOnly
[1] "--- test_retrieveBySpeciesId"
[1] test providers: HPIDb,BioGrid,iRefIndex
[1] "--- test_smallMoleculeWithoutSpeciesDesignation"
[1] retrieving from ChEMBL
[1] PSICQUIC:::.runQuery: http://www.ebi.ac.uk/Tools/webservices/psicquic/chembl/webservices/current/search/query/identifier:imatinib
[1] final query.url: http://www.ebi.ac.uk/Tools/webservices/psicquic/chembl/webservices/current/search/query/identifier:imatinib
[1] --- http://www.ebi.ac.uk/Tools/webservices/psicquic/chembl/webservices/current/search/query/identifier:imatinib result: 141 15


RUNIT TEST PROTOCOL -- Thu Apr 12 02:24:35 2018 
*********************************************** 
Number of test functions: 31 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
PSICQUIC RUnit Tests - 31 test functions, 0 errors, 0 failures
Number of test functions: 31 
Number of errors: 0 
Number of failures: 0 
Warning message:
replacing previous import 'IRanges::desc' by 'plyr::desc' when loading 'PSICQUIC' 
> 
> proc.time()
   user  system elapsed 
  16.70    0.48   64.32 

Example timings

PSICQUIC.Rcheck/examples_i386/PSICQUIC-Ex.timings

nameusersystemelapsed
IDMapper-class0.690.056.00
PSICQUIC-class 1.66 0.2031.75
interactions 0.62 0.0311.09
providers0.050.000.84
rawQuery0.310.002.19
webBrowser-functions000

PSICQUIC.Rcheck/examples_x64/PSICQUIC-Ex.timings

nameusersystemelapsed
IDMapper-class0.790.057.75
PSICQUIC-class 2.19 0.1132.27
interactions 0.70 0.0014.98
providers0.000.000.74
rawQuery0.050.001.89
webBrowser-functions000