Back to Build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKL[M]NOPQRSTUVWXYZ

This page was generated on 2025-11-13 11:32 -0500 (Thu, 13 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson3macOS 13.7.7 Venturaarm64R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" 4013
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 1284/2325HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
midasHLA 1.19.0  (landing page)
Maciej Migdał
Snapshot Date: 2025-11-12 13:40 -0500 (Wed, 12 Nov 2025)
git_url: https://git.bioconductor.org/packages/midasHLA
git_branch: devel
git_last_commit: f95a648
git_last_commit_date: 2025-10-29 11:06:38 -0500 (Wed, 29 Oct 2025)
kjohnson3macOS 13.7.7 Ventura / arm64  OK    OK    ERROR    OK  


CHECK results for midasHLA on kjohnson3

To the developers/maintainers of the midasHLA package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/midasHLA.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.

raw results


Summary

Package: midasHLA
Version: 1.19.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:midasHLA.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings midasHLA_1.19.0.tar.gz
StartedAt: 2025-11-12 19:27:25 -0500 (Wed, 12 Nov 2025)
EndedAt: 2025-11-12 19:29:46 -0500 (Wed, 12 Nov 2025)
EllapsedTime: 140.7 seconds
RetCode: 1
Status:   ERROR  
CheckDir: midasHLA.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/midasHLA.Rcheck’
* using R Under development (unstable) (2025-11-04 r88984)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 16.0.0 (clang-1600.0.26.6)
    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 ‘midasHLA/DESCRIPTION’ ... OK
* this is package ‘midasHLA’ version ‘1.19.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 ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘midasHLA’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
License stub is invalid DCF.
* 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 ... NOTE
checkRd: (-1) omnibusTest.Rd:39: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) omnibusTest.Rd:40: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) omnibusTest.Rd:41: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) omnibusTest.Rd:42: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) omnibusTest.Rd:43: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) omnibusTest.Rd:44: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) omnibusTest.Rd:45: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) runMiDAS.Rd:151-154: Lost braces in \itemize; meant \describe ?
checkRd: (-1) runMiDAS.Rd:155-158: Lost braces in \itemize; meant \describe ?
checkRd: (-1) runMiDAS.Rd:159-163: Lost braces in \itemize; meant \describe ?
checkRd: (-1) runMiDAS.Rd:164-168: Lost braces in \itemize; meant \describe ?
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  MiDAS-class.Rd: MultiAssayExperiment
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from Rd file 'kableResults.Rd':
kableResults
  Code: function(results, colnames = NULL, header = "MiDAS analysis
                 results", pvalue_cutoff = NULL, format = "html",
                 scroll_box_height = "400px")
  Docs: function(results, colnames = NULL, header = "MiDAS analysis
                 results", pvalue_cutoff = NULL, format =
                 getOption("knitr.table.format"), scroll_box_height =
                 "400px")
  Mismatches in argument default values:
    Name: 'format' Code: "html" Docs: getOption("knitr.table.format")

* 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 LazyData ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
      anyMissing, rowMedians
  
  > 
  > test_check("midasHLA")
  [ FAIL 1 | WARN 20 | SKIP 0 | PASS 308 ]
  
  ══ Failed tests ════════════════════════════════════════════════════════════════
  ── Failure ('test_utils.R:166:3'): LRTest ──────────────────────────────────────
  `lrt_res` not equal to data.frame(...).
  Component "logLik": Mean relative difference: 0.01460859
  Component "statistic": Mean relative difference: 0.01460859
  
  [ FAIL 1 | WARN 20 | SKIP 0 | PASS 308 ]
  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, 4 NOTEs
See
  ‘/Users/biocbuild/bbs-3.23-bioc/meat/midasHLA.Rcheck/00check.log’
for details.


Installation output

midasHLA.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/library’
* installing *source* package ‘midasHLA’ ...
** this is package ‘midasHLA’ version ‘1.19.0’
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** 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 (midasHLA)

Tests output

midasHLA.Rcheck/tests/testthat.Rout.fail


R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences"
Copyright (C) 2025 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(midasHLA)
Loading required package: MultiAssayExperiment
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'

The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars

Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: generics

Attaching package: 'generics'

The following objects are masked from 'package:base':

    as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
    setequal, union


Attaching package: 'BiocGenerics'

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
    mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
    unsplit, which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:utils':

    findMatches

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: Seqinfo
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.


Attaching package: 'Biobase'

The following object is masked from 'package:MatrixGenerics':

    rowMedians

The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians

> 
> test_check("midasHLA")
[ FAIL 1 | WARN 20 | SKIP 0 | PASS 308 ]

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_utils.R:166:3'): LRTest ──────────────────────────────────────
`lrt_res` not equal to data.frame(...).
Component "logLik": Mean relative difference: 0.01460859
Component "statistic": Mean relative difference: 0.01460859

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

Example timings

midasHLA.Rcheck/midasHLA-Ex.timings

nameusersystemelapsed
HWETest0.4360.0230.483
analyzeAssociations0.4800.0080.502
analyzeConditionalAssociations0.1510.0040.165
checkAlleleFormat000
checkKirGenesFormat000
convertAlleleToVariable0.0020.0000.002
countsToVariables0.0070.0140.021
filterByFrequency0.0560.0070.066
filterByOmnibusGroups0.0220.0010.023
filterByVariables0.0580.0000.059
formatResults000
getAAFrequencies2.0240.0572.141
getAlleleResolution000
getAllelesForAA0.3070.0130.322
getExperiments000
getFrequencies0.0890.0230.117
getHlaCalls0.0280.0380.068
getHlaFrequencies0.0610.0100.074
getHlaKirInteractions1.0930.1071.270
getKIRFrequencies0.0010.0000.002
getKirCalls0.0100.0310.041
getOmnibusGroups0.0050.0040.009
getPlaceholder000
getVariableAAPos0.0060.0010.007
hlaCallsGranthamDistance0.4710.0410.516
hlaToAAVariation1.5370.2191.806
hlaToVariable0.0980.0160.115
kableResults1.6950.0331.823
omnibusTest2.1210.0692.265
prepareMiDAS0.0990.0080.109
readHlaAlignments0.6090.0090.649
readHlaCalls0.0420.0010.047
readKirCalls0.0130.0370.057
reduceAlleleResolution000
reduceHlaCalls0.0820.0480.150
runMiDAS4.1210.0904.416
summariseAAPosition0.6950.0100.726