Back to Mac ARM64 build report for BioC 3.17
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

This page was generated on 2023-10-20 09:38:10 -0400 (Fri, 20 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson2macOS 12.6.1 Montereyarm644.3.1 (2023-06-16) -- "Beagle Scouts" 4347
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 1694/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
rexposome 1.22.0  (landing page)
Xavier Escribà Montagut
Snapshot Date: 2023-10-15 14:00:07 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/rexposome
git_branch: RELEASE_3_17
git_last_commit: 8c31aa5
git_last_commit_date: 2023-04-25 10:55:32 -0400 (Tue, 25 Apr 2023)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

CHECK results for rexposome on kjohnson2


To the developers/maintainers of the rexposome package:
- 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.22.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:rexposome.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings rexposome_1.22.0.tar.gz
StartedAt: 2023-10-18 18:35:32 -0400 (Wed, 18 Oct 2023)
EndedAt: 2023-10-18 18:39:55 -0400 (Wed, 18 Oct 2023)
EllapsedTime: 262.4 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: rexposome.Rcheck
Warnings: 5

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:rexposome.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings rexposome_1.22.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/rexposome.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Monterey 12.6.7
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘rexposome/DESCRIPTION’ ... OK
* this is package ‘rexposome’ version ‘1.22.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 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      16.242  0.169  21.503
invExWAS-methods        13.652  0.163  18.143
plotCorrelation-methods 12.403  0.192  16.130
correlation-methods      5.127  0.065   6.804
* 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
  ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/rexposome.Rcheck/00check.log’
for details.



Installation output

rexposome.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL rexposome
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/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.0160.0030.023
clustering-methods16.242 0.16921.503
correlation-methods5.1270.0656.804
ex_imp0.0200.0020.029
expo0.0210.0090.038
expo_c0.0110.0020.017
expos-methods0.2160.0050.287
exposureNames-methods0.0180.0020.032
exwas-methods0.5510.0090.742
familyNames-methods0.0180.0030.029
highAndLow-methods0.8520.0101.126
ilod-methods000
imputation-methods0.0000.0010.000
imputeLOD000
invExWAS-methods13.652 0.16318.143
loadExposome0.0490.0030.071
loadExposome_plain0.0490.0030.071
loadImputed0.0180.0020.026
me0.0030.0020.008
mexwas-methods0.9720.0181.195
ndim-methods0.0590.0020.069
normalityTest-methods0.2810.0080.329
pca-methods0.0800.0020.112
phenotypeNames-methods0.0470.0020.070
plotClassification-methods000
plotCorrelation-methods12.403 0.19216.130
plotEXP-methods0.3270.0100.452
plotEffect-methods0.6270.0120.846
plotExwas-methods0.5200.0090.710
plotFamily-methods2.6930.0683.646
plotHistogram-methods0.4630.0150.639
plotLOD-methods0.4650.0080.624
plotMissings-methods0.5620.0110.764
plotPCA-methods1.5600.0302.114
plotPHE-methods0.3350.0080.463
readExposome0.0470.0020.063
standardize-methods0.6020.0100.800
tableLOD-methods0.1590.0050.232
tableMissings-methods0.0260.0040.039
tef-methods0.3250.0080.445
toES0.1590.0040.212
trans-methods0.2310.0040.311
volcano_plot0.8230.0121.099