* using log directory ‘/srv/hornik/tmp/CRAN_pretest/Rthreads.Rcheck’ * using R Under development (unstable) (2025-06-11 r88304) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (3) Debian flang-new version 19.1.7 (3) * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘Rthreads/DESCRIPTION’ ... OK * this is package ‘Rthreads’ version ‘1.0.2’ * checking CRAN incoming feasibility ... [3s/6s] NOTE Maintainer: ‘Norm Matloff ’ New submission No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Norm", family = "Matloff", role = c("aut", "cre"), email = "normmatloff@gmail.com") as necessary. * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘Rthreads’ can be installed ... [1s/1s] WARNING Found the following significant warnings: Warning: replacing previous import ‘bigmemory::shared.name’ by ‘synchronicity::shared.name’ when loading ‘Rthreads’ See ‘/srv/hornik/tmp/CRAN_pretest/Rthreads.Rcheck/00install.out’ for details. * checking package directory ... OK * checking for future file timestamps ... 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 ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] OK * checking use of S3 registration ... 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 ... [2s/2s] NOTE rthreadsAtomicInc: no visible binding for global variable ‘sharedGlobals’ rthreadsBarrier: no visible binding for global variable ‘sharedGlobals’ rthreadsBarrier: no visible binding for global variable ‘myGlobals’ rthreadsInitBarrier: no visible binding for global variable ‘myGlobals’ rthreadsJoin: no visible binding for global variable ‘sharedGlobals’ rthreadsMakeBarrier: no visible binding for global variable ‘myGlobals’ rthreadsWaitDone: no visible binding for global variable ‘sharedGlobals’ rthreadsWaitDone: no visible binding for global variable ‘myGlobals’ Undefined global functions or variables: myGlobals sharedGlobals Found the following assignments to the global environment: File ‘Rthreads/R/Rthreads.R’: assign("myGlobals", tmp, envir = .GlobalEnv) assign("sharedGlobals", tmp, envir = .GlobalEnv) assign("sharedGlobals", tmp, envir = .GlobalEnv) assign("myGlobals", tmp, envir = .GlobalEnv) * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... 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 contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [0s/0s] OK * checking data for ASCII and uncompressed saves ... OK * checking sizes of PDF files under ‘inst/doc’ ... NOTE ‘qpdf’ made some significant size reductions: compacted ‘QuickStart.pdf’ from 464Kb to 293Kb consider running tools::compactPDF() on these files, or build the source package with --compact-vignettes * checking installed files from ‘inst/doc’ ... OK * checking examples ... NONE * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for code which exercises the package ... WARNING No examples, no tests, no vignettes * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 2 WARNINGs, 3 NOTEs