Back to Multiple platform build/check report for BioC 3.14
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2022-04-13 12:07:31 -0400 (Wed, 13 Apr 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.4 LTS)x86_644.1.3 (2022-03-10) -- "One Push-Up" 4324
tokay2Windows Server 2012 R2 Standardx644.1.3 (2022-03-10) -- "One Push-Up" 4077
machv2macOS 10.14.6 Mojavex86_644.1.3 (2022-03-10) -- "One Push-Up" 4137
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

CHECK results for trio on tokay2


To the developers/maintainers of the trio package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/trio.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 2003/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
trio 3.32.0  (landing page)
Holger Schwender
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/trio
git_branch: RELEASE_3_14
git_last_commit: aade2b9
git_last_commit_date: 2021-10-26 12:09:23 -0400 (Tue, 26 Oct 2021)
nebbiolo2Linux (Ubuntu 20.04.4 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: trio
Version: 3.32.0
Command: C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:trio.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings trio_3.32.0.tar.gz
StartedAt: 2022-04-13 04:25:24 -0400 (Wed, 13 Apr 2022)
EndedAt: 2022-04-13 04:29:16 -0400 (Wed, 13 Apr 2022)
EllapsedTime: 231.9 seconds
RetCode: 0
Status:   OK  
CheckDir: trio.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:trio.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings trio_3.32.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'C:/Users/biocbuild/bbs-3.14-bioc/meat/trio.Rcheck'
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'trio/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'trio' version '3.32.0'
* 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 'trio' 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 ... NOTE
Foreign function call to a different package:
  .C("clogreg", ..., PACKAGE = "LogicReg")
See chapter 'System and foreign language interfaces' in the 'Writing R
Extensions' manual.
* checking R code for possible problems ... NOTE
.onAttach: no visible global function definition for 'winMenuAdd'
.onAttach: no visible global function definition for 'winMenuAddItem'
Undefined global functions or variables:
  winMenuAdd winMenuAddItem
Consider adding
  importFrom("utils", "winMenuAdd", "winMenuAddItem")
to your NAMESPACE file.
* 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 installed files from 'inst/doc' ... OK
* 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
trioFS        8.84   0.25    9.09
print.trioFS  9.00   0.05    9.06
trio.permTest 7.99   0.07    8.05
colGxGPerms   6.02   0.14    6.15
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
print.trioFS  8.08   0.15    8.24
trio.permTest 7.71   0.13    7.85
trioFS        7.61   0.14    7.75
colGxGPerms   5.42   0.02    5.44
* 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.14-bioc/meat/trio.Rcheck/00check.log'
for details.



Installation output

trio.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.166/BBS/3.14/bioc/src/contrib/trio_3.32.0.tar.gz && rm -rf trio.buildbin-libdir && mkdir trio.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=trio.buildbin-libdir trio_3.32.0.tar.gz && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL trio_3.32.0.zip && rm trio_3.32.0.tar.gz trio_3.32.0.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  721k  100  721k    0     0   877k      0 --:--:-- --:--:-- --:--:--  878k

install for i386

* installing *source* package 'trio' ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'trio'
    finding HTML links ... done
    allelicTDT                              html  
    colEMlrt                                html  
    colGxE                                  html  
    colGxGPerms                             html  
    colPOlrt                                html  
    colTDTmaxTest                           html  
    colTDTsam                               html  
    findLDblocks                            html  
    getLD                                   html  
    getMatPseudo                            html  
    lrControl                               html  
    ped2geno                                html  
    plot.LDblocks                           html  
    plot.getLD                              html  
    plot.trioLR                             html  
    poly4root                               html  
    print.colGxE                            html  
    print.trioFS                            html  
    print.trioLR                            html  
    probTDT                                 html  
    read.pedfile                            html  
    removeSNPs                              html  
    scoreTDT                                html  
    tdt                                     html  
    tdtGxG                                  html  
    trio.check                              html  
    trio.data                               html  
    trio.permTest                           html  
    trio.power                              html  
    trio.prepare                            html  
    trio.sim                                html  
    trioFS                                  html  
    trioLR                                  html  
    vcf2geno                                html  
** building package indices
** installing vignettes
   'trio.Rnw' 
** 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 'trio' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'trio' as trio_3.32.0.zip
* DONE (trio)
* installing to library 'C:/Users/biocbuild/bbs-3.14-bioc/R/library'
package 'trio' successfully unpacked and MD5 sums checked

Tests output


Example timings

trio.Rcheck/examples_i386/trio-Ex.timings

nameusersystemelapsed
allelicTDT0.030.000.03
colEMlrt0.110.000.11
colGxE0.010.000.02
colGxGPerms6.020.146.15
colPOlrt0.010.000.02
colTDTmaxTest0.080.000.08
colTDTsam0.030.000.03
findLDblocks0.030.000.03
getLD0.020.000.01
getMatPseudo0.010.000.02
lrControl000
ped2geno000
plot.LDblocks0.050.010.06
plot.getLD0.030.020.05
plot.trioLR4.340.174.54
poly4root000
print.colGxE0.060.000.06
print.trioFS9.000.059.06
print.trioLR2.490.002.49
probTDT0.030.010.05
read.pedfile000
removeSNPs0.010.000.01
scoreTDT0.030.000.03
tdt0.040.000.03
tdtGxG2.060.032.10
trio.check0.610.000.61
trio.data0.010.000.01
trio.permTest7.990.078.05
trio.power0.010.000.02
trio.prepare2.180.002.17
trio.sim0.310.000.31
trioFS8.840.259.09
trioLR2.920.002.93

trio.Rcheck/examples_x64/trio-Ex.timings

nameusersystemelapsed
allelicTDT0.040.000.03
colEMlrt0.110.000.11
colGxE000
colGxGPerms5.420.025.44
colPOlrt0.020.000.02
colTDTmaxTest0.060.000.06
colTDTsam0.030.000.03
findLDblocks0.050.010.06
getLD0.030.000.03
getMatPseudo0.020.020.03
lrControl000
ped2geno000
plot.LDblocks0.110.000.11
plot.getLD0.060.000.07
plot.trioLR4.330.094.46
poly4root000
print.colGxE0.060.020.08
print.trioFS8.080.158.24
print.trioLR2.650.022.67
probTDT0.020.030.05
read.pedfile000
removeSNPs0.010.000.01
scoreTDT0.020.000.02
tdt0.030.000.03
tdtGxG1.840.001.84
trio.check0.630.000.63
trio.data0.020.000.01
trio.permTest7.710.137.85
trio.power0.020.000.01
trio.prepare2.30.02.3
trio.sim0.340.000.34
trioFS7.610.147.75
trioLR2.640.002.64