Back to Build/check report for BioC 3.24:   simplified   long
ABCDEFG[H]IJKLMNOPQRSTUVWXYZ

This page was generated on 2026-05-09 15:11 -0400 (Sat, 09 May 2026).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4890
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 1000/2374HostnameOS / ArchINSTALLBUILDCHECKBIOCCHECKBUILD BIN
HilbertVisGUI 1.71.0  (landing page)
Simon Anders
Snapshot Date: 2026-05-08 13:45 -0400 (Fri, 08 May 2026)
git_url: https://git.bioconductor.org/packages/HilbertVisGUI
git_branch: devel
git_last_commit: e5f02f0
git_last_commit_date: 2026-04-28 08:33:33 -0400 (Tue, 28 Apr 2026)
nebbiolo2Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    WARNINGS    ERRORS  UNNEEDED, same version is already published
See other builds for HilbertVisGUI in R Universe.


BIOCCHECK results for HilbertVisGUI on nebbiolo2

To the developers/maintainers of the HilbertVisGUI package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/HilbertVisGUI.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: HilbertVisGUI
Version: 1.71.0
Command: /home/biocbuild/bbs-3.24-bioc/R/bin/Rscript -e "BiocCheck::BiocCheck('HilbertVisGUI_1.71.0.tar.gz','quit-with-status'=TRUE)"
StartedAt: 2026-05-09 06:58:13 -0400 (Sat, 09 May 2026)
EndedAt: 2026-05-09 06:58:44 -0400 (Sat, 09 May 2026)
EllapsedTime: 31.0 seconds
RetCode: 139
Status:   ERRORS  
CheckDir: None
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.24-bioc/R/bin/Rscript -e "BiocCheck::BiocCheck('HilbertVisGUI_1.71.0.tar.gz','quit-with-status'=TRUE)"
###
##############################################################################
##############################################################################


── Installing HilbertVisGUI ────────────────────────────────────────────────────
✔ Package installed successfully
── HilbertVisGUI session metadata ──────────────────────────────────────────────
→ sourceDir: /tmp/Rtmp1mozCt/fileb09912aca5aa2/HilbertVisGUI
→ BiocVersion: 3.24
→ Package: HilbertVisGUI
→ PackageVersion: 1.71.0
→ BiocCheckDir: /home/biocbuild/bbs-3.24-bioc/meat/HilbertVisGUI.BiocCheck
→ BiocCheckVersion: 1.49.4
→ sourceDir: /tmp/Rtmp1mozCt/fileb09912aca5aa2/HilbertVisGUI
→ installDir: /tmp/Rtmp1mozCt/fileb09912018a311
→ isTarBall: TRUE
→ platform: unix
── Running BiocCheck on HilbertVisGUI ──────────────────────────────────────────
* Checking for deprecated package usage...
* Checking for remote package usage...
* Checking for 'LazyData: true' usage...
* Checking version number...
* Checking for version number mismatch...
* Checking version number validity...
* Checking R version dependency...
ℹ NOTE: Update R version dependency from 2.6.0 to 4.6.0
* Checking package size...
* Checking individual file sizes...
* Checking biocViews...
* Checking that biocViews are present...
* Checking package type based on biocViews...
→ Software
* Checking for non-trivial biocViews...
* Checking that biocViews come from the same category...
* Checking biocViews validity...
* Checking for recommended biocViews...
* Checking build system compatibility...
* Checking for proper Description: field...
* Checking if DESCRIPTION is well formatted...
* Checking for whitespace in DESCRIPTION field names...
* Checking if 'Package:' field matches directory / tarball...
* Checking for Version: field...
✖ ERROR: Remove Maintainer field. Use Authors@R [cre] designation.
* Checking License: for restrictive use...
* Checking for recommended DESCRIPTION fields...
ℹ NOTE: Provide 'BugReports' field(s) in DESCRIPTION
* Checking for Bioconductor software dependencies...
ℹ Bioconductor dependencies found in Imports & Depends (100%).
* Checking for pinned package versions in DESCRIPTION...
* Checking for 'fnd' role in Authors@R...
ℹ NOTE: No 'fnd' role found in Authors@R. If the work is supported by a grant,
consider adding the 'fnd' role to the list of authors.
* Checking NAMESPACE...
* Checking .Rbuildignore...
* Checking for stray BiocCheck output folders...
* Checking vignette directory...
! WARNING: Use RMarkdown instead of Sweave 'Rnw' vignettes.
  Rnw vignette(s) found:
    • HilbertVisGUI.Rnw
ℹ NOTE: 'sessionInfo' not found in vignette(s)
  Missing from file(s):
    • vignettes/HilbertVisGUI.Rnw
* Checking package installation calls in R code...
* Checking for library/require of HilbertVisGUI...
* Checking coding practice...
ℹ NOTE: Avoid sapply(); use vapply()
  Found in files:
    • R/HilbertCurveDisplay.R (line 47, column 16)
    • R/HilbertCurveDisplay.R (line 58, column 22)
ℹ NOTE: Avoid 'cat' and 'print' outside of 'show' methods
  Found in files:
    • cat() in R/loadLib.R (line 28, column 7)
    • ...
    • cat() in R/loadLib.R (line 78, column 4)
! WARNING: Avoid class membership checks with class() / is() and == / !=; Use
is(x, 'class') for S4 classes
  Found in files:
    • loadLib.R (line 10, column 19)
* Checking parsed R code in R directory, examples, vignettes...
ℹ NOTE: Avoid '<<-' if possible (found 4 times)
  • <<- in R/loadLib.R (line 9, column 8)
  • ...
  • <<- in R/loadLib.R (line 15, column 33)
* Checking function lengths...
ℹ NOTE: The recommended function length is 50 lines or less. There are 2
functions greater than 50 lines.
  The longest 5 functions are:
    • failedToLoadDLL() (R/loadLib.R): 63 lines
    • hilbertDisplay() (R/HilbertCurveDisplay.R): 57 lines
* Checking man page documentation...

 | Cannot connect to an X display. Most functionality of 
 | HilbertVisGUI will be unavailable. Make sure that the DISPLAY
 | environment variable is set properly.

Warning in dyn.load(file, DLLpath = DLLpath, ...) :
  Cannot connect to X display.

 *** caught segfault ***
address 0x10, cause 'memory not mapped'

Traceback:
 1: dyn.unload(file)
 2: library.dynam.unload(dll[["name"]], libpath)
 3: fun(...)
 4: doTryCatch(return(expr), name, parentenv, handler)
 5: tryCatchOne(expr, names, parentenv, handlers[[1L]])
 6: tryCatchList(expr, classes, parentenv, handlers)
 7: tryCatch(fun(...), error = identity)
 8: runHook(".onUnload", ns, nspath)
 9: unloadNamespace(pkg_ns)
10: doTryCatch(return(expr), name, parentenv, handler)
11: tryCatchOne(expr, names, parentenv, handlers[[1L]])
12: tryCatchList(expr, classes, parentenv, handlers)
13: tryCatch(expr, error = function(e) {    call <- conditionCall(e)    if (!is.null(call)) {        if (identical(call[[1L]], quote(doTryCatch)))             call <- sys.call(-4L)        dcall <- deparse(call, nlines = 1L)        prefix <- paste("Error in", dcall, ": ")        LONG <- 75L        sm <- strsplit(conditionMessage(e), "\n")[[1L]]        w <- 14L + nchar(dcall, type = "w") + nchar(sm[1L], type = "w")        if (is.na(w))             w <- 14L + nchar(dcall, type = "b") + nchar(sm[1L],                 type = "b")        if (w > LONG)             prefix <- paste0(prefix, "\n  ")    }    else prefix <- "Error : "    msg <- paste0(prefix, conditionMessage(e), "\n")    .Internal(seterrmessage(msg[1L]))    if (!silent && isTRUE(getOption("show.error.messages"))) {        cat(msg, file = outFile)        .Internal(printDeferredWarnings())    }    invisible(structure(msg, class = "try-error", condition = e))})
14: try(unloadNamespace(pkg_ns), silent = TRUE)
15: checkExportsAreDocumented(.BiocPackage, lib.loc = libloc)
16: checkManDocumentation(.BiocPackage, libloc)
17: BiocCheckRun(package = package, checkDir = checkDir, debug = debug,     ...)
18: BiocCheck::BiocCheck("HilbertVisGUI_1.71.0.tar.gz", `quit-with-status` = TRUE)
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)