Back to Mac ARM64 build report for BioC 3.17
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2023-10-20 09:38:06 -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 1166/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
metabinR 1.2.0  (landing page)
Anestis Gkanogiannis
Snapshot Date: 2023-10-15 14:00:07 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/metabinR
git_branch: RELEASE_3_17
git_last_commit: a006948
git_last_commit_date: 2023-04-25 11:41:31 -0400 (Tue, 25 Apr 2023)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for metabinR on kjohnson2


To the developers/maintainers of the metabinR 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: metabinR
Version: 1.2.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:metabinR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings metabinR_1.2.0.tar.gz
StartedAt: 2023-10-18 05:44:13 -0400 (Wed, 18 Oct 2023)
EndedAt: 2023-10-18 05:46:28 -0400 (Wed, 18 Oct 2023)
EllapsedTime: 134.4 seconds
RetCode: 0
Status:   OK  
CheckDir: metabinR.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/metabinR.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 ‘metabinR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘metabinR’ version ‘1.2.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 ‘metabinR’ 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                         user system elapsed
abundance_based_binning 9.993  0.779  14.525
hierarchical_binning    5.140  0.530   6.703
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  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

metabinR.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘metabinR’ ...
** using staged installation
** R
** 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 (metabinR)

Tests output

metabinR.Rcheck/tests/spelling.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.

> if(requireNamespace('spelling', quietly = TRUE))
+     spelling::spell_check_test(vignettes = TRUE, error = FALSE,
+                                                         skip_on_cran = TRUE)
NULL
> 
> proc.time()
   user  system elapsed 
  0.217   0.073   0.464 

metabinR.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.

> library(testthat)
> library(metabinR)
> 
> test_check("metabinR")
version MTxAB =Sun Oct 15 15:18:48 EDT 2023
cpus=8
using=1
2023/10/18 05:45:28 Using Dictionary ORIGINAL
2023/10/18 05:45:28 START of AB Counting
2023/10/18 05:45:28 FastaManager: START READ
2023/10/18 05:45:28 SequenceProcessor: 0	AB_KMERCOUNT START
CHUNK_SIZE=67108864
2023/10/18 05:45:28 FastaManager: lines read 53328
2023/10/18 05:45:28 FastaManager: END READ
2023/10/18 05:45:28 FastaManager: FASTA
2023/10/18 05:45:32 SequenceProcessor: 0	AB_KMERCOUNT EXIT
2023/10/18 05:45:32 END of AB Counting
2023/10/18 05:45:32 Loaded sequences: 26664
2023/10/18 05:45:32 Total kmers(before remove):	65536


##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.252
Current Used Memory=0.141
Current Free Memory=0.111
############################################

2023/10/18 05:45:32
Unique:		0
Distinct:	65536
Total:		7625904
MaxCount:	1574

2023/10/18 05:45:32 START of EMsync
	Run=1
	Run=2
	Run=3
	Run=4
	Run=5
	Run=6
	Run=7
	Run=8
	Run=9
	Run=10
	Run=11
	Run=12
	Run=13
	Run=14
	Run=15
	Run=16
	Run=17
	Run=18
	Run=19
	Run=20
	Run=21
	Run=22
	Run=23
	Run=24
	Run=25
2023/10/18 05:45:33	Runs=25
2023/10/18 05:45:33 END of EMsync
2023/10/18 05:45:33 START of Creating AB Cluster Vectors
	Cluster 1	Abundance=241.01134335779187	Length=16168.173737759447	LowLimit=163	HighLimit=318
	Cluster 2	Abundance=75.538888587297	Length=49367.82626224055	LowLimit=32	HighLimit=118
2023/10/18 05:45:33	Trove size/4=18022
2023/10/18 05:45:33	Trove size/4=18022
2023/10/18 05:45:33	Cluster 1	size in kmers=65536	norm=126.50589485137961
2023/10/18 05:45:33	Cluster 2	size in kmers=65536	norm=221.81983091435748
2023/10/18 05:45:33 END of Creating AB Cluster Vectors
cpus=8
using=1
2023/10/18 05:45:33 START of AB Binning
2023/10/18 05:45:33 FastaManager: START READ
2023/10/18 05:45:33 SequenceProcessor: 0	AB_BINNING START
2023/10/18 05:45:33 FastaManager: lines read 53328
2023/10/18 05:45:33 FastaManager: END READ
2023/10/18 05:45:33 FastaManager: FASTA
2023/10/18 05:45:39 SequenceProcessor: 0	AB_BINNING EXIT
2023/10/18 05:45:39 END of AB Binning
	Clustered reads:
		AB Cluster 1: 19871
		AB Cluster 2: 6793

##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.354
Current Used Memory=0.17
Current Free Memory=0.185
############################################

version MTxCB =Sun Oct 15 15:18:48 EDT 2023
cpus=8
using=1
2023/10/18 05:45:39 START of CB Counting
2023/10/18 05:45:39 FastaManager: START READ
2023/10/18 05:45:39 SequenceProcessor: 0	CB_SEQUENCEVECTORBUILD START
2023/10/18 05:45:39 FastaManager: lines read 53328
2023/10/18 05:45:39 FastaManager: END READ
2023/10/18 05:45:39 FastaManager: FASTA
2023/10/18 05:45:41 SequenceProcessor: 0	CB_SEQUENCEVECTORBUILD EXIT
2023/10/18 05:45:41 END of CB Counting
2023/10/18 05:45:41 Loaded sequences: 26664

##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.43
Current Used Memory=0.243
Current Free Memory=0.187
############################################

cpus=8
using=1
2023/10/18 05:45:41 START of Creating CB Clusters	Size=26664
K-Means clustering started
... centers initialized
... concurrent processing mode with 1 subtask threads
... iteration 1 moves = 5112
... iteration 2 moves = 2261
... iteration 3 moves = 855
... iteration 4 moves = 385
... iteration 5 moves = 240
... iteration 6 moves = 158
... iteration 7 moves = 107
... iteration 8 moves = 44
... iteration 9 moves = 60
... iteration 10 moves = 44
... iteration 11 moves = 35
... iteration 12 moves = 37
... iteration 13 moves = 30
... iteration 14 moves = 18
... iteration 15 moves = 18
... iteration 16 moves = 0
...end.	11.131 seconds.
2023/10/18 05:45:52 : kMeans cleanup.
2023/10/18 05:45:52 END of Creating CB Clusters.
cpus=8
using=1
2023/10/18 05:45:52 START of CB Binning
2023/10/18 05:45:52 FastaManager: START READ
2023/10/18 05:45:52 SequenceProcessor: 0	CB_BINNING START
2023/10/18 05:45:52 FastaManager: lines read 53328
2023/10/18 05:45:52 FastaManager: END READ
2023/10/18 05:45:52 FastaManager: FASTA
2023/10/18 05:45:53 SequenceProcessor: 0	CB_BINNING EXIT
	Clustered reads:
		CB Cluster 1: 7128
		CB Cluster 2: 19536

##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.441
Current Used Memory=0.274
Current Free Memory=0.168
############################################

version MTxABxCB =Sun Oct 15 15:18:48 EDT 2023
cpus=8
using=1
2023/10/18 05:45:53 Using Dictionary ORIGINAL
2023/10/18 05:45:53 START of AB Counting
2023/10/18 05:45:53 FastaManager: START READ
2023/10/18 05:45:53 SequenceProcessor: 0	AB_KMERCOUNT START
2023/10/18 05:45:53 FastaManager: lines read 53328
2023/10/18 05:45:53 FastaManager: END READ
2023/10/18 05:45:53 FastaManager: FASTA
2023/10/18 05:45:57 SequenceProcessor: 0	AB_KMERCOUNT EXIT
2023/10/18 05:45:57 END of AB Counting
2023/10/18 05:45:57 Loaded sequences: 26664
2023/10/18 05:45:57 Distinct kmers(before remove):	65536


##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.441
Current Used Memory=0.173
Current Free Memory=0.268
############################################

2023/10/18 05:45:57
Unique:		0
Distinct:	65536
Total:		7625904
MaxCount:	1574

2023/10/18 05:45:57 START of EMsync
	Run=1
	Run=2
	Run=3
	Run=4
	Run=5
	Run=6
	Run=7
	Run=8
	Run=9
	Run=10
	Run=11
	Run=12
	Run=13
	Run=14
	Run=15
	Run=16
	Run=17
	Run=18
	Run=19
	Run=20
	Run=21
	Run=22
	Run=23
	Run=24
	Run=25
2023/10/18 05:45:57	Runs=25
2023/10/18 05:45:57 END of EMsync
2023/10/18 05:45:57	Filter before=2
2023/10/18 05:45:57	Filter after=2
2023/10/18 05:45:57 START of Creating AB Cluster Vectors
	Cluster 1	Abundance=75.538888587297	Length=49367.82626224055	LowLimit=32	HighLimit=118
	Cluster 2	Abundance=241.01134335779187	Length=16168.173737759447	LowLimit=163	HighLimit=318
2023/10/18 05:45:57	Trove size/4=18022
2023/10/18 05:45:57	Trove size/4=18022
2023/10/18 05:45:57	Cluster 1	size in kmers=65536	norm=221.81983091435748
2023/10/18 05:45:57	Cluster 2	size in kmers=65536	norm=126.50589485137961
2023/10/18 05:45:57 END of Creating AB Cluster Vectors
cpus=8
using=1
2023/10/18 05:45:57 START of AB Binning
2023/10/18 05:45:57 FastaManager: START READ
2023/10/18 05:45:57 SequenceProcessor: 0	AB_BINNING START
2023/10/18 05:45:57 FastaManager: lines read 53328
2023/10/18 05:45:57 FastaManager: END READ
2023/10/18 05:45:57 FastaManager: FASTA
2023/10/18 05:46:02 SequenceProcessor: 0	AB_BINNING EXIT
2023/10/18 05:46:02 END of AB Binning
cpus=8
using=1
2023/10/18 05:46:02 START of CB Counting
2023/10/18 05:46:02 FastaManager: START READ
2023/10/18 05:46:02 SequenceProcessor: 0	CB_SEQUENCEVECTORBUILD START
2023/10/18 05:46:02 FastaManager: lines read 53328
2023/10/18 05:46:02 FastaManager: END READ
2023/10/18 05:46:02 FastaManager: FASTA
2023/10/18 05:46:03 SequenceProcessor: 0	CB_SEQUENCEVECTORBUILD EXIT
2023/10/18 05:46:03 END of CB Counting
2023/10/18 05:46:03 Loaded sequences: 26664

##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.5
Current Used Memory=0.334
Current Free Memory=0.166
############################################

2023/10/18 05:46:03 AB Cluster=1	Size=6793
2023/10/18 05:46:03 AB Cluster=2	Size=19871

cpus=8
using=1
 ABid	    size	   abundance	  EMLength	 newLength	 EMspecies	newspecies
-----	    ----	   ---------	  --------	 ---------	 ---------	----------
    1	   6,793	    75.53889	    49,367	    13,489	    1		    1
2023/10/18 05:46:03 START of Creating CB Clusters for AB Cluster=1	Size=6793
K-Means clustering started
... centers initialized
... concurrent processing mode with 1 subtask threads
... iteration 1 moves = 0
...end.	1.863 seconds.
2023/10/18 05:46:05 : kMeans cleanup.
2023/10/18 05:46:05 END of Creating CB Clusters for AB Cluster=1
cpus=8
using=1
 ABid	    size	   abundance	  EMLength	 newLength	 EMspecies	newspecies
-----	    ----	   ---------	  --------	 ---------	 ---------	----------
    2	  19,871	   241.01134	    16,168	    12,367	    1		    1
2023/10/18 05:46:05 START of Creating CB Clusters for AB Cluster=2	Size=19871
K-Means clustering started
... centers initialized
... concurrent processing mode with 1 subtask threads
... iteration 1 moves = 0
...end.	4.219 seconds.
2023/10/18 05:46:09 : kMeans cleanup.
2023/10/18 05:46:09 END of Creating CB Clusters for AB Cluster=2

##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.5
Current Used Memory=0.404
Current Free Memory=0.096
############################################

cpus=8
using=1
2023/10/18 05:46:09 START of CB Binning
2023/10/18 05:46:09 FastaManager: START READ
2023/10/18 05:46:10 SequenceProcessor: 0	CB_BINNING START
2023/10/18 05:46:10 FastaManager: lines read 53328
2023/10/18 05:46:10 FastaManager: END READ
2023/10/18 05:46:10 FastaManager: FASTA
2023/10/18 05:46:10 SequenceProcessor: 0	CB_BINNING EXIT
	Clustered reads:
		ABxCB Cluster 1: 6793
		ABxCB Cluster 2: 19871

##### Heap utilization statistics [GB] #####
Max Memory=0.5
Current Total Memory=0.5
Current Used Memory=0.32
Current Free Memory=0.18
############################################

[ FAIL 0 | WARN 0 | SKIP 0 | PASS 52 ]
> 
> proc.time()
   user  system elapsed 
 32.714   0.814  44.883 

Example timings

metabinR.Rcheck/metabinR-Ex.timings

nameusersystemelapsed
abundance_based_binning 9.993 0.77914.525
composition_based_binning3.6850.5953.911
hierarchical_binning5.1400.5306.703