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

This page was generated on 2025-01-20 11:43 -0500 (Mon, 20 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4777
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4502
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4461
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4416
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4403
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 1030/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
INSPEcT 1.37.0  (landing page)
Stefano de Pretis
Snapshot Date: 2025-01-19 13:40 -0500 (Sun, 19 Jan 2025)
git_url: https://git.bioconductor.org/packages/INSPEcT
git_branch: devel
git_last_commit: 7d70bac
git_last_commit_date: 2024-10-29 10:02:14 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  NO, package depends on 'DESeq2' which is only available as a source package that needs compilation
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    OK    OK  NO, package depends on 'DESeq2' which is only available as a source package that needs compilation
kjohnson3macOS 13.7.1 Ventura / arm64  OK    OK    OK    OK  NO, package depends on 'DESeq2' which is only available as a source package that needs compilation
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    OK  


CHECK results for INSPEcT on lconway

To the developers/maintainers of the INSPEcT package:
- 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 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: INSPEcT
Version: 1.37.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.37.0.tar.gz
StartedAt: 2025-01-19 21:23:26 -0500 (Sun, 19 Jan 2025)
EndedAt: 2025-01-19 21:37:36 -0500 (Sun, 19 Jan 2025)
EllapsedTime: 849.9 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.37.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.21-bioc/meat/INSPEcT.Rcheck’
* using R Under development (unstable) (2024-11-20 r87352)
* 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 ‘INSPEcT/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘INSPEcT’ version ‘1.37.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 ... INFO
  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 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 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 ... NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
  INSPEcT-class.Rd: featureNames
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
* 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                  88.522  0.504  89.606
quantifyExpressionsFromBAMs     38.726  8.074  47.547
modelRates                      43.074  0.222  43.721
INSPEcT_diffsteady-class        33.040  0.310  33.543
rocCurve                        29.515  0.250  30.021
rocThresholds                   29.042  0.196  29.429
plotMA                          27.925  0.156  28.212
makeSimModel                    27.711  0.167  28.017
compareSteady                   27.354  0.178  27.714
quantifyExpressionsFromTrCounts 18.723  0.161  19.044
newINSPEcT                      17.011  0.116  17.222
processingDelay                 16.114  0.093  16.282
inspectFromPCR                   7.350  0.048   7.438
makeOscillatorySimModel          7.008  0.069   7.123
compareSteadyNoNascent           6.277  0.046   6.363
modelRatesNF                     5.093  0.077   5.200
* 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: 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.21-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.5-x86_64/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.2340.0110.247
Extract0.4360.0110.450
INSPEcT_diffsteady-class33.040 0.31033.543
calculateRatePvals0.2380.0080.248
chisqmodel0.2280.0090.239
chisqtest0.2170.0090.227
combine0.4570.0130.476
compareSteady27.354 0.17827.714
compareSteadyNoNascent6.2770.0466.363
convergence0.2000.0090.209
geneClass0.2290.0090.240
inHeatmap0.2370.0110.250
inspectFromPCR7.3500.0487.438
labeledSF0.2000.0080.209
logLik0.1950.0050.200
makeModelRates0.2420.0070.250
makeOscillatorySimModel7.0080.0697.123
makeSimDataset88.522 0.50489.606
makeSimModel27.711 0.16728.017
modelRates43.074 0.22243.721
modelRatesNF5.0930.0775.200
modelSelection0.2080.0060.215
modelingParams0.2080.0080.216
nGenes0.2050.0100.218
nTpts0.2030.0040.208
newINSPEcT17.011 0.11617.222
plotGene0.2320.0080.242
plotMA27.925 0.15628.212
processingDelay16.114 0.09316.282
quantifyExpressionsFromBAMs38.726 8.07447.547
quantifyExpressionsFromTrCounts18.723 0.16119.044
ratePvals0.2150.0040.220
ratesFirstGuess0.2090.0070.219
ratesFirstGuessVar0.2150.0050.222
removeModel0.3210.0040.326
rocCurve29.515 0.25030.021
rocThresholds29.042 0.19629.429
split0.3200.0050.328
tpts0.2290.0040.234
viewConfidenceIntervals0.2020.0140.219
viewModelRates0.2050.0110.219