Back to Multiple platform build/check report for BioC 3.12
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

CHECK report for sitePath on tokay1

This page was generated on 2021-05-06 12:33:39 -0400 (Thu, 06 May 2021).

To the developers/maintainers of the sitePath package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 1729/1974HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
sitePath 1.6.6  (landing page)
Chengyang Ji
Snapshot Date: 2021-05-05 14:51:38 -0400 (Wed, 05 May 2021)
URL: https://git.bioconductor.org/packages/sitePath
Branch: RELEASE_3_12
Last Commit: 192e516
Last Changed Date: 2021-04-27 04:06:45 -0400 (Tue, 27 Apr 2021)
malbec1Linux (Ubuntu 18.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version exists in internal repository
tokay1Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version exists in internal repository

Summary

Package: sitePath
Version: 1.6.6
Command: C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:sitePath.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings sitePath_1.6.6.tar.gz
StartedAt: 2021-05-06 07:02:26 -0400 (Thu, 06 May 2021)
EndedAt: 2021-05-06 07:19:58 -0400 (Thu, 06 May 2021)
EllapsedTime: 1051.6 seconds
RetCode: 0
Status:   OK   
CheckDir: sitePath.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:sitePath.install-out.txt --library=C:\Users\biocbuild\bbs-3.12-bioc\R\library --no-vignettes --timings sitePath_1.6.6.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.12-bioc/meat/sitePath.Rcheck'
* using R version 4.0.5 (2021-03-31)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'sitePath/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'sitePath' version '1.6.6'
* package encoding: UTF-8
* 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 'sitePath' can be installed ... 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
* 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
.createSNPplot: no visible binding for global variable 'Pos'
.createSNPplot: no visible binding for global variable 'Accession'
.createSNPplot: no visible binding for global variable 'SNP'
plot.fixationPath: no visible binding for global variable 'branch'
plot.fixationPath: no visible binding for global variable 'SNPs'
plot.fixationSites: no visible binding for global variable 'group'
plot.fixationSites: no visible binding for global variable 'branch'
plot.fixationSites: no visible binding for global variable 'SNPs'
plot.sitePath: no visible binding for global variable 'branch'
plot.sitePath: no visible binding for global variable 'SNPs'
plotMutSites.paraFixSites: no visible binding for global variable
  'group'
plotMutSites.paraFixSites: no visible binding for global variable
  'branch'
plotMutSites.paraFixSites: no visible binding for global variable
  'SNPs'
plotSingleSite.parallelSites: no visible binding for global variable
  'branch'
plotSingleSite.parallelSites: no visible binding for global variable
  'SNPs'
Undefined global functions or variables:
  Accession Pos SNP SNPs branch group
* 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 contents of 'data' directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files for i386 is not available
Note: information on .o files for x64 is not available
File 'C:/Users/biocbuild/bbs-3.12-bioc/R/library/sitePath/libs/i386/sitePath.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)
File 'C:/Users/biocbuild/bbs-3.12-bioc/R/library/sitePath/libs/x64/sitePath.dll':
  Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
  Found 'exit', possibly from 'exit' (C), 'stop' (Fortran)
  Found 'printf', possibly from 'printf' (C)

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs. The detected symbols are linked into the code but
might come from libraries and not actually be called.

See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
               user system elapsed
plotFunctions  8.35   0.03    8.37
plotSingleSite 7.92   0.00    7.92
lineagePath    7.28   0.03    7.32
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
               user system elapsed
plotSingleSite 9.42   0.01    9.44
lineagePath    9.18   0.00    9.19
plotFunctions  8.42   0.00    8.42
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
  Running 'testthat.R'
 OK
** running tests for arch 'x64' ...
  Running 'testthat.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: 2 NOTEs
See
  'C:/Users/biocbuild/bbs-3.12-bioc/meat/sitePath.Rcheck/00check.log'
for details.



Installation output

sitePath.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://172.29.0.3/BBS/3.12/bioc/src/contrib/sitePath_1.6.6.tar.gz && rm -rf sitePath.buildbin-libdir && mkdir sitePath.buildbin-libdir && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=sitePath.buildbin-libdir sitePath_1.6.6.tar.gz && C:\Users\biocbuild\bbs-3.12-bioc\R\bin\R.exe CMD INSTALL sitePath_1.6.6.zip && rm sitePath_1.6.6.tar.gz sitePath_1.6.6.zip
###
##############################################################################
##############################################################################


  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  240k  100  240k    0     0  5049k      0 --:--:-- --:--:-- --:--:-- 5225k

install for i386

* installing *source* package 'sitePath' ...
** using staged installation
** libs
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c lumpyCluster.cpp -o lumpyCluster.o
lumpyCluster.cpp: In member function 'void LumpyCluster::Base::mergeClusters(const clusters&, int)':
lumpyCluster.cpp:96:24: warning: comparison of integer expressions of different signedness: 'std::vector<Treemer::TipSeqLinker*>::size_type' {aka 'unsigned int'} and 'const int' [-Wsign-compare]
     if (allTips.size() >= m_maxSNPnum) {
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c minEntropy.cpp -o minEntropy.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c searchNode.cpp -o searchNode.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c searchTree.cpp -o searchTree.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c treemer.cpp -o treemer.o
"C:/rtools40/mingw32/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c util.cpp -o util.o
C:/rtools40/mingw32/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o sitePath.dll tmp.def RcppExports.o lumpyCluster.o minEntropy.o searchNode.o searchTree.o treemer.o util.o -LC:/extsoft/lib/i386 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/i386 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/sitePath.buildbin-libdir/00LOCK-sitePath/00new/sitePath/libs/i386
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'sitePath'
    finding HTML links ... done
    SNPsites                                html  
    addMSA                                  html  
    finding level-2 HTML links ... done

    allSitesName                            html  
    as.data.frame                           html  
    extractSite                             html  
    extractTips                             html  
    fixationIndels                          html  
    fixationPath                            html  
    fixationSites                           html  
    groupTips                               html  
    h3n2_align                              html  
    h3n2_tree                               html  
    lineagePath                             html  
    paraFixSites                            html  
    parallelSites                           html  
    plotFunctions                           html  
    plotMutSites                            html  
    plotSingleSite                          html  
    reexports                               html  
    sars2_align                             html  
    sars2_tree                              html  
    setSiteNumbering                        html  
    similarityMatrix                        html  
    sitePath-deprecated                     html  
    sitesMinEntropy                         html  
    zikv_align                              html  
    zikv_tree                               html  
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path

install for x64

* installing *source* package 'sitePath' ...
** libs
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c RcppExports.cpp -o RcppExports.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c lumpyCluster.cpp -o lumpyCluster.o
lumpyCluster.cpp: In member function 'void LumpyCluster::Base::mergeClusters(const clusters&, int)':
lumpyCluster.cpp:96:24: warning: comparison of integer expressions of different signedness: 'std::vector<Treemer::TipSeqLinker*>::size_type' {aka 'long long unsigned int'} and 'const int' [-Wsign-compare]
     if (allTips.size() >= m_maxSNPnum) {
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c minEntropy.cpp -o minEntropy.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c searchNode.cpp -o searchNode.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c searchTree.cpp -o searchTree.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c treemer.cpp -o treemer.o
"C:/rtools40/mingw64/bin/"g++ -std=gnu++11  -I"C:/Users/BIOCBU~1/BBS-3~1.12-/R/include" -DNDEBUG  -I'C:/Users/biocbuild/bbs-3.12-bioc/R/library/Rcpp/include'   -I"C:/extsoft/include"     -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign -c util.cpp -o util.o
C:/rtools40/mingw64/bin/g++ -std=gnu++11 -shared -s -static-libgcc -o sitePath.dll tmp.def RcppExports.o lumpyCluster.o minEntropy.o searchNode.o searchTree.o treemer.o util.o -LC:/extsoft/lib/x64 -LC:/extsoft/lib -LC:/Users/BIOCBU~1/BBS-3~1.12-/R/bin/x64 -lR
installing to C:/Users/biocbuild/bbs-3.12-bioc/meat/sitePath.buildbin-libdir/sitePath/libs/x64
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'sitePath' as sitePath_1.6.6.zip
* DONE (sitePath)
* installing to library 'C:/Users/biocbuild/bbs-3.12-bioc/R/library'
package 'sitePath' successfully unpacked and MD5 sums checked

Tests output

sitePath.Rcheck/tests_i386/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 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.

> library(testthat)
> library(sitePath)
> 
> test_check("sitePath")
Using 40 cores..
Multiprocessing ended.
Using 40 cores..
Multiprocessing ended.
[ FAIL 0 | WARN 2 | SKIP 0 | PASS 1719 ]
> 
> proc.time()
   user  system elapsed 
 298.70    5.92  436.01 

sitePath.Rcheck/tests_x64/testthat.Rout


R version 4.0.5 (2021-03-31) -- "Shake and Throw"
Copyright (C) 2021 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.

> library(testthat)
> library(sitePath)
> 
> test_check("sitePath")
Using 40 cores..
Multiprocessing ended.
Using 40 cores..
Multiprocessing ended.
[ FAIL 0 | WARN 2 | SKIP 0 | PASS 1719 ]
> 
> proc.time()
   user  system elapsed 
 251.42    5.50  389.17 

Example timings

sitePath.Rcheck/examples_i386/sitePath-Ex.timings

nameusersystemelapsed
SNPsites0.890.040.93
addMSA3.130.003.32
allSitesName3.120.033.15
as.data.frame1.690.001.69
extractSite1.660.001.66
extractTips1.730.001.73
fixationIndels1.240.031.27
fixationPath1.590.021.60
fixationSites1.520.031.55
groupTips2.560.002.56
lineagePath7.280.037.32
paraFixSites2.780.022.79
parallelSites2.200.002.21
plotFunctions8.350.038.37
plotMutSites1.250.021.27
plotSingleSite7.920.007.92
setSiteNumbering3.210.003.21
similarityMatrix3.920.003.92
sitesMinEntropy1.700.011.72

sitePath.Rcheck/examples_x64/sitePath-Ex.timings

nameusersystemelapsed
SNPsites1.110.031.14
addMSA2.780.012.79
allSitesName2.670.042.70
as.data.frame2.250.002.28
extractSite1.930.011.94
extractTips2.530.002.53
fixationIndels1.480.021.50
fixationPath2.160.002.16
fixationSites2.330.002.33
groupTips2.780.002.78
lineagePath9.180.009.19
paraFixSites2.360.002.36
parallelSites1.850.001.84
plotFunctions8.420.008.42
plotMutSites1.950.001.95
plotSingleSite9.420.019.44
setSiteNumbering3.430.003.42
similarityMatrix3.200.003.21
sitesMinEntropy2.50.02.5