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

This page was generated on 2024-05-07 11:32:34 -0400 (Tue, 07 May 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson3macOS 13.6.5 Venturaarm644.4.0 (2024-04-24) -- "Puppy Cup" 4461
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 825/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GenomAutomorphism 1.6.0  (landing page)
Robersy Sanchez
Snapshot Date: 2024-05-06 14:00:02 -0400 (Mon, 06 May 2024)
git_url: https://git.bioconductor.org/packages/GenomAutomorphism
git_branch: RELEASE_3_19
git_last_commit: 22d7b7a
git_last_commit_date: 2024-04-30 11:43:53 -0400 (Tue, 30 Apr 2024)
kjohnson3macOS 13.6.5 Ventura / arm64  OK    OK    ERROR    OK  

CHECK results for GenomAutomorphism on kjohnson3


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.6.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.6.0.tar.gz
StartedAt: 2024-05-06 21:44:57 -0400 (Mon, 06 May 2024)
EndedAt: 2024-05-06 21:47:17 -0400 (Mon, 06 May 2024)
EllapsedTime: 140.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.6.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc-mac-arm64/meat/GenomAutomorphism.Rcheck’
* using R version 4.4.0 (2024-04-24)
* 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.5
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘GenomAutomorphism/DESCRIPTION’ ... OK
* this is package ‘GenomAutomorphism’ version ‘1.6.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 2.399  0.058  21.053
autZ64        0.842  0.021   7.025
autZ125       0.764  0.019   5.794
aut3D         0.720  0.060   7.229
autZ5         0.574  0.020   6.916
* 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.19-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 (2024-04-24) -- "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.075   0.018   0.090 

GenomAutomorphism.Rcheck/tests/testthat.Rout.fail


R version 4.4.0 (2024-04-24) -- "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.1500.0030.153
AutomorphismList0.8970.0110.909
CodonMatrix0.0560.0010.056
CodonSeq0.1230.0090.131
GRangesMatrixSeq0.0730.0050.077
ListCodonMatrix0.0700.0010.071
MatrixSeq0.0390.0010.039
aa_phychem_index0.0370.0030.039
aaindex10.0130.0010.013
aaindex20.0060.0000.006
aaindex30.0040.0010.004
aln0.0200.0010.021
aminoacid_dist1.2030.5393.647
as.AutomorphismList0.1860.0160.202
aut3D0.7200.0607.229
autZ1250.7640.0195.794
autZ50.5740.0206.916
autZ640.8420.0217.025
autby_coef0.0970.0020.100
autm0.0230.0020.024
autm_3d0.0340.0020.036
autm_z1250.0270.0010.029
automorphismByRanges0.0420.0030.044
automorphism_bycoef0.0380.0030.041
automorphisms 2.399 0.05821.053
base2codon0.0210.0020.024
base2int0.0020.0000.003
base_methods0.1170.0080.126
brca1_aln0.0180.0010.019
brca1_aln20.0240.0040.028
brca1_autm0.1400.0020.141
cdm_z640.0690.1330.208
codon_coord0.3760.0020.379
codon_dist0.0940.0020.096
codon_dist_matrix0.0130.0052.347
codon_matrix0.1670.0060.175
conserved_regions0.1330.0040.136
covid_aln0.0240.0010.025
covid_autm0.0290.0010.031
cyc_aln0.0300.0020.031
cyc_autm0.0490.0010.051
dna_phyche0.0010.0000.003
dna_phychem0.0000.0000.001
extract-methods0.1710.0030.173
getAutomorphisms0.0620.0020.065
get_coord0.2300.0020.232
get_mutscore0.0640.0020.067
matrices0.2060.0060.212
mod0.0000.0010.000
modeq0.0010.0000.000
modlineq0.0000.0000.001
mut_type0.0010.0000.001
peptide_phychem_index0.0440.0030.046
reexports0.0420.0020.043
seqranges0.2110.0010.213
slapply0.0010.0000.001
sortByChromAndStart0.0170.0000.017
str2chr000
str2dig0.0010.0000.000
translation0.3240.0030.327