Back to Build/check report for BioC 3.18 experimental data |
|
This page was generated on 2024-04-16 14:51:29 -0400 (Tue, 16 Apr 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.3.3 (2024-02-29) -- "Angel Food Cake" | 4676 |
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 297/429 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | ||||||||
pRolocdata 1.40.0 (landing page) Laurent Gatto
| nebbiolo2 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | OK | ||||||||
To the developers/maintainers of the pRolocdata 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: pRolocdata |
Version: 1.40.0 |
Command: /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:pRolocdata.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings pRolocdata_1.40.0.tar.gz |
StartedAt: 2024-04-16 12:06:34 -0400 (Tue, 16 Apr 2024) |
EndedAt: 2024-04-16 12:12:45 -0400 (Tue, 16 Apr 2024) |
EllapsedTime: 370.7 seconds |
RetCode: 0 |
Status: OK |
CheckDir: pRolocdata.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD check --install=check:pRolocdata.install-out.txt --library=/home/biocbuild/bbs-3.18-bioc/R/site-library --timings pRolocdata_1.40.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.18-data-experiment/meat/pRolocdata.Rcheck’ * using R version 4.3.3 (2024-02-29) * using platform: x86_64-pc-linux-gnu (64-bit) * R was compiled by gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 * running under: Ubuntu 22.04.4 LTS * using session charset: UTF-8 * checking for file ‘pRolocdata/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘pRolocdata’ version ‘1.40.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 ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘pRolocdata’ can be installed ... OK * checking installed package size ... NOTE installed size is 607.7Mb sub-directories of 1Mb or more: data 190.4Mb extdata 416.6Mb * checking package 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 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 ... OK * 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 ... OK * 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 24 marked UTF-8 strings * checking data for ASCII and uncompressed saves ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed thpLOPIT2021 12.878 0.228 13.106 krahmer2018pcp 9.589 0.448 10.036 Shin2020 8.897 0.577 9.488 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking PDF version of manual ... OK * DONE Status: 2 NOTEs See ‘/home/biocbuild/bbs-3.18-data-experiment/meat/pRolocdata.Rcheck/00check.log’ for details.
pRolocdata.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.18-bioc/R/bin/R CMD INSTALL pRolocdata ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.18-bioc/R/site-library’ * installing *source* package ‘pRolocdata’ ... ** using staged installation ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** 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 (pRolocdata)
pRolocdata.Rcheck/tests/testthat.Rout
R version 4.3.3 (2024-02-29) -- "Angel Food Cake" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) 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. > # setting R_TESTS to empty string because of > # https://github.com/hadley/testthat/issues/144 > # revert this when that issue in R is fixed. > Sys.setenv("R_TESTS" = "") > library(testthat) > library(MSnbase) Loading required package: BiocGenerics Attaching package: 'BiocGenerics' The following objects are masked from 'package:stats': IQR, mad, sd, var, xtabs The following objects are masked from 'package:base': Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append, as.data.frame, basename, cbind, colnames, dirname, do.call, duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted, lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table, tapply, union, unique, unsplit, which.max, which.min Loading required package: Biobase Welcome to Bioconductor Vignettes contain introductory material; view with 'browseVignettes()'. To cite Bioconductor, see 'citation("Biobase")', and for packages 'citation("pkgname")'. Loading required package: mzR Loading required package: Rcpp Loading required package: S4Vectors Loading required package: stats4 Attaching package: 'S4Vectors' The following object is masked from 'package:utils': findMatches The following objects are masked from 'package:base': I, expand.grid, unname Loading required package: ProtGenerics Attaching package: 'ProtGenerics' The following object is masked from 'package:stats': smooth This is MSnbase version 2.28.1 Visit https://lgatto.github.io/MSnbase/ to get started. Attaching package: 'MSnbase' The following object is masked from 'package:base': trimws > library(pRolocdata) This is pRolocdata version 1.40.0. Use 'pRolocdata()' to list available data sets. > > test_check("pRolocdata") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 144 ] > > proc.time() user system elapsed 41.537 1.643 43.170
pRolocdata.Rcheck/pRolocdata-Ex.timings
name | user | system | elapsed | |
E14TG2a | 0.04 | 0.00 | 0.04 | |
Shin2020 | 8.897 | 0.577 | 9.488 | |
ToxoLopit | 0.628 | 0.028 | 0.655 | |
andreyev2010 | 0.621 | 0.040 | 0.662 | |
andy2011 | 0.837 | 0.168 | 1.004 | |
at_chloro | 0.085 | 0.004 | 0.089 | |
baers2018 | 0.371 | 0.004 | 0.375 | |
beltran2016 | 0.594 | 0.008 | 0.602 | |
courtland2020 | 0.609 | 0.052 | 0.662 | |
davies2018 | 0.331 | 0.013 | 0.345 | |
dunkley2006 | 0.015 | 0.000 | 0.015 | |
fabre2015 | 0.289 | 0.008 | 0.298 | |
foster2006 | 0.028 | 0.004 | 0.032 | |
groen2014 | 0.997 | 0.052 | 1.050 | |
hall2009 | 0.163 | 0.000 | 0.163 | |
havugimana2012 | 0.118 | 0.012 | 0.131 | |
hirst2018 | 0.484 | 0.032 | 0.516 | |
hyperLOPIT2015 | 3.469 | 0.172 | 3.641 | |
hyperLOPITU2OS2017 | 1.368 | 0.040 | 1.409 | |
itzhak2016stcSILAC | 0.631 | 0.018 | 0.648 | |
itzhak2017 | 2.555 | 0.196 | 2.752 | |
itzhak2017dynamic | 1.301 | 0.012 | 1.314 | |
kirkwood2013 | 0.036 | 0.004 | 0.040 | |
kozik2020 | 0.198 | 0.012 | 0.210 | |
krahmer2018pcp | 9.589 | 0.448 | 10.036 | |
kristensen2012 | 0.036 | 0.025 | 0.060 | |
lopimsSyn2 | 0.667 | 0.008 | 0.676 | |
moloney2023 | 0.769 | 0.020 | 0.788 | |
mulvey2015 | 2.335 | 0.100 | 2.434 | |
nikolovski2012 | 0.294 | 0.008 | 0.302 | |
nikolovski2014 | 0.349 | 0.008 | 0.357 | |
orre2019 | 0.420 | 0.004 | 0.424 | |
pRolocdata | 0.011 | 0.006 | 0.017 | |
pRolocmetadata | 0.014 | 0.000 | 0.014 | |
rodriguez2012r1 | 0.643 | 0.004 | 0.648 | |
stekhoven2014 | 0.215 | 0.001 | 0.215 | |
tan2009 | 0.015 | 0.000 | 0.016 | |
thpLOPIT2021 | 12.878 | 0.228 | 13.106 | |
thpTimecourse2021 | 0.146 | 0.000 | 0.146 | |
trotter2010 | 0.352 | 0.008 | 0.359 | |
yeast | 0.365 | 0.016 | 0.381 | |