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

This page was generated on 2023-06-06 11:00:40 -0000 (Tue, 06 Jun 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.3.0 (2023-04-21) -- "Already Tomorrow" 4366
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

CHECK results for rexposome on kunpeng2


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.

Note: If "R CMD check" recently failed on the Linux builder over a missing dependency, add the missing dependency to "Suggests" in your DESCRIPTION file. See the Renviron.bioc for details.

raw results

Package 1668/2199HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
rexposome 1.23.0  (landing page)
Xavier Escribà Montagut
Snapshot Date: 2023-06-05 06:35:06 -0000 (Mon, 05 Jun 2023)
git_url: https://git.bioconductor.org/packages/rexposome
git_branch: devel
git_last_commit: 5da924d
git_last_commit_date: 2023-04-25 14:55:33 -0000 (Tue, 25 Apr 2023)
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  

Summary

Package: rexposome
Version: 1.23.0
Command: /home/biocbuild/R/R-4.3.0/bin/R CMD check --install=check:rexposome.install-out.txt --library=/home/biocbuild/R/R-4.3.0/site-library --timings rexposome_1.23.0.tar.gz
StartedAt: 2023-06-06 05:14:30 -0000 (Tue, 06 Jun 2023)
EndedAt: 2023-06-06 05:20:10 -0000 (Tue, 06 Jun 2023)
EllapsedTime: 339.6 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: rexposome.Rcheck
Warnings: 5

Command output

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


* using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/rexposome.Rcheck’
* using R version 4.3.0 (2023-04-21)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (GCC) 10.3.1
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* checking for file ‘rexposome/DESCRIPTION’ ... OK
* this is package ‘rexposome’ version ‘1.23.0’
* 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 ... NOTE
  installed size is  6.0Mb
  sub-directories of 1Mb or more:
    data      2.8Mb
    extdata   2.2Mb
* checking package directory ... OK
* checking ‘build’ directory ... 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 R 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:
  ‘ggridges’ ‘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 ... OK
* checking Rd metadata ... WARNING
Rd files with duplicated alias 'extract':
  ‘extract-methods.Rd’ ‘get_robust_sd-methods.Rd’
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
S4 class codoc mismatches from documentation object 'ExWAS':
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 documentation object 'ExposomeSet'
  ‘robust’

Undocumented arguments in documentation object 'exwas'
  ‘robust’

Undocumented arguments in documentation object 'imExposomeSet'
  ‘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
invExWAS-methods        34.325  0.156  34.543
plotCorrelation-methods 19.386  0.043  19.465
clustering-methods      18.117  0.083  18.230
correlation-methods     10.977  0.053  11.050
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘exposome_data_analysis.Rmd’ using ‘UTF-8’... OK
  ‘mutiple_imputation_data_analysis.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

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



Installation output

rexposome.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R-4.3.0/bin/R CMD INSTALL rexposome
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.3.0/site-library’
* installing *source* package ‘rexposome’ ...
** 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.0460.0000.046
clustering-methods18.117 0.08318.230
correlation-methods10.977 0.05311.050
ex_imp0.0200.0020.023
expo0.0250.0040.029
expo_c0.0100.0040.015
expos-methods0.3380.0040.343
exposureNames-methods0.0220.0000.023
exwas-methods0.5680.0000.570
familyNames-methods0.0220.0000.023
highAndLow-methods0.9920.0081.002
ilod-methods0.0010.0000.000
imputation-methods0.0000.0000.001
imputeLOD000
invExWAS-methods34.325 0.15634.543
loadExposome0.0770.0000.080
loadExposome_plain0.0770.0000.080
loadImputed0.0180.0000.018
me0.0030.0000.002
mexwas-methods0.9450.0040.951
ndim-methods0.0670.0000.067
normalityTest-methods0.3610.0030.366
pca-methods0.1030.0000.103
phenotypeNames-methods0.0210.0000.021
plotClassification-methods0.0000.0010.000
plotCorrelation-methods19.386 0.04319.465
plotEXP-methods0.3330.0040.339
plotEffect-methods0.8820.0000.884
plotExwas-methods0.6700.0000.671
plotFamily-methods3.1830.0523.242
plotHistogram-methods0.4790.0080.491
plotLOD-methods0.5250.0080.535
plotMissings-methods0.6160.0000.617
plotPCA-methods1.6060.0001.610
plotPHE-methods0.3730.0000.373
readExposome0.0510.0000.051
standardize-methods0.9100.0200.932
tableLOD-methods0.1740.0000.174
tableMissings-methods0.0550.0000.055
tef-methods0.4090.0040.414
toES0.1460.0120.157
trans-methods0.3380.0000.338
volcano_plot1.2660.0161.285