| Back to Multiple platform build/check report for BioC 3.22: simplified long |
|
This page was generated on 2025-08-15 12:06 -0400 (Fri, 15 Aug 2025).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4818 |
| palomino8 | Windows Server 2022 Datacenter | x64 | 4.5.1 (2025-06-13 ucrt) -- "Great Square Root" | 4554 |
| lconway | macOS 12.7.1 Monterey | x86_64 | 4.5.1 (2025-06-13) -- "Great Square Root" | 4595 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | 4.5.1 Patched (2025-06-14 r88325) -- "Great Square Root" | 4537 |
| taishan | Linux (openEuler 24.03 LTS) | aarch64 | 4.5.0 (2025-04-11) -- "How About a Twenty-Six" | 4535 |
| 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 1004/2317 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| iCARE 1.37.0 (landing page) Parichoy Pal Choudhury
| nebbiolo2 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
| palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
| lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | ERROR | ERROR | skipped | skipped | |||||||||
| taishan | Linux (openEuler 24.03 LTS) / aarch64 | OK | OK | WARNINGS | ||||||||||
|
To the developers/maintainers of the iCARE package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/iCARE.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. |
| Package: iCARE |
| Version: 1.37.0 |
| Command: F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:iCARE.install-out.txt --library=F:\biocbuild\bbs-3.22-bioc\R\library --no-vignettes --timings iCARE_1.37.0.tar.gz |
| StartedAt: 2025-08-15 04:15:02 -0400 (Fri, 15 Aug 2025) |
| EndedAt: 2025-08-15 04:17:25 -0400 (Fri, 15 Aug 2025) |
| EllapsedTime: 143.1 seconds |
| RetCode: 0 |
| Status: WARNINGS |
| CheckDir: iCARE.Rcheck |
| Warnings: 1 |
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:iCARE.install-out.txt --library=F:\biocbuild\bbs-3.22-bioc\R\library --no-vignettes --timings iCARE_1.37.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'F:/biocbuild/bbs-3.22-bioc/meat/iCARE.Rcheck'
* using R version 4.5.1 (2025-06-13 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
gcc.exe (GCC) 14.2.0
GNU Fortran (GCC) 14.2.0
* running under: Windows Server 2022 x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'iCARE/DESCRIPTION' ... OK
* this is package 'iCARE' version '1.37.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 ... OK
* checking for portable file names ... OK
* checking whether package 'iCARE' can be installed ... OK
* used C compiler: 'gcc.exe (GCC) 14.2.0'
* 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 ... 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 ... 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 ... OK
* checking LazyData ... OK
* checking data for ASCII and uncompressed saves ... WARNING
Note: significantly better compression could be obtained
by using R CMD build --resave-data
old_size new_size compress
bc_data.rda 1.2Mb 662Kb xz
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files for x64 is not available
File 'F:/biocbuild/bbs-3.22-bioc/R/library/iCARE/libs/x64/iCARE.dll':
Found '_exit', possibly from '_exit' (C)
Found 'abort', possibly from 'abort' (C), 'runtime' (Fortran)
Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs nor [v]sprintf. The detected symbols are linked into
the code but might come from libraries and not actually be called.
See 'Writing portable packages' in the 'Writing R Extensions' manual.
* checking sizes of PDF files under 'inst/doc' ... OK
* checking files in 'vignettes' ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
compute.absolute.risk.split.interval 13.94 2.56 16.50
compute.absolute.risk 8.75 1.18 9.93
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
Running 'runTests.R'
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: 1 WARNING, 2 NOTEs
See
'F:/biocbuild/bbs-3.22-bioc/meat/iCARE.Rcheck/00check.log'
for details.
iCARE.Rcheck/00install.out
##############################################################################
##############################################################################
###
### Running command:
###
### F:\biocbuild\bbs-3.22-bioc\R\bin\R.exe CMD INSTALL iCARE
###
##############################################################################
##############################################################################
* installing to library 'F:/biocbuild/bbs-3.22-bioc/R/library'
* installing *source* package 'iCARE' ...
** this is package 'iCARE' version '1.37.0'
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.2.0'
gcc -I"F:/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -I"C:/rtools45/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c source.c -o source.o
source.c: In function 'dVec_alloc':
source.c:45:10: warning: old-style function definition [-Wold-style-definition]
45 | double * dVec_alloc(n, initFlag, initVal)
| ^~~~~~~~~~
source.c: In function 'iVec_alloc':
source.c:64:7: warning: old-style function definition [-Wold-style-definition]
64 | int * iVec_alloc(n, initFlag, initVal)
| ^~~~~~~~~~
source.c: In function 'dMat_alloc':
source.c:81:11: warning: old-style function definition [-Wold-style-definition]
81 | double ** dMat_alloc(nrow, ncol, initFlag, initVal)
| ^~~~~~~~~~
source.c: In function 'matrix_free':
source.c:98:6: warning: old-style function definition [-Wold-style-definition]
98 | void matrix_free(x, n)
| ^~~~~~~~~~~
source.c: In function 'get_non_miss':
source.c:114:12: warning: old-style function definition [-Wold-style-definition]
114 | static int get_non_miss(vec, n, ovec)
| ^~~~~~~~~~~~
source.c: In function 'X_y':
source.c:135:13: warning: old-style function definition [-Wold-style-definition]
135 | static void X_y(X, nr, nc, y, index, ni, ret)
| ^~~
source.c: In function 'X_y2':
source.c:155:13: warning: old-style function definition [-Wold-style-definition]
155 | static void X_y2(X, nc, y, z, index, ni, ret)
| ^~~~
source.c: In function 'vec_mult':
source.c:185:15: warning: old-style function definition [-Wold-style-definition]
185 | static double vec_mult(x, y, index, ni)
| ^~~~~~~~
source.c: In function 'vec_lteq_c':
source.c:203:12: warning: old-style function definition [-Wold-style-definition]
203 | static int vec_lteq_c(vec, n, c)
| ^~~~~~~~~~
source.c: In function 'mean_2val':
source.c:224:15: warning: old-style function definition [-Wold-style-definition]
224 | static double mean_2val(vec, subvec, nsub, weights)
| ^~~~~~~~~
source.c: In function 'mat_from_vec':
source.c:241:13: warning: old-style function definition [-Wold-style-definition]
241 | static void mat_from_vec(vec, nr, nc, mat)
| ^~~~~~~~~~~~
source.c: In function 'quant_vecs':
source.c:256:12: warning: old-style function definition [-Wold-style-definition]
256 | static int quant_vecs(probs, nprobs, n, ivec, lo, hi, h)
| ^~~~~~~~~~
source.c: In function 'quantile':
source.c:284:13: warning: old-style function definition [-Wold-style-definition]
284 | static void quantile(x, n, probs, nprobs, lo, hi, h, ivec, ni, qs)
| ^~~~~~~~
source.c: In function 'var_dvec':
source.c:338:15: warning: old-style function definition [-Wold-style-definition]
338 | static double var_dvec(vec, n)
| ^~~~~~~~
source.c: In function 'get_cutpoints':
source.c:358:12: warning: old-style function definition [-Wold-style-definition]
358 | static int get_cutpoints(quantiles, nq, ref_LP, nref)
| ^~~~~~~~~~~~~
source.c: In function 'get_miss_perc':
source.c:406:12: warning: old-style function definition [-Wold-style-definition]
406 | static int get_miss_perc(cutpoints, ncuts, miss_LP)
| ^~~~~~~~~~~~~
source.c: In function 'vec_ab':
source.c:427:12: warning: old-style function definition [-Wold-style-definition]
427 | static int vec_ab(x, n, a, b)
| ^~~~~~
source.c: In function 'get_newEndpoints':
source.c:444:13: warning: old-style function definition [-Wold-style-definition]
444 | static void get_newEndpoints(cutpoints, ncuts, miss_LP, miss_perc, ref_LP, nref, rcut1, rcut2)
| ^~~~~~~~~~~~~~~~
source.c: In function 'get_subs_2cut':
source.c:471:12: warning: old-style function definition [-Wold-style-definition]
471 | static int get_subs_2cut(x, n, a, b, ret)
| ^~~~~~~~~~~~~
source.c: In function 'get_wgts':
source.c:493:13: warning: old-style function definition [-Wold-style-definition]
493 | static void get_wgts(weights, subvec, nsub, retvec)
| ^~~~~~~~
source.c: In function 'ref_risk1':
source.c:511:6: warning: old-style function definition [-Wold-style-definition]
511 | void ref_risk1(ref_risks, betavec, zmat, refmat, n_beta, nr_z, nc_z, nr_ref, nc_ref,
| ^~~~~~~~~
source.c: In function 'get_int':
source.c:619:13: warning: old-style function definition [-Wold-style-definition]
619 | static void get_int(nsub, age_new, t, aexp_rr, lambda, comp, zbeta, holder)
| ^~~~~~~
source.c: In function 'finalVal':
source.c:645:15: warning: old-style function definition [-Wold-style-definition]
645 | static double finalVal(nsub, zbeta, expzbeta, age_new, age_int, lambda, loglambda, compRates, holder, tempv, weights)
| ^~~~~~~~
source.c: In function 'ref_risk2':
source.c:684:6: warning: old-style function definition [-Wold-style-definition]
684 | void ref_risk2(betavec, zmat, refmat, n_beta, nr_z, nc_z, nr_ref, nc_ref,
| ^~~~~~~~~
gcc -shared -s -static-libgcc -o iCARE.dll tmp.def source.o -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools45/x86_64-w64-mingw32.static.posix/lib -LF:/biocbuild/bbs-3.22-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.22-bioc/R/library/00LOCK-iCARE/00new/iCARE/libs/x64
** 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 (iCARE)
iCARE.Rcheck/tests/runTests.Rout
R version 4.5.1 (2025-06-13 ucrt) -- "Great Square Root"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64
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.
> BiocGenerics:::testPackage("iCARE")
Attaching package: 'Hmisc'
The following objects are masked from 'package:base':
format.pval, units
user system elapsed
2.44 0.39 2.83
user system elapsed
2.25 0.47 2.72
user system elapsed
1.75 0.33 2.08
RUNIT TEST PROTOCOL -- Fri Aug 15 04:17:10 2025
***********************************************
Number of test functions: 10
Number of errors: 0
Number of failures: 0
1 Test Suite :
iCARE RUnit Tests - 10 test functions, 0 errors, 0 failures
Number of test functions: 10
Number of errors: 0
Number of failures: 0
>
> proc.time()
user system elapsed
22.51 4.04 27.12
iCARE.Rcheck/iCARE-Ex.timings
| name | user | system | elapsed | |
| bc_data | 0 | 0 | 0 | |
| compute.absolute.risk | 8.75 | 1.18 | 9.93 | |
| compute.absolute.risk.split.interval | 13.94 | 2.56 | 16.50 | |
| model_validation | 0.23 | 0.13 | 0.36 | |
| plotModelValidation | 0.20 | 0.09 | 0.30 | |