Back to Build/check report for BioC 3.17
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2023-01-02 09:00:47 -0500 (Mon, 02 Jan 2023).

HostnameOSArch (*)R versionInstalled pkgs
palomino5Windows Server 2022 Datacenterx64R Under development (unstable) (2022-12-25 r83502 ucrt) -- "Unsuffered Consequences" 4165
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 palomino5


To the developers/maintainers of the rexposome package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1639/2158HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
rexposome 1.21.0  (landing page)
Xavier EscribĂ  Montagut
Snapshot Date: 2022-12-28 11:00:06 -0500 (Wed, 28 Dec 2022)
git_url: https://git.bioconductor.org/packages/rexposome
git_branch: master
git_last_commit: eee76b5
git_last_commit_date: 2022-11-01 11:16:04 -0500 (Tue, 01 Nov 2022)
palomino5Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  

Summary

Package: rexposome
Version: 1.21.0
Command: F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:rexposome.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings rexposome_1.21.0.tar.gz
StartedAt: 2022-12-29 02:48:21 -0500 (Thu, 29 Dec 2022)
EndedAt: 2022-12-29 02:50:49 -0500 (Thu, 29 Dec 2022)
EllapsedTime: 148.6 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: rexposome.Rcheck
Warnings: 5

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:rexposome.install-out.txt --library=F:\biocbuild\bbs-3.17-bioc\R\library --no-vignettes --timings rexposome_1.21.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/rexposome.Rcheck'
* using R Under development (unstable) (2022-12-25 r83502 ucrt)
* using platform: x86_64-w64-mingw32 (64-bit)
* R was compiled by
    gcc.exe (GCC) 10.4.0
    GNU Fortran (GCC) 10.4.0
* running under: Windows Server x64 (build 20348)
* using session charset: UTF-8
* using option '--no-vignettes'
* checking for file 'rexposome/DESCRIPTION' ... OK
* this is package 'rexposome' version '1.21.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 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 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
clustering-methods      11.29   0.04   11.47
invExWAS-methods         9.10   0.28    9.39
plotCorrelation-methods  7.14   0.30    7.43
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in 'inst/doc' ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 5 WARNINGs, 2 NOTEs
See
  'F:/biocbuild/bbs-3.17-bioc-rtools43/meat/rexposome.Rcheck/00check.log'
for details.



Installation output

rexposome.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.17-bioc\R\bin\R.exe CMD INSTALL rexposome
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.17-bioc/R/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.020.000.01
clustering-methods11.29 0.0411.47
correlation-methods3.250.053.34
ex_imp0.000.010.01
expo0.020.020.03
expo_c0.020.000.02
expos-methods0.290.000.29
exposureNames-methods0.020.000.02
exwas-methods0.400.000.42
familyNames-methods0.020.020.03
highAndLow-methods0.880.010.89
ilod-methods000
imputation-methods000
imputeLOD000
invExWAS-methods9.100.289.39
loadExposome0.040.000.04
loadExposome_plain0.040.000.04
loadImputed0.020.000.02
me000
mexwas-methods0.730.000.73
ndim-methods0.050.000.05
normalityTest-methods0.250.000.25
pca-methods0.080.000.08
phenotypeNames-methods0.030.000.03
plotClassification-methods000
plotCorrelation-methods7.140.307.43
plotEXP-methods0.200.020.22
plotEffect-methods0.470.030.50
plotExwas-methods0.440.000.44
plotFamily-methods2.250.062.31
plotHistogram-methods0.290.010.33
plotLOD-methods0.400.000.39
plotMissings-methods0.320.020.35
plotPCA-methods0.970.020.98
plotPHE-methods0.190.000.19
readExposome0.030.000.03
standardize-methods0.700.010.72
tableLOD-methods0.210.000.20
tableMissings-methods0.030.020.05
tef-methods0.300.000.29
toES0.090.010.11
trans-methods0.230.000.24
volcano_plot0.600.000.61