Back to Mac ARM64 build report for BioC 3.20
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-05-20 11:32:12 -0400 (Mon, 20 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.6 Venturaarm644.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup" 4381
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 796/2233HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GenomAutomorphism 1.7.0  (landing page)
Robersy Sanchez
Snapshot Date: 2024-05-18 09:00:01 -0400 (Sat, 18 May 2024)
git_url: https://git.bioconductor.org/packages/GenomAutomorphism
git_branch: devel
git_last_commit: 2ab18e5
git_last_commit_date: 2024-05-05 14:06:42 -0400 (Sun, 05 May 2024)
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    ERROR    OK  

CHECK results for GenomAutomorphism on kjohnson1


To the developers/maintainers of the GenomAutomorphism 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: GenomAutomorphism
Version: 1.7.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:GenomAutomorphism.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings GenomAutomorphism_1.7.0.tar.gz
StartedAt: 2024-05-19 14:11:36 -0400 (Sun, 19 May 2024)
EndedAt: 2024-05-19 14:18:52 -0400 (Sun, 19 May 2024)
EllapsedTime: 435.5 seconds
RetCode: 1
Status:   ERROR  
CheckDir: GenomAutomorphism.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/GenomAutomorphism.Rcheck’
* using R version 4.4.0 Patched (2024-04-24 r86482)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘GenomAutomorphism/DESCRIPTION’ ... OK
* this is package ‘GenomAutomorphism’ version ‘1.7.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 ‘GenomAutomorphism’ 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 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 ... WARNING
Undocumented S4 methods:
  generic '[' and siglist 'AutomorphismList,ANY'
  generic '[' and siglist 'ListCodonMatrix,ANY'
  generic '[' and siglist 'MatrixSeq,ANY'
  generic '[[' and siglist 'AutomorphismList'
  generic '[[' and siglist 'ListCodonMatrix'
  generic 'names<-' and siglist 'AutomorphismList'
  generic 'names<-' and siglist 'MatrixSeq'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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
automorphisms     7.073  0.169  65.527
aminoacid_dist    3.912  0.969  11.673
aut3D             2.459  0.178  23.410
autZ64            2.578  0.056  22.330
autZ125           2.295  0.051  18.033
autZ5             1.733  0.067  21.948
codon_dist_matrix 0.042  0.011   6.562
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘spelling.R’
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
  > library(GenomAutomorphism)
  > 
  > test_check("GenomAutomorphism")
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 32 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test-aa_mutmat.R:7:6'): multiplication works ──────────────────────
  mat && aa is not TRUE
  
  `actual`:   FALSE
  `expected`: TRUE 
  
  [ FAIL 1 | WARN 0 | SKIP 0 | PASS 32 ]
  Error: Test failures
  Execution halted
* 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 ERROR, 1 WARNING
See
  ‘/Users/biocbuild/bbs-3.20-bioc-mac-arm64/meat/GenomAutomorphism.Rcheck/00check.log’
for details.


Installation output

GenomAutomorphism.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’
* installing *source* package ‘GenomAutomorphism’ ...
** using staged installation
** R
** data
** inst
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (GenomAutomorphism)

Tests output

GenomAutomorphism.Rcheck/tests/spelling.Rout


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-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.

> 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.069   0.270 

GenomAutomorphism.Rcheck/tests/testthat.Rout.fail


R version 4.4.0 Patched (2024-04-24 r86482) -- "Puppy Cup"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-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(GenomAutomorphism)
> 
> test_check("GenomAutomorphism")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 32 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-aa_mutmat.R:7:6'): multiplication works ──────────────────────
mat && aa is not TRUE

`actual`:   FALSE
`expected`: TRUE 

[ FAIL 1 | WARN 0 | SKIP 0 | PASS 32 ]
Error: Test failures
Execution halted

Example timings

GenomAutomorphism.Rcheck/GenomAutomorphism-Ex.timings

nameusersystemelapsed
AutomorphismByCoef0.4840.0100.495
AutomorphismList2.8770.0372.923
CodonMatrix0.2030.0030.209
CodonSeq0.4680.0160.486
GRangesMatrixSeq0.2370.0120.250
ListCodonMatrix0.2460.0060.253
MatrixSeq0.1350.0050.140
aa_phychem_index0.1320.0100.144
aaindex10.0490.0020.051
aaindex20.0200.0010.022
aaindex30.0140.0020.015
aln0.1030.0050.107
aminoacid_dist 3.912 0.96911.673
as.AutomorphismList0.6080.0680.685
aut3D 2.459 0.17823.410
autZ125 2.295 0.05118.033
autZ5 1.733 0.06721.948
autZ64 2.578 0.05622.330
autby_coef0.3300.0070.346
autm0.0940.0070.103
autm_3d0.1430.0070.150
autm_z1250.1210.0060.128
automorphismByRanges0.1650.0120.177
automorphism_bycoef0.1460.0100.155
automorphisms 7.073 0.16965.527
base2codon0.1000.0060.112
base2int0.0070.0010.008
base_methods0.4800.0300.511
brca1_aln0.0650.0040.069
brca1_aln20.0800.0060.086
brca1_autm0.4700.0070.478
cdm_z640.2220.4340.670
codon_coord1.1780.0151.194
codon_dist0.3220.0090.331
codon_dist_matrix0.0420.0116.562
codon_matrix0.4220.0200.448
conserved_regions0.4340.0080.444
covid_aln0.1060.0040.112
covid_autm0.1170.0050.122
cyc_aln0.1210.0040.127
cyc_autm0.2720.0070.292
dna_phyche0.0070.0020.009
dna_phychem0.0020.0010.003
extract-methods0.5340.0070.542
getAutomorphisms0.2080.0120.220
get_coord0.6690.0090.678
get_mutscore0.2010.0080.208
matrices0.6670.0100.677
mod0.0020.0010.003
modeq0.0010.0010.001
modlineq0.0020.0020.004
mut_type0.0020.0010.002
peptide_phychem_index0.1550.0090.163
reexports0.1900.0080.198
seqranges0.7220.0070.730
slapply0.0020.0000.003
sortByChromAndStart0.0670.0000.068
str2chr0.0000.0000.001
str2dig0.0010.0000.001
translation1.1830.0121.204