| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2025-11-19 10:13 -0500 (Wed, 19 Nov 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-10-20 r88955) -- "Unsuffered Consequences" | 4827 |
| lconway | macOS 12.7.6 Monterey | x86_64 | R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences" | 4600 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" | 4564 |
| 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 1354/2325 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| MSA2dist 1.15.0 (landing page) Kristian K Ullrich
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| lconway | macOS 12.7.6 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | OK | |||||||||
|
To the developers/maintainers of the MSA2dist package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/MSA2dist.git to reflect on this report. See Troubleshooting Build Report for more information. - 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. |
| Package: MSA2dist |
| Version: 1.15.0 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:MSA2dist.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings MSA2dist_1.15.0.tar.gz |
| StartedAt: 2025-11-18 22:30:17 -0500 (Tue, 18 Nov 2025) |
| EndedAt: 2025-11-18 22:34:24 -0500 (Tue, 18 Nov 2025) |
| EllapsedTime: 246.7 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: MSA2dist.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:MSA2dist.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings MSA2dist_1.15.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/MSA2dist.Rcheck’
* using R Under development (unstable) (2025-10-21 r88958)
* using platform: x86_64-apple-darwin20
* R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘MSA2dist/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘MSA2dist’ version ‘1.15.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 ‘MSA2dist’ can be installed ... OK
* used C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
* used SDK: ‘MacOSX11.3.1.sdk’
* checking C++ specification ... NOTE
Specified C++11: please drop specification unless essential
* 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 code 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 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 line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... INFO
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
codonmat2xy 6.37 1.706 5.951
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 1 NOTE
See
‘/Users/biocbuild/bbs-3.23-bioc/meat/MSA2dist.Rcheck/00check.log’
for details.
MSA2dist.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL MSA2dist ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library’ * installing *source* package ‘MSA2dist’ ... ** this is package ‘MSA2dist’ version ‘1.15.0’ ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’ using C++11 using SDK: ‘MacOSX11.3.1.sdk’ clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c GY94.cpp -o GY94.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c KaKs.cpp -o KaKs.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c LPB93.cpp -o LPB93.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c LWL85.cpp -o LWL85.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c MSMA.cpp -o MSMA.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c MYN.cpp -o MYN.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c NG86.cpp -o NG86.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c YN00.cpp -o YN00.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c base.cpp -o base.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rcpp_KaKs.cpp -o rcpp_KaKs.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rcpp_distSTRING.cpp -o rcpp_distSTRING.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rcpp_pairwiseDeletionAA.cpp -o rcpp_pairwiseDeletionAA.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/RcppThread/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rcpp_pairwiseDeletionDNA.cpp -o rcpp_pairwiseDeletionDNA.o clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o MSA2dist.so GY94.o KaKs.o LPB93.o LWL85.o MSMA.o MYN.o NG86.o RcppExports.o YN00.o base.o rcpp_KaKs.o rcpp_distSTRING.o rcpp_pairwiseDeletionAA.o rcpp_pairwiseDeletionDNA.o -F/Library/Frameworks/R.framework/.. -framework R installing to /Library/Frameworks/R.framework/Versions/4.6-x86_64/Resources/library/00LOCK-MSA2dist/00new/MSA2dist/libs ** R ** data ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (MSA2dist)
MSA2dist.Rcheck/tests/testthat.Rout
R Under development (unstable) (2025-10-21 r88958) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20
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(MSA2dist)
>
> test_check("MSA2dist")
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
Computing: [========================================] 100% (done)
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 177 ]
>
> proc.time()
user system elapsed
85.956 18.263 102.938
MSA2dist.Rcheck/MSA2dist-Ex.timings
| name | user | system | elapsed | |
| AAMatrix-data | 0.002 | 0.001 | 0.003 | |
| GENETIC_CODE_TCAG | 0.003 | 0.001 | 0.005 | |
| aa2selfscore | 0.263 | 0.008 | 0.274 | |
| aabin2aastring | 0.036 | 0.001 | 0.038 | |
| aastring2aabin | 0.217 | 0.005 | 0.223 | |
| aastring2aln | 0.213 | 0.007 | 0.222 | |
| aastring2dist | 0.811 | 0.030 | 0.842 | |
| addmask2string | 0.202 | 0.011 | 0.214 | |
| addpop2string | 0.187 | 0.004 | 0.192 | |
| addpos2string | 0.083 | 0.005 | 0.089 | |
| addregion2string | 0.233 | 0.008 | 0.242 | |
| aln2aastring | 0.166 | 0.003 | 0.170 | |
| aln2dnastring | 0.020 | 0.000 | 0.021 | |
| cds2aa | 0.687 | 0.011 | 0.701 | |
| cds2codonaln | 0.449 | 0.007 | 0.457 | |
| cdsstring2codonaln | 0.219 | 0.004 | 0.224 | |
| codon2numberAMBIG | 0.000 | 0.001 | 0.002 | |
| codon2numberTCAG | 0.000 | 0.001 | 0.001 | |
| codonmat2pnps | 0.042 | 0.002 | 0.044 | |
| codonmat2xy | 6.370 | 1.706 | 5.951 | |
| compareCodons | 0.046 | 0.004 | 0.050 | |
| dnabin2dnastring | 0.025 | 0.002 | 0.027 | |
| dnastring2aln | 0.014 | 0.002 | 0.016 | |
| dnastring2codonmat | 0.041 | 0.004 | 0.045 | |
| dnastring2dist | 0.543 | 0.067 | 0.611 | |
| dnastring2dnabin | 0.014 | 0.001 | 0.015 | |
| dnastring2kaks | 1.733 | 1.012 | 2.369 | |
| getmask | 0.224 | 0.040 | 0.268 | |
| getpos | 0.052 | 0.006 | 0.058 | |
| globalDeletion | 0.019 | 0.002 | 0.020 | |
| globalDeletionAA | 0.209 | 0.015 | 0.226 | |
| granthamMatrix | 0.001 | 0.003 | 0.004 | |
| hiv-data | 0.024 | 0.001 | 0.025 | |
| indices2kaks | 1.816 | 0.879 | 2.564 | |
| iupac-data | 0.049 | 0.014 | 0.064 | |
| iupacMatrix | 0.000 | 0.001 | 0.002 | |
| makePostalignedSeqs | 1.133 | 0.192 | 1.335 | |
| pal2nal | 0.827 | 0.065 | 0.901 | |
| popinteger | 0.198 | 0.022 | 0.222 | |
| popnames | 0.170 | 0.003 | 0.174 | |
| rcpp_KaKs | 0.044 | 0.002 | 0.046 | |
| rcpp_distSTRING | 0.028 | 0.003 | 0.031 | |
| rcpp_pairwiseDeletionAA | 0.162 | 0.008 | 0.171 | |
| rcpp_pairwiseDeletionDNA | 0.016 | 0.003 | 0.018 | |
| region | 0.194 | 0.006 | 0.201 | |
| regionused | 0.166 | 0.004 | 0.171 | |
| string2region | 0.499 | 0.016 | 0.517 | |
| subString | 0.019 | 0.001 | 0.020 | |
| uptriidx | 0.001 | 0.000 | 0.000 | |