Back to Multiple platform build/check report for BioC 3.16:   simplified   long
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

This page was generated on 2023-04-12 11:06:11 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
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 INSPEcT on lconway


To the developers/maintainers of the INSPEcT package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/INSPEcT.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 976/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
INSPEcT 1.28.0  (landing page)
Stefano de Pretis
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/INSPEcT
git_branch: RELEASE_3_16
git_last_commit: aff3971
git_last_commit_date: 2022-11-01 11:11:51 -0400 (Tue, 01 Nov 2022)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: INSPEcT
Version: 1.28.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:INSPEcT.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings INSPEcT_1.28.0.tar.gz
StartedAt: 2023-04-10 20:46:27 -0400 (Mon, 10 Apr 2023)
EndedAt: 2023-04-10 20:57:02 -0400 (Mon, 10 Apr 2023)
EllapsedTime: 635.0 seconds
RetCode: 0
Status:   OK  
CheckDir: INSPEcT.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.16-bioc/meat/INSPEcT.Rcheck’
* using R version 4.2.3 (2023-03-15)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘INSPEcT/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘INSPEcT’ version ‘1.28.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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘INSPEcT’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  7.1Mb
  sub-directories of 1Mb or more:
    R      1.8Mb
    data   2.8Mb
* 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
output_pars: no visible global function definition for ‘plot.new’
plotSingleRNADynamic: no visible global function definition for ‘lines’
Undefined global functions or variables:
  lines plot.new
Consider adding
  importFrom("graphics", "lines", "plot.new")
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 ... OK
* 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 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
makeSimDataset                  68.188  0.332  68.655
quantifyExpressionsFromBAMs     30.827  9.921  41.104
INSPEcT_diffsteady-class        25.346  0.276  25.691
plotMA                          23.037  0.148  23.381
rocCurve                        22.015  0.142  22.195
makeSimModel                    22.031  0.107  22.186
compareSteady                   21.903  0.081  22.024
rocThresholds                   20.868  0.120  21.031
quantifyExpressionsFromTrCounts 15.473  0.215  15.736
modelRates                      14.554  0.062  14.654
newINSPEcT                      13.800  0.062  13.907
processingDelay                 11.792  0.041  11.848
makeOscillatorySimModel          5.435  0.050   5.496
compareSteadyNoNascent           5.258  0.042   5.305
* 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: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.16-bioc/meat/INSPEcT.Rcheck/00check.log’
for details.



Installation output

INSPEcT.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library’
* installing *source* package ‘INSPEcT’ ...
** 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 (INSPEcT)

Tests output


Example timings

INSPEcT.Rcheck/INSPEcT-Ex.timings

nameusersystemelapsed
AIC-INSPEcT-method0.1660.0080.176
Extract1.0690.0101.079
INSPEcT_diffsteady-class25.346 0.27625.691
calculateRatePvals0.1770.0040.182
chisqmodel0.1720.0080.181
chisqtest0.1800.0040.183
combine0.3120.0030.316
compareSteady21.903 0.08122.024
compareSteadyNoNascent5.2580.0425.305
convergence0.1730.0050.178
geneClass0.2150.0080.224
inHeatmap0.2120.0090.221
inspectFromPCR3.0480.0273.082
labeledSF0.1870.0060.194
logLik0.1950.0070.204
makeModelRates0.2240.0050.229
makeOscillatorySimModel5.4350.0505.496
makeSimDataset68.188 0.33268.655
makeSimModel22.031 0.10722.186
modelRates14.554 0.06214.654
modelRatesNF1.2040.0351.242
modelSelection0.1810.0060.189
modelingParams0.1820.0040.187
nGenes0.1890.0040.195
nTpts0.1600.0040.165
newINSPEcT13.800 0.06213.907
plotGene0.2050.0100.216
plotMA23.037 0.14823.381
processingDelay11.792 0.04111.848
quantifyExpressionsFromBAMs30.827 9.92141.104
quantifyExpressionsFromTrCounts15.473 0.21515.736
ratePvals0.1460.0020.148
ratesFirstGuess0.1680.0060.174
ratesFirstGuessVar0.1470.0040.150
removeModel0.2660.0040.271
rocCurve22.015 0.14222.195
rocThresholds20.868 0.12021.031
split0.2310.0030.233
tpts0.1530.0020.156
viewConfidenceIntervals0.1750.0080.183
viewModelRates0.1480.0030.151