Back to Multiple platform build/check report for BioC 3.14
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2022-04-13 12:06:38 -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 GladiaTOX on tokay2


To the developers/maintainers of the GladiaTOX package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GladiaTOX.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 786/2083HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GladiaTOX 1.10.3  (landing page)
PMP S.A. R Support
Snapshot Date: 2022-04-12 01:55:07 -0400 (Tue, 12 Apr 2022)
git_url: https://git.bioconductor.org/packages/GladiaTOX
git_branch: RELEASE_3_14
git_last_commit: f196e41
git_last_commit_date: 2022-04-07 07:56:03 -0400 (Thu, 07 Apr 2022)
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: GladiaTOX
Version: 1.10.3
Command: C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:GladiaTOX.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings GladiaTOX_1.10.3.tar.gz
StartedAt: 2022-04-12 20:35:17 -0400 (Tue, 12 Apr 2022)
EndedAt: 2022-04-12 20:41:26 -0400 (Tue, 12 Apr 2022)
EllapsedTime: 369.1 seconds
RetCode: 0
Status:   OK  
CheckDir: GladiaTOX.Rcheck
Warnings: 0

Command output

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


* using log directory 'C:/Users/biocbuild/bbs-3.14-bioc/meat/GladiaTOX.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 'GladiaTOX/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'GladiaTOX' version '1.10.3'
* 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 'GladiaTOX' can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.8Mb
  sub-directories of 1Mb or more:
    sql   3.8Mb
* 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
glCheckInput: no visible global function definition for 'read.csv'
glLoadInput: no visible global function definition for 'read.csv'
glPlotPosCtrlMEC: no visible binding for global variable 'aenm_wrap'
glPlotPosCtrlMEC: no visible binding for global variable 'modl_acc'
Undefined global functions or variables:
  aenm_wrap modl_acc read.csv
Consider adding
  importFrom("utils", "read.csv")
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 files in 'vignettes' ... OK
* checking examples ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                    user system elapsed
assignDefaultMthds 19.75   0.81   94.35
gtoxRun            15.96   0.33   16.26
Models              0.28   0.01   29.28
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
                   user system elapsed
gtoxRun            17.1    0.5   17.59
assignDefaultMthds 17.0    0.5   17.50
* 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.14-bioc/meat/GladiaTOX.Rcheck/00check.log'
for details.



Installation output

GladiaTOX.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   C:\cygwin\bin\curl.exe -O http://155.52.207.166/BBS/3.14/bioc/src/contrib/GladiaTOX_1.10.3.tar.gz && rm -rf GladiaTOX.buildbin-libdir && mkdir GladiaTOX.buildbin-libdir && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL --merge-multiarch --build --library=GladiaTOX.buildbin-libdir GladiaTOX_1.10.3.tar.gz && C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD INSTALL GladiaTOX_1.10.3.zip && rm GladiaTOX_1.10.3.tar.gz GladiaTOX_1.10.3.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
 44 2078k   44  924k    0     0  1035k      0  0:00:02 --:--:--  0:00:02 1035k
100 2078k  100 2078k    0     0  1368k      0  0:00:01  0:00:01 --:--:-- 1368k

install for i386

* installing *source* package 'GladiaTOX' ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'GladiaTOX'
    finding HTML links ... done
    MC2_Methods                             html  
    MC3_Methods                             html  
    MC5_Methods                             html  
    MC6_Methods                             html  
    Models                                  html  
    SC1_Methods                             html  
    SC2_Methods                             html  
    assay_funcs                             html  
    assignDefaultMthds                      html  
    blineShift                              html  
    buildAssayTab                           html  
    config_funcs                            html  
    deleteStudy                             html  
    exportResultForToxpiGUI                 html  
    exportResultTable                       html  
    flareFunc                               html  
    glCheckInput                            html  
    glComputeToxInd                         html  
    glLoadInput                             html  
    glPlotPie                               html  
    glPlotPieLogo                           html  
    glPlotPosCtrl                           html  
    glPlotPosCtrlMEC                        html  
    glPlotStat                              html  
    glPlotToxInd                            html  
    gtoxAICProb                             html  
    gtoxAddModel                            html  
    gtoxAppend                              html  
    gtoxCalcVmad                            html  
    gtoxCascade                             html  
    gtoxCode2CASN                           html  
    gtoxDelete                              html  
    gtoxFit                                 html  
    gtoxImportThermoDB                      html  
    gtoxListFlds                            html  
    gtoxLoadApid                            html  
    gtoxLoadChem                            html  
    gtoxLoadClib                            html  
    gtoxLoadData                            html  
    finding level-2 HTML links ... done

    gtoxLoadUnit                            html  
    gtoxLoadVehicle                         html  
    gtoxLoadVmad                            html  
    gtoxLoadWaid                            html  
    gtoxMakeAeidPlts                        html  
    gtoxPlotErrBar                          html  
    gtoxPlotFitc                            html  
    gtoxPlotFits                            html  
    gtoxPlotM4ID                            html  
    gtoxPlotPie                             html  
    gtoxPlotPieLgnd                         html  
    gtoxPlotPlate                           html  
    gtoxPlotWin                             html  
    gtoxPrepOtpt                            html  
    gtoxReport                              html  
    gtoxRun                                 html  
    gtoxSetWllq                             html  
    gtoxSubsetChid                          html  
    gtoxWriteData                           html  
    hill_utils                              html  
    interlaceFunc                           html  
    is.odd                                  html  
    loadAnnot                               html  
    lu                                      html  
    lw                                      html  
    mc1                                     html  
    mc2                                     html  
    mc3                                     html  
    mc4                                     html  
    mc5                                     html  
    mc6                                     html  
    mthd_funcs                              html  
    prepareDatForDB                         html  
    query_funcs                             html  
    registerMthd                            html  
    rgstr_funcs                             html  
    sc1                                     html  
    sc2                                     html  
    sink_reset                              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 'GladiaTOX' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'GladiaTOX' as GladiaTOX_1.10.3.zip
* DONE (GladiaTOX)
* installing to library 'C:/Users/biocbuild/bbs-3.14-bioc/R/library'
package 'GladiaTOX' successfully unpacked and MD5 sums checked

Tests output

GladiaTOX.Rcheck/tests_i386/testthat.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 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(GladiaTOX)
Loading required package: data.table
GladiaTOX (v1.10.3) loaded with the following settings:
  TCPL_DB:    C:/Users/biocbuild/bbs-3.14-bioc/R/library/GladiaTOX/sql/gladiatoxdb.sqlite
  TCPL_USER:  NA
  TCPL_HOST:  NA
  TCPL_DRVR:  SQLite
Default settings stored in gtox config file. See ?gtoxConf for more information.
> 
> options(testthat.junit.output_file="tests-out.xml")
> test_dir("testthat")
v | F W S  OK | Context

/ |         0 | assignDefaultMthds                                              
- |         1 | assignDefaultMthds                                              
v |         1 | assignDefaultMthds [0.6s]

/ |         0 | exportResultTable                                               
\ |         2 | exportResultTable                                               
v |         2 | exportResultTable [0.3s]

/ |         0 | getsplit                                                        
/ |         0 | getsplit                                                        
v |         1 | getsplit

/ |         0 | glComputeToxInd                                                 
- |         1 | glComputeToxInd                                                 
v |         1 | glComputeToxInd [0.3s]

/ |         0 | gtoxAICProb                                                     
v |         1 | gtoxAICProb

/ |         0 | gtoxCalcVmad                                                    
/ |         0 | Calculate Vmad                                                  
v |         1 | Calculate Vmad

/ |         0 | gtoxLoadAcid                                                    
/ |         0 | Check assay component table                                     
\ |         2 | Check assay component table                                     
v |         2 | Check assay component table [0.1s]

/ |         0 | gtoxLoadAeid                                                    
/ |         0 | Check assay endpoint table                                      
\ |         2 | Check assay endpoint table                                      
v |         2 | Check assay endpoint table [0.1s]

/ |         0 | gtoxLoadAid                                                     
v |         1 | gtoxLoadAid

/ |         0 | gtoxLoadApid                                                    
/ |         0 | Check assay plate table                                         
v |         2 | Check assay plate table

/ |         0 | gtoxLoadAsid                                                    
v |         3 | gtoxLoadAsid

/ |         0 | gtoxLoadChem                                                    
/ |         0 | Check assay chemical table                                      
v |         3 | Check assay chemical table

/ |         0 | gtoxLoadWaid                                                    
/ |         0 | Check assay well table                                          
v |         2 | Check assay well table

/ |         0 | is.odd                                                          
v |         2 | is.odd

/ |         0 | lu                                                              
v |         1 | lu

/ |         0 | lw                                                              
v |         1 | lw

/ |         0 | mc2                                                             
v |         1 | mc2

/ |         0 | mc3                                                             
v |         1 | mc3

/ |         0 | mc5                                                             
v |         1 | mc5

/ |         0 | mc6                                                             
v |         1 | mc6

/ |         0 | sc1                                                             
v |         1 | sc1

/ |         0 | sc2                                                             
v |         1 | sc2

== Results =====================================================================
Duration: 2.0 s

[ FAIL 0 | WARN 0 | SKIP 0 | PASS 32 ]
> test_check("GladiaTOX")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 32 ]
> 
> proc.time()
   user  system elapsed 
   5.75    0.35    6.15 

GladiaTOX.Rcheck/tests_x64/testthat.Rout


R version 4.1.3 (2022-03-10) -- "One Push-Up"
Copyright (C) 2022 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(GladiaTOX)
Loading required package: data.table
GladiaTOX (v1.10.3) loaded with the following settings:
  TCPL_DB:    C:/Users/biocbuild/bbs-3.14-bioc/R/library/GladiaTOX/sql/gladiatoxdb.sqlite
  TCPL_USER:  NA
  TCPL_HOST:  NA
  TCPL_DRVR:  SQLite
Default settings stored in gtox config file. See ?gtoxConf for more information.
> 
> options(testthat.junit.output_file="tests-out.xml")
> test_dir("testthat")
v | F W S  OK | Context

/ |         0 | assignDefaultMthds                                              
- |         1 | assignDefaultMthds                                              
v |         1 | assignDefaultMthds [1.1s]

/ |         0 | exportResultTable                                               
\ |         2 | exportResultTable                                               
v |         2 | exportResultTable [0.3s]

/ |         0 | getsplit                                                        
/ |         0 | getsplit                                                        
v |         1 | getsplit

/ |         0 | glComputeToxInd                                                 
- |         1 | glComputeToxInd                                                 
v |         1 | glComputeToxInd [0.4s]

/ |         0 | gtoxAICProb                                                     
v |         1 | gtoxAICProb

/ |         0 | gtoxCalcVmad                                                    
/ |         0 | Calculate Vmad                                                  
v |         1 | Calculate Vmad

/ |         0 | gtoxLoadAcid                                                    
/ |         0 | Check assay component table                                     
\ |         2 | Check assay component table                                     
v |         2 | Check assay component table [0.1s]

/ |         0 | gtoxLoadAeid                                                    
/ |         0 | Check assay endpoint table                                      
\ |         2 | Check assay endpoint table                                      
v |         2 | Check assay endpoint table [0.1s]

/ |         0 | gtoxLoadAid                                                     
v |         1 | gtoxLoadAid

/ |         0 | gtoxLoadApid                                                    
/ |         0 | Check assay plate table                                         
v |         2 | Check assay plate table

/ |         0 | gtoxLoadAsid                                                    
v |         3 | gtoxLoadAsid

/ |         0 | gtoxLoadChem                                                    
/ |         0 | Check assay chemical table                                      
v |         3 | Check assay chemical table

/ |         0 | gtoxLoadWaid                                                    
/ |         0 | Check assay well table                                          
v |         2 | Check assay well table

/ |         0 | is.odd                                                          
v |         2 | is.odd

/ |         0 | lu                                                              
v |         1 | lu

/ |         0 | lw                                                              
v |         1 | lw

/ |         0 | mc2                                                             
v |         1 | mc2

/ |         0 | mc3                                                             
v |         1 | mc3

/ |         0 | mc5                                                             
v |         1 | mc5

/ |         0 | mc6                                                             
v |         1 | mc6

/ |         0 | sc1                                                             
v |         1 | sc1

/ |         0 | sc2                                                             
v |         1 | sc2

== Results =====================================================================
Duration: 2.6 s

[ FAIL 0 | WARN 0 | SKIP 0 | PASS 32 ]
> test_check("GladiaTOX")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 32 ]
> 
> proc.time()
   user  system elapsed 
   6.20    0.59    7.09 

Example timings

GladiaTOX.Rcheck/examples_i386/GladiaTOX-Ex.timings

nameusersystemelapsed
Models 0.28 0.0129.28
assay_funcs0.570.040.77
assignDefaultMthds19.75 0.8194.35
buildAssayTab0.050.000.05
config_funcs000
deleteStudy000
exportResultForToxpiGUI0.370.041.18
exportResultTable0.240.040.27
glComputeToxInd0.310.060.37
glPlotPie1.830.051.88
glPlotPieLogo0.900.001.42
glPlotPosCtrl0.740.010.75
glPlotPosCtrlMEC0.370.020.39
glPlotStat0.690.010.70
glPlotToxInd0.700.030.74
gtoxAICProb000
gtoxAddModel0.750.020.80
gtoxCalcVmad0.030.000.03
gtoxCode2CASN000
gtoxFit0.460.000.45
gtoxImportThermoDB000
gtoxListFlds000
gtoxLoadApid000
gtoxLoadChem0.030.000.03
gtoxLoadClib000
gtoxLoadData0.030.050.08
gtoxLoadVehicle000
gtoxLoadVmad0.020.000.02
gtoxLoadWaid0.010.000.01
gtoxMakeAeidPlts0.500.010.52
gtoxPlotErrBar0.310.000.31
gtoxPlotFitc0.410.003.94
gtoxPlotFits0.190.000.18
gtoxPlotM4ID0.560.030.60
gtoxPlotPie0.140.000.14
gtoxPlotPieLgnd0.020.000.01
gtoxPlotPlate0.220.000.22
gtoxPlotWin000
gtoxPrepOtpt0.100.020.13
gtoxReport000
gtoxRun15.96 0.3316.26
gtoxSetWllq0.060.010.08
gtoxSubsetChid0.110.000.11
gtoxWriteData000
hill_utils000
loadAnnot000
lu000
lw000
mthd_funcs0.020.000.02
prepareDatForDB000
query_funcs0.010.000.01
rgstr_funcs0.200.020.22

GladiaTOX.Rcheck/examples_x64/GladiaTOX-Ex.timings

nameusersystemelapsed
Models0.140.000.14
assay_funcs0.310.040.36
assignDefaultMthds17.0 0.517.5
buildAssayTab0.030.000.03
config_funcs000
deleteStudy000
exportResultForToxpiGUI0.270.020.41
exportResultTable0.220.030.25
glComputeToxInd0.340.030.37
glPlotPie1.860.021.88
glPlotPieLogo0.670.000.67
glPlotPosCtrl0.550.010.56
glPlotPosCtrlMEC0.280.030.32
glPlotStat0.530.000.53
glPlotToxInd0.380.030.41
gtoxAICProb000
gtoxAddModel0.460.000.47
gtoxCalcVmad0.040.000.03
gtoxCode2CASN000
gtoxFit0.340.000.34
gtoxImportThermoDB000
gtoxListFlds000
gtoxLoadApid0.010.000.02
gtoxLoadChem0.040.000.03
gtoxLoadClib000
gtoxLoadData0.060.000.06
gtoxLoadVehicle000
gtoxLoadVmad0.010.000.02
gtoxLoadWaid0.020.000.01
gtoxMakeAeidPlts0.470.000.47
gtoxPlotErrBar0.260.030.30
gtoxPlotFitc0.240.000.23
gtoxPlotFits0.120.000.13
gtoxPlotM4ID0.460.020.47
gtoxPlotPie0.140.000.14
gtoxPlotPieLgnd000
gtoxPlotPlate0.20.00.2
gtoxPlotWin000
gtoxPrepOtpt0.090.010.11
gtoxReport000
gtoxRun17.10 0.5017.59
gtoxSetWllq0.070.020.08
gtoxSubsetChid0.120.000.12
gtoxWriteData000
hill_utils000
loadAnnot000
lu000
lw000
mthd_funcs0.020.000.02
prepareDatForDB000
query_funcs0.020.000.02
rgstr_funcs0.360.030.39