Back to Build/check report for BioC 3.23:   simplified   long
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

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

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.4 LTS)x86_644.6.0 RC (2026-04-17 r89917) -- "Because it was There" 4994
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 1816/2418HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
rexposome 1.34.2  (landing page)
Xavier Escribà Montagut
Snapshot Date: 2026-05-14 13:40 -0400 (Thu, 14 May 2026)
git_url: https://git.bioconductor.org/packages/rexposome
git_branch: RELEASE_3_23
git_last_commit: ecaacf5
git_last_commit_date: 2026-05-11 13:35:52 -0400 (Mon, 11 May 2026)
nebbiolo1Linux (Ubuntu 24.04.4 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
See other builds for rexposome in R Universe.


CHECK results for rexposome on nebbiolo1

To the developers/maintainers of the rexposome package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/rexposome.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: rexposome
Version: 1.34.2
Command: /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:rexposome.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings rexposome_1.34.2.tar.gz
StartedAt: 2026-05-15 04:03:25 -0400 (Fri, 15 May 2026)
EndedAt: 2026-05-15 04:07:34 -0400 (Fri, 15 May 2026)
EllapsedTime: 248.6 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: rexposome.Rcheck
Warnings: 5

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD check --install=check:rexposome.install-out.txt --library=/home/biocbuild/bbs-3.23-bioc/R/site-library --timings rexposome_1.34.2.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.23-bioc/meat/rexposome.Rcheck’
* using R version 4.6.0 RC (2026-04-17 r89917)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04.1) 13.3.0
* running under: Ubuntu 24.04.4 LTS
* using session charset: UTF-8
* current time: 2026-05-15 08:03:25 UTC
* checking for file ‘rexposome/DESCRIPTION’ ... OK
* this is package ‘rexposome’ version ‘1.34.2’
* 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 ... OK
* checking for portable file names ... WARNING
Found the following file with a non-portable file name:
  vignettes/rsconnect/documents/exposome_data_analysis.Rmd/rpubs.com/rpubs/Publish Document.dcf
These are not fully portable file names.
See section ‘Package structure’ in the ‘Writing R Extensions’ manual.
Found the following non-portable file path:
  rexposome/vignettes/rsconnect/documents/exposome_data_analysis.Rmd/rpubs.com/rpubs/Publish Document.dcf

Tarballs are only required to store paths of up to 100 bytes and cannot
store those of more than 256 bytes, with restrictions including to 100
bytes for the final component.
See section ‘Package structure’ in the ‘Writing R Extensions’ manual.
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘rexposome’ can be installed ... OK
* checking installed package size ... INFO
  installed size is  5.3Mb
  sub-directories of 1Mb or more:
    data      2.8Mb
    extdata   1.8Mb
* 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 loading without being on the library search path ... OK
* checking dependencies in R code ... WARNING
'::' or ':::' imports not declared from:
  ‘missMDA’ ‘nnet’ ‘sandwich’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
imputeLOD: multiple local function definitions for ‘faux’ with
  different formal arguments
invExWAS,ExposomeSet : <anonymous>: no visible global function
  definition for ‘reformulate’
invExWAS,ExposomeSet : <anonymous>: no visible global function
  definition for ‘terms’
invExWAS,ExposomeSet : <anonymous>: no visible global function
  definition for ‘confint’
invExWAS,ExposomeSet: no visible global function definition for
  ‘reformulate’
invExWAS,ExposomeSet: no visible global function definition for ‘terms’
plotHistogram,ExposomeSet: no visible binding for global variable
  ‘..density..’
Undefined global functions or variables:
  ..density.. confint reformulate terms
Consider adding
  importFrom("stats", "confint", "reformulate", "terms")
to your NAMESPACE file.
* checking Rd files ... NOTE
checkRd: (-1) exwas-methods.Rd:50: Lost braces
    50 | An code{ExWAS} object with the result of the association study
       |        ^
checkRd: (-1) invExWAS-methods.Rd:31: Lost braces
    31 | An code{ExWAS} object with the result of the association study
       |        ^
checkRd: (-1) standardize-methods.Rd:13: Lost braces
    13 | #' @param object code{ExposomeSet} with 'set' will be summarized.
       |                      ^
* checking Rd metadata ... WARNING
Rd files with duplicated alias 'extract':
  ‘extract-methods.Rd’ ‘get_robust_sd-methods.Rd’
* checking Rd cross-references ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  ExposomeCorr-class.Rd: eSet-class, eSet, AssayData,
    AnnotatedDataFrame
  ExposomePCA-class.Rd: eSet, AnnotatedDataFrame
  ExposomeSet-class.Rd: eSet, AssayData, AnnotatedDataFrame
  correlation-methods.Rd: cramersV
  exposureNames-methods.Rd: featureNames, eSet
  ilod-methods.Rd: impute.MinProb
  pca-methods.Rd: FactoMineR
  plotCorrelation-methods.Rd: corrplot
  rexposome.Rd: impute
  volcano_plot.Rd: ggplot2
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
S4 class codoc mismatches from Rd file 'ExWAS-class.Rd':
Slots for class 'ExWAS'
  Code: comparison description effective formula robust.std.err
  Docs: comparison description effective formula

* checking Rd \usage sections ... WARNING
Undocumented arguments in Rd file 'ExposomeSet-class.Rd'
  ‘robust’

Undocumented arguments in Rd file 'exwas-methods.Rd'
  ‘robust’

Undocumented arguments in Rd file 'imExposomeSet-class.Rd'
  ‘robust’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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
Examples with CPU (user + system) or elapsed time > 5s
                          user system elapsed
clustering-methods      14.515  0.146  14.666
invExWAS-methods        10.855  0.130  10.986
plotCorrelation-methods  9.589  0.041   9.631
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 5 WARNINGs, 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.23-bioc/meat/rexposome.Rcheck/00check.log’
for details.


Installation output

rexposome.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.23-bioc/R/bin/R CMD INSTALL rexposome
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.23-bioc/R/site-library’
* installing *source* package ‘rexposome’ ...
** this is package ‘rexposome’ version ‘1.34.2’
** 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 (rexposome)

Tests output


Example timings

rexposome.Rcheck/rexposome-Ex.timings

nameusersystemelapsed
classification-methods0.0340.0040.038
clustering-methods14.515 0.14614.666
correlation-methods3.8690.0783.948
ex_imp0.0140.0010.015
expo0.0190.0150.034
expo_c0.0070.0030.011
expos-methods0.1590.0060.165
exposureNames-methods0.0130.0040.017
exwas-methods0.3310.0050.336
familyNames-methods0.0130.0000.014
highAndLow-methods0.6460.0030.648
ilod-methods0.0000.0000.001
imputation-methods000
imputeLOD000
invExWAS-methods10.855 0.13010.986
loadExposome0.0360.0020.039
loadExposome_plain0.0360.0020.039
loadImputed0.0130.0000.013
me0.0020.0010.002
mexwas-methods0.6220.0060.627
ndim-methods0.0460.0000.045
normalityTest-methods0.2890.0040.292
pca-methods0.0620.0000.062
phenotypeNames-methods0.0310.0000.031
plotClassification-methods000
plotCorrelation-methods9.5890.0419.631
plotEXP-methods0.3240.0060.329
plotEffect-methods0.6450.0060.650
plotExwas-methods0.4970.0120.508
plotFamily-methods2.2900.0472.338
plotHistogram-methods0.3540.0070.362
plotLOD-methods0.3330.0030.336
plotMissings-methods0.5550.0040.559
plotPCA-methods1.8570.0021.859
plotPHE-methods0.3780.0000.378
readExposome0.0380.0180.056
standardize-methods0.4740.0180.492
tableLOD-methods0.1360.0030.139
tableMissings-methods0.0340.0010.035
tef-methods0.2760.0030.279
toES0.1030.0090.113
trans-methods0.2210.0020.223
volcano_plot0.6650.0060.671