Back to Mac ARM64 build report for BioC 3.17 |
|
This page was generated on 2023-10-20 09:38:04 -0400 (Fri, 20 Oct 2023).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
kjohnson2 | macOS 12.6.1 Monterey | arm64 | 4.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 1011/2230 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
InterMineR 1.22.0 (landing page) InterMine Team
| kjohnson2 | macOS 12.6.1 Monterey / arm64 | OK | OK | WARNINGS | OK | ||||||||
To the developers/maintainers of the InterMineR 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. |
Package: InterMineR |
Version: 1.22.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:InterMineR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings InterMineR_1.22.0.tar.gz |
StartedAt: 2023-10-18 02:26:13 -0400 (Wed, 18 Oct 2023) |
EndedAt: 2023-10-18 02:31:52 -0400 (Wed, 18 Oct 2023) |
EllapsedTime: 338.5 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: InterMineR.Rcheck |
Warnings: 6 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:InterMineR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings InterMineR_1.22.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/InterMineR.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 ‘InterMineR/DESCRIPTION’ ... OK * this is package ‘InterMineR’ version ‘1.22.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 ... NOTE Found the following hidden files and directories: .travis.yml These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘InterMineR’ can be installed ... WARNING Found the following significant warnings: Warning: ListManager-methods.Rd:41: unexpected section header '\arguments' Warning: ListManager-methods.Rd:42: unknown macro '\item' Warning: ListManager-methods.Rd:50: unexpected section header '\arguments' Warning: ListManager-methods.Rd:51: unknown macro '\item' Warning: ListManager-methods.Rd:59: unexpected section header '\arguments' Warning: ListManager-methods.Rd:60: unknown macro '\item' Warning: ListManager-methods.Rd:63: unknown macro '\item' Warning: ListManager-methods.Rd:66: unknown macro '\item' Warning: ListManager-methods.Rd:69: unknown macro '\item' Warning: ListManager-methods.Rd:72: unknown macro '\item' Warning: ListManager-methods.Rd:80: unexpected section header '\arguments' Warning: ListManager-methods.Rd:81: unknown macro '\item' Warning: ListManager-methods.Rd:84: unknown macro '\item' Warning: ListManager-methods.Rd:87: unknown macro '\item' Warning: ListManager-methods.Rd:90: unknown macro '\item' Warning: ListManager-methods.Rd:98: unexpected section header '\arguments' Warning: ListManager-methods.Rd:99: unknown macro '\item' Warning: ListManager-methods.Rd:102: unknown macro '\item' Warning: ListManager-methods.Rd:105: unknown macro '\item' Warning: ListManager-methods.Rd:108: unknown macro '\item' Warning: ListManager-methods.Rd:116: unexpected section header '\arguments' Warning: ListManager-methods.Rd:117: unknown macro '\item' Warning: ListManager-methods.Rd:120: unknown macro '\item' Warning: ListManager-methods.Rd:123: unknown macro '\item' Warning: ListManager-methods.Rd:126: unknown macro '\item' Warning: ListManager-methods.Rd:134: unexpected section header '\arguments' Warning: ListManager-methods.Rd:135: unknown macro '\item' Warning: ListManager-methods.Rd:138: unknown macro '\item' Warning: ListManager-methods.Rd:141: unknown macro '\item' Warning: ListManager-methods.Rd:144: unknown macro '\item' Warning: ListManager-methods.Rd:147: unknown macro '\item' Warning: multiple methods tables found for ‘union’ Warning: multiple methods tables found for ‘subtract’ Warning: multiple methods tables found for ‘intersect’ See ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/InterMineR.Rcheck/00install.out’ for details. * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... NOTE File LICENSE is not mentioned in the DESCRIPTION file. * 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 ... NOTE Warning: multiple methods tables found for ‘union’ Warning: multiple methods tables found for ‘subtract’ Warning: multiple methods tables found for ‘intersect’ A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file. * 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 ... NOTE convertToRangedSummarizedExperiment: no visible global function definition for ‘reshape’ listDatasets: no visible binding for global variable ‘child_name’ create_list,ListManager: no visible global function definition for ‘URLencode’ doEnrichment,Service: no visible global function definition for ‘URLencode’ do_operation,ListManager: no visible global function definition for ‘URLencode’ runQuery,ANY-InterMineR: no visible global function definition for ‘URLencode’ runQuery,ANY-list: no visible global function definition for ‘URLencode’ subtract,ListManager: no visible global function definition for ‘URLencode’ Undefined global functions or variables: URLencode child_name reshape Consider adding importFrom("stats", "reshape") importFrom("utils", "URLencode") to your NAMESPACE file. * checking Rd files ... WARNING prepare_Rd: ListManager-methods.Rd:41: unexpected section header '\arguments' prepare_Rd: ListManager-methods.Rd:42: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:50: unexpected section header '\arguments' prepare_Rd: ListManager-methods.Rd:51: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:59: unexpected section header '\arguments' prepare_Rd: ListManager-methods.Rd:60: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:63: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:66: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:69: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:72: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:80: unexpected section header '\arguments' prepare_Rd: ListManager-methods.Rd:81: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:84: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:87: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:90: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:98: unexpected section header '\arguments' prepare_Rd: ListManager-methods.Rd:99: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:102: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:105: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:108: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:116: unexpected section header '\arguments' prepare_Rd: ListManager-methods.Rd:117: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:120: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:123: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:126: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:134: unexpected section header '\arguments' prepare_Rd: ListManager-methods.Rd:135: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:138: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:141: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:144: unknown macro '\item' prepare_Rd: ListManager-methods.Rd:147: unknown macro '\item' * checking Rd metadata ... WARNING Rd files with duplicated alias 'webservice-methods': ‘doEnrichment.Rd’ ‘list_manager.Rd’ * checking Rd cross-references ... NOTE Unknown package ‘GeneAnswers’ in Rd xrefs * checking for missing documentation entries ... WARNING Undocumented code objects: ‘GET_api_list’ ‘do_operation’ ‘get_unused_list_name’ Undocumented S4 classes: ‘Service’ Undocumented S4 methods: generic 'GET_api_list' and siglist 'ListManager' generic 'doEnrichment' and siglist 'Service' generic 'do_operation' and siglist 'ListManager' generic 'get_unused_list_name' and siglist 'ListManager' generic 'list_manager' and siglist 'Service' All user-level objects in a package (including S4 classes and methods) should have documentation entries. See chapter ‘Writing R documentation files’ in the ‘Writing R Extensions’ manual. * checking for code/documentation mismatches ... WARNING Functions or methods with usage in documentation object 'convertToGeneAnswers' but not in code: ‘convertToGeneAnswers’ Codoc mismatches from documentation object 'doEnrichment': doEnrichment Code: function(object, ...) Docs: function(- Service class, genelist = NULL, ids = NULL, widget = NULL, population = NULL, maxp = 0.05, correction = "Benjamini Hochberg", filter = NULL, organism = NULL) Argument names in code not in docs: object ... Argument names in docs not in code: - Service class genelist ids widget population maxp correction filter organism Mismatches in argument names: Position: 1 Code: object Docs: - Service class Position: 2 Code: ... Docs: genelist Codoc mismatches from documentation object 'list_manager': list_manager Code: function(object, ...) Docs: function(- Service class) Argument names in code not in docs: object ... Argument names in docs not in code: - Service class Mismatches in argument names: Position: 1 Code: object Docs: - Service class S4 class codoc mismatches from documentation object 'ListManager-class': Slots for class 'ListManager' Code: DEFAULT_DESCRIPTION DEFAULT_LIST_NAME DIFFERENCE_PATH INTERSECTION_PATH LIST_PATH SUBTRACTION_PATH UNION_PATH mine token Docs: DEFAULT_DESCRIPTION DEFAULT_LIST_NAME DIFFERENCE_PATH INTERSECTION_PATH LIST_PATH SUBTRACTION_PATH UNION_PATH mine name token * checking Rd \usage sections ... WARNING Undocumented arguments in documentation object 'doEnrichment' ‘Service - class’ Documented arguments not in \usage in documentation object 'doEnrichment': ‘Service-class’ Undocumented arguments in documentation object 'list_manager' ‘Service - class’ Documented arguments not in \usage in documentation object 'list_manager': ‘Service-class’ 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 simplifyResult 7.785 0.164 15.525 convertToRangedSummarizedExperiment 2.269 0.119 8.288 runQuery 2.090 0.032 7.034 * 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: 6 WARNINGs, 5 NOTEs See ‘/Users/biocbuild/bbs-3.17-bioc-mac-arm64/meat/InterMineR.Rcheck/00check.log’ for details.
InterMineR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL InterMineR ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’ * installing *source* package ‘InterMineR’ ... ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading Creating a new generic function for ‘intersect’ in package ‘InterMineR’ Creating a new generic function for ‘union’ in package ‘InterMineR’ Creating a new generic function for ‘subtract’ in package ‘InterMineR’ ** help Warning: ListManager-methods.Rd:41: unexpected section header '\arguments' Warning: ListManager-methods.Rd:42: unknown macro '\item' Warning: ListManager-methods.Rd:50: unexpected section header '\arguments' Warning: ListManager-methods.Rd:51: unknown macro '\item' Warning: ListManager-methods.Rd:59: unexpected section header '\arguments' Warning: ListManager-methods.Rd:60: unknown macro '\item' Warning: ListManager-methods.Rd:63: unknown macro '\item' Warning: ListManager-methods.Rd:66: unknown macro '\item' Warning: ListManager-methods.Rd:69: unknown macro '\item' Warning: ListManager-methods.Rd:72: unknown macro '\item' Warning: ListManager-methods.Rd:80: unexpected section header '\arguments' Warning: ListManager-methods.Rd:81: unknown macro '\item' Warning: ListManager-methods.Rd:84: unknown macro '\item' Warning: ListManager-methods.Rd:87: unknown macro '\item' Warning: ListManager-methods.Rd:90: unknown macro '\item' Warning: ListManager-methods.Rd:98: unexpected section header '\arguments' Warning: ListManager-methods.Rd:99: unknown macro '\item' Warning: ListManager-methods.Rd:102: unknown macro '\item' Warning: ListManager-methods.Rd:105: unknown macro '\item' Warning: ListManager-methods.Rd:108: unknown macro '\item' Warning: ListManager-methods.Rd:116: unexpected section header '\arguments' Warning: ListManager-methods.Rd:117: unknown macro '\item' Warning: ListManager-methods.Rd:120: unknown macro '\item' Warning: ListManager-methods.Rd:123: unknown macro '\item' Warning: ListManager-methods.Rd:126: unknown macro '\item' Warning: ListManager-methods.Rd:134: unexpected section header '\arguments' Warning: ListManager-methods.Rd:135: unknown macro '\item' Warning: ListManager-methods.Rd:138: unknown macro '\item' Warning: ListManager-methods.Rd:141: unknown macro '\item' Warning: ListManager-methods.Rd:144: unknown macro '\item' Warning: ListManager-methods.Rd:147: unknown macro '\item' *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Warning: multiple methods tables found for ‘union’ Warning: multiple methods tables found for ‘subtract’ Warning: multiple methods tables found for ‘intersect’ ** testing if installed package can be loaded from final location Warning: multiple methods tables found for ‘union’ Warning: multiple methods tables found for ‘subtract’ Warning: multiple methods tables found for ‘intersect’ ** testing if installed package keeps a record of temporary installation path * DONE (InterMineR)
InterMineR.Rcheck/InterMineR-Ex.timings
name | user | system | elapsed | |
InterMineR-methods | 0.120 | 0.055 | 1.181 | |
ListManager-methods | 0.000 | 0.001 | 0.001 | |
PL_DiabetesGenes | 0.002 | 0.001 | 0.003 | |
PL_FlyTF_site_specific_TFs | 0.001 | 0.001 | 0.002 | |
convertToGRanges | 1.116 | 0.017 | 2.614 | |
convertToGeneAnswers | 0.000 | 0.000 | 0.003 | |
convertToRangedSummarizedExperiment | 2.269 | 0.119 | 8.288 | |
doEnrichment | 0.000 | 0.000 | 0.004 | |
getDatasets | 0.114 | 0.042 | 1.864 | |
getGeneIds | 0.384 | 0.015 | 3.876 | |
getModel | 0.000 | 0.001 | 0.002 | |
getRelease | 0.017 | 0.002 | 0.471 | |
getTemplateQuery | 0.017 | 0.001 | 0.453 | |
getTemplates | 0.028 | 0.002 | 0.684 | |
getVersion | 0.017 | 0.001 | 0.455 | |
getWidgets | 0.039 | 0.002 | 0.887 | |
initInterMine | 0.000 | 0.001 | 0.004 | |
listDatasets | 0 | 0 | 0 | |
listMines | 0.011 | 0.001 | 0.335 | |
list_manager | 0.000 | 0.000 | 0.001 | |
newQuery | 0.000 | 0.000 | 0.001 | |
runQuery | 2.090 | 0.032 | 7.034 | |
setConstraints | 0.027 | 0.003 | 0.811 | |
setQuery | 0.031 | 0.004 | 0.779 | |
simplifyResult | 7.785 | 0.164 | 15.525 | |
summary | 0.022 | 0.002 | 0.498 | |