############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R/bin/R CMD check --install=check:HilbertVisGUI.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings HilbertVisGUI_1.63.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/HilbertVisGUI.Rcheck’ * using R version 4.4.1 (2024-06-14) * using platform: aarch64-unknown-linux-gnu * R was compiled by gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14) GNU Fortran (GCC) 10.3.1 * running under: openEuler 22.03 (LTS-SP1) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘HilbertVisGUI/DESCRIPTION’ ... OK * this is package ‘HilbertVisGUI’ version ‘1.63.0’ * 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 ‘HilbertVisGUI’ can be installed ... WARNING Found the following significant warnings: /usr/include/gdkmm-2.4/gdkmm/pixbufanimation.h:124:72: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] colorizers.h:42:9: warning: ‘template class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] display.cc:21:46: warning: narrowing conversion of ‘(((long int)c.coord::y) + (1 << (lv - 1)))’ from ‘long int’ to ‘int’ [-Wnarrowing] display.cc:22:41: warning: narrowing conversion of ‘(((long int)c.coord::x) + (1 << (lv - 1)))’ from ‘long int’ to ‘int’ [-Wnarrowing] display.cc:22:65: warning: narrowing conversion of ‘(((long int)c.coord::y) + (1 << (lv - 1)))’ from ‘long int’ to ‘int’ [-Wnarrowing] display.cc:23:50: warning: narrowing conversion of ‘(((1 << lv) - 1) - ((long int)c.coord::y))’ from ‘long int’ to ‘int’ [-Wnarrowing] display.cc:23:78: warning: narrowing conversion of ‘(((1 << (lv - 1)) - 1) - ((long int)c.coord::x))’ from ‘long int’ to ‘int’ [-Wnarrowing] window.cc:212:31: warning: catching polymorphic type ‘class HilbertValueError’ by value [-Wcatch-value=] window.cc:232:31: warning: catching polymorphic type ‘class HilbertValueError’ by value [-Wcatch-value=] window.cc:241:31: warning: catching polymorphic type ‘class HilbertValueError’ by value [-Wcatch-value=] window.cc:371:31: warning: catching polymorphic type ‘class HilbertValueError’ by value [-Wcatch-value=] See ‘/home/biocbuild/bbs-3.20-bioc/meat/HilbertVisGUI.Rcheck/00install.out’ for details. * used C compiler: ‘gcc (GCC) 10.3.1’ * used C++ compiler: ‘g++ (GCC) 10.3.1’ * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. * 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 ... NOTE | 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. A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. * checking whether the namespace can be unloaded cleanly ... WARNING ---- unloading *** 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("HilbertVisGUI") An irrecoverable exception occurred. R is aborting now ... * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... NOTE | Cannot connect to an X display. Most functionality of | HilbertVisGUI will be unavailable. Make sure that the DISPLAY | environment variable is set properly. It looks like this package (or a package it requires) has a startup message which cannot be suppressed: see ?packageStartupMessage. * 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 ... NOTE | Cannot connect to an X display. Most functionality of | HilbertVisGUI will be unavailable. Make sure that the DISPLAY | environment variable is set properly. hilbertDisplay: no visible global function definition for ‘colorRampPalette’ hilbertDisplay: no visible global function definition for ‘col2rgb’ hilbertDisplay: no visible global function definition for ‘median’ hilbertDisplayThreeChannel: no visible global function definition for ‘col2rgb’ Undefined global functions or variables: col2rgb colorRampPalette median Consider adding importFrom("grDevices", "col2rgb", "colorRampPalette") importFrom("stats", "median") to your NAMESPACE file. * 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 line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... NOTE GNU make is a SystemRequirements. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking include directives in Makefiles ... OK * checking compiled code ... NOTE Note: information on .o files is not available File ‘HilbertVisGUI/libs/HilbertVisGUI.so’: Found non-API call to R: ‘getInputHandler’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. * checking files in ‘vignettes’ ... OK * checking examples ... 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: 2 WARNINGs, 7 NOTEs See ‘/home/biocbuild/bbs-3.20-bioc/meat/HilbertVisGUI.Rcheck/00check.log’ for details.