Back to Multiple platform build/check report for BioC 3.19:   simplified   long
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

This page was generated on 2024-10-15 21:54 -0400 (Tue, 15 Oct 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4763
merida1macOS 12.7.5 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4529
kjohnson1macOS 13.6.6 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4479
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 1475/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ontoProc 1.26.4  (landing page)
Vincent Carey
Snapshot Date: 2024-10-13 14:00 -0400 (Sun, 13 Oct 2024)
git_url: https://git.bioconductor.org/packages/ontoProc
git_branch: RELEASE_3_19
git_last_commit: 7539d7b
git_last_commit_date: 2024-08-04 06:42:00 -0400 (Sun, 04 Aug 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published


CHECK results for ontoProc on merida1

To the developers/maintainers of the ontoProc package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ontoProc.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: ontoProc
Version: 1.26.4
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:ontoProc.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings ontoProc_1.26.4.tar.gz
StartedAt: 2024-10-14 09:16:14 -0400 (Mon, 14 Oct 2024)
EndedAt: 2024-10-14 09:42:50 -0400 (Mon, 14 Oct 2024)
EllapsedTime: 1595.7 seconds
RetCode: 0
Status:   OK  
CheckDir: ontoProc.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/ontoProc.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-apple-darwin20
* 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.7.6
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘ontoProc/DESCRIPTION’ ... OK
* this is package ‘ontoProc’ version ‘1.26.4’
* 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 ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘ontoProc’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is 10.0Mb
  sub-directories of 1Mb or more:
    app       1.9Mb
    data      1.8Mb
    ontoRda   2.8Mb
    owl       2.9Mb
* 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 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 whether startup messages can be suppressed ... 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
CLfeat : prupdate: no visible binding for global variable ‘PROSYM’
CLfeat : prupdate: no visible binding for global variable ‘PRID’
CLfeat : prupdate: no visible binding for global variable ‘SYMBOL’
ctmarks : server: no visible binding for global variable ‘text’
ctmarks : server: no visible binding for global variable ‘packDesc2022’
ctmarks : server: no visible binding for global variable ‘packDesc2021’
ctmarks: no visible binding for global variable ‘cumu’
dropStop: no visible binding for global variable ‘stopWords’
getOnto: no visible binding for global variable ‘rdatadateadded’
getOnto: no visible binding for global variable ‘title’
getOnto: no visible binding for global variable ‘description’
ldfToTerm: no visible binding for global variable ‘PROSYM’
sym2CellOnto: no visible binding for global variable ‘PROSYM’
sym2CellOnto: no visible binding for global variable ‘SYMBOL’
Undefined global functions or variables:
  PRID PROSYM SYMBOL cumu description packDesc2021 packDesc2022
  rdatadateadded stopWords text title
Consider adding
  importFrom("graphics", "text", "title")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... NOTE
S3 methods shown with full name in Rd file 'plot.owlents.Rd':
  ‘plot.owlents’

The \usage entries for S3 methods should use the \method markup and not
their full name.
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 ... NOTE
  Note: found 162 marked UTF-8 strings
* 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
sym2CellOnto                     70.385  1.923  81.943
CLfeats                          49.654  2.817  62.676
siblings_TAG                     43.230  1.962  50.590
labels.owlents                   43.263  1.829  91.464
owl2cache                        34.420  1.174  62.204
ancestors                        32.631  1.567  38.831
nomenCheckup                     27.864  1.762  33.811
fastGrep                         28.048  0.954  33.618
getLeavesFromTerm                26.957  0.919  56.194
cleanCLOnames                    24.708  0.890  29.297
common_classes                   19.854  1.636  25.458
TermSet-class                    16.319  0.986  20.366
findCommonAncestors              16.188  0.815  20.341
liberalMap                       14.962  1.316  20.814
getOnto                          14.372  1.272  41.139
make_graphNEL_from_ontology_plot 14.512  0.721  17.931
mapOneNaive                      14.304  0.728  16.638
secLevGen                        13.949  0.669  16.834
selectFromMap                    13.800  0.717  17.010
onto_plot2                       13.652  0.690  27.738
plot.owlents                     12.405  0.341  21.151
subclasses                       11.411  0.285  13.273
ancestors_names                  10.947  0.507  12.569
search_labels                    11.089  0.324  13.748
setup_entities                   10.827  0.285  12.645
parents                          10.767  0.295  23.020
children_names                   10.719  0.293  12.404
ldfToTerms                        4.489  0.145   5.249
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘test.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 4 NOTEs
See
  ‘/Users/biocbuild/bbs-3.19-bioc/meat/ontoProc.Rcheck/00check.log’
for details.


Installation output

ontoProc.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’
* installing *source* package ‘ontoProc’ ...
** using staged installation
** R
** data
** 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 (ontoProc)

Tests output

ontoProc.Rcheck/tests/test.Rout


R version 4.4.1 (2024-06-14) -- "Race for Your Life"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> 
> library(ontoProc)
Loading required package: ontologyIndex
> library(testthat)
> 
> test_check("ontoProc")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 13 ]
> 
> 
> proc.time()
   user  system elapsed 
151.353   7.837 189.641 

Example timings

ontoProc.Rcheck/ontoProc-Ex.timings

nameusersystemelapsed
CLfeats49.654 2.81762.676
PROSYM0.4210.0100.485
TermSet-class16.319 0.98620.366
allGOterms0.1660.0050.206
ancestors32.631 1.56738.831
ancestors_names10.947 0.50712.569
cellTypeToGO3.4330.2604.228
children_names10.719 0.29312.404
cleanCLOnames24.708 0.89029.297
common_classes19.854 1.63625.458
ctmarks0.0000.0010.001
cyclicSigset0.0150.0010.017
demoApp0.0000.0000.001
dropStop0.0060.0040.011
fastGrep28.048 0.95433.618
findCommonAncestors16.188 0.81520.341
getLeavesFromTerm26.957 0.91956.194
getOnto14.372 1.27241.139
humrna0.0110.0050.066
labels.owlents43.263 1.82991.464
ldfToTerms4.4890.1455.249
liberalMap14.962 1.31620.814
makeSelectInput0.0010.0010.002
make_graphNEL_from_ontology_plot14.512 0.72117.931
mapOneNaive14.304 0.72816.638
minicorpus0.0020.0030.008
nomenCheckup27.864 1.76233.811
onto_plot213.652 0.69027.738
onto_roots0.0010.0010.002
owl2cache34.420 1.17462.204
packDesc20190.0070.0050.043
packDesc20210.0050.0030.035
packDesc20220.0060.0040.015
packDesc20230.0060.0030.036
parents10.767 0.29523.020
plot.owlents12.405 0.34121.151
recognizedPredicates0.0000.0010.001
search_labels11.089 0.32413.748
secLevGen13.949 0.66916.834
selectFromMap13.800 0.71717.010
setup_entities10.827 0.28512.645
seur3kTab0.0060.0030.011
siblings_TAG43.230 1.96250.590
stopWords0.0020.0030.006
subclasses11.411 0.28513.273
sym2CellOnto70.385 1.92381.943
valid_ontonames0.0000.0000.002