Back to Mac ARM64 build report for BioC 3.17
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2023-10-20 09:38:14 -0400 (Fri, 20 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson2macOS 12.6.1 Montereyarm644.3.1 (2023-06-16) -- "Beagle Scouts" 4347
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

Package 2151/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
TRONCO 2.32.0  (landing page)
Luca De Sano
Snapshot Date: 2023-10-15 14:00:07 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/TRONCO
git_branch: RELEASE_3_17
git_last_commit: f8dde58
git_last_commit_date: 2023-04-25 10:37:08 -0400 (Tue, 25 Apr 2023)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for TRONCO on kjohnson2


To the developers/maintainers of the TRONCO package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: TRONCO
Version: 2.32.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:TRONCO.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings TRONCO_2.32.0.tar.gz
StartedAt: 2023-10-19 08:38:18 -0400 (Thu, 19 Oct 2023)
EndedAt: 2023-10-19 08:44:12 -0400 (Thu, 19 Oct 2023)
EllapsedTime: 354.7 seconds
RetCode: 0
Status:   OK  
CheckDir: TRONCO.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:TRONCO.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings TRONCO_2.32.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/TRONCO.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.7
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘TRONCO/DESCRIPTION’ ... OK
* this is package ‘TRONCO’ version ‘2.32.0’
* 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 for sufficient/correct file permissions ... OK
* checking whether package ‘TRONCO’ 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
* 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 startup messages can be suppressed ... 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 ... OK
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                      user system elapsed
tronco.kfold.posterr 0.143  0.075   7.180
tronco.kfold.prederr 0.099  0.062   6.257
tronco.bootstrap     0.110  0.018  14.748
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  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: OK


Installation output

TRONCO.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL TRONCO
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘TRONCO’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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
* DONE (TRONCO)

Tests output

TRONCO.Rcheck/tests/testthat.Rout


R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (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.

> Sys.setenv("R_TESTS" = "")
> 
> library(testthat)
> library(TRONCO)
> 
> test_check("TRONCO")
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: CAPRESE with shrinkage coefficient: 0.5.
*** Evaluating LogLik informations.
The reconstruction has been successfully completed in 00h:00m:00s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Edmonds with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	.......
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 12 edges out of 57 (21%)
*** Performing likelihood-fit with regularization: no_reg and score: pmi .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:02s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Gabow with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	.........
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 9 edges out of 57 (16%)
*** Performing likelihood-fit with regularization: no_reg .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:03s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Chow Liu with "bic, aic" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	...........
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 10 edges out of 56 (18%)
*** Performing likelihood-fit with regularization bic .
*** Performing likelihood-fit with regularization aic .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:03s 
*** Checking input events.
*** Inferring a progression model with the following settings.
	Dataset size: n = 40, m = 30.
	Algorithm: Prim with "no_reg" regularization	Random seed: NULL.
	Bootstrap iterations (Wilcoxon): 1.
		exhaustive bootstrap: TRUE.
		p-value: 0.05.
		minimum bootstrapped scores: 3.
*** Bootstraping selective advantage scores (prima facie).
	................
	Evaluating "temporal priority" (Wilcoxon, p-value 0.05)
	Evaluating "probability raising" (Wilcoxon, p-value 0.05)
*** Loop detection found loops to break.
	Removed 7 edges out of 52 (13%)
*** Performing likelihood-fit with regularization: no_reg .
*** Evaluating BIC / AIC / LogLik informations.
The reconstruction has been successfully completed in 00h:00m:03s 
[ FAIL 0 | WARN 14 | SKIP 0 | PASS 225 ]

[ FAIL 0 | WARN 14 | SKIP 0 | PASS 225 ]
> 
> proc.time()
   user  system elapsed 
 39.163   1.314 164.408 

Example timings

TRONCO.Rcheck/TRONCO-Ex.timings

nameusersystemelapsed
TCGA.multiple.samples0.0170.0030.040
TCGA.remove.multiple.samples0.0140.0100.044
TCGA.shorten.barcodes0.0100.0100.031
annotate.description0.0080.0090.031
annotate.stages0.0070.0020.019
as.adj.matrix0.0080.0120.037
as.alterations0.0040.0010.009
as.bootstrap.scores0.1470.0040.270
as.colors0.0020.0010.007
as.confidence0.0090.0150.046
as.description0.0010.0000.002
as.events0.0020.0020.006
as.events.in.patterns0.0050.0020.010
as.events.in.sample0.0040.0010.009
as.gene0.0030.0020.014
as.genes0.0020.0020.008
as.genes.in.patterns0.0040.0010.004
as.genotypes0.0070.0070.025
as.hypotheses0.0030.0040.012
as.joint.probs0.0080.0120.031
as.kfold.eloss0.0820.0050.151
as.kfold.posterr0.0990.0090.196
as.kfold.prederr0.1000.0080.195
as.marginal.probs0.0050.0030.009
as.models0.0130.0290.074
as.parameters0.0030.0020.011
as.pathway0.0060.0020.015
as.patterns0.0020.0010.008
as.samples0.0010.0010.003
as.selective.advantage.relations0.1040.0120.216
as.stages0.0070.0030.017
as.types0.0010.0010.003
as.types.in.patterns0.0040.0020.010
change.color0.0020.0020.008
consolidate.data0.0310.0030.056
delete.event0.0050.0020.014
delete.gene0.0050.0020.012
delete.hypothesis0.0270.0260.093
delete.model0.0030.0020.009
delete.pattern0.0120.0090.033
delete.samples0.0040.0010.008
delete.type0.0060.0020.012
duplicates0.0030.0010.005
enforce.numeric0.0020.0010.007
enforce.string0.0030.0010.007
events.selection0.0040.0020.012
export.graphml0.0890.0130.206
export.mutex0.0220.0040.045
has.duplicates0.0020.0010.006
has.model0.0020.0010.006
has.stages0.0060.0030.012
import.GISTIC0.0060.0020.010
import.MAF0.0780.0080.137
intersect.datasets0.0010.0010.006
is.compliant0.0020.0010.007
join.events0.0040.0010.006
join.types0.0480.0140.108
keysToNames0.0050.0020.011
nameToKey0.0030.0010.007
nevents0.0010.0010.005
ngenes0.0010.0010.007
nhypotheses0.0020.0010.007
npatterns0.0020.0020.006
nsamples0.0010.0010.005
ntypes0.0010.0010.006
oncoprint.cbio0.0060.0020.015
order.frequency0.0060.0090.027
pheatmap0.0350.0020.063
rank.recurrents0.0040.0010.006
rename.gene0.0020.0010.007
rename.type0.0020.0010.006
samples.selection0.0030.0010.007
trim0.0040.0020.012
tronco.bootstrap 0.110 0.01814.748
tronco.caprese0.1010.0050.177
tronco.capri1.9530.0663.508
tronco.chowliu1.4080.0282.523
tronco.edmonds1.3120.0232.345
tronco.gabow1.2990.0262.391
tronco.kfold.eloss0.0870.0480.235
tronco.kfold.posterr0.1430.0757.180
tronco.kfold.prederr0.0990.0626.257
tronco.plot0.1450.0070.279
tronco.prim2.5980.0544.725
view0.0040.0010.008
which.samples0.0040.0020.012