Back to Multiple platform build/check report for BioC 3.15
ABCDEFGHIJK[L]MNOPQRSTUVWXYZ

This page was generated on 2022-10-19 13:20:27 -0400 (Wed, 19 Oct 2022).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 20.04.5 LTS)x86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4386
palomino3Windows Server 2022 Datacenterx644.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid" 4138
merida1macOS 10.14.6 Mojavex86_644.2.1 (2022-06-23) -- "Funny-Looking Kid" 4205
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 LineagePulse on nebbiolo1


To the developers/maintainers of the LineagePulse package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/LineagePulse.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 1023/2140HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
LineagePulse 1.16.0  (landing page)
David S Fischer
Snapshot Date: 2022-10-18 13:55:19 -0400 (Tue, 18 Oct 2022)
git_url: https://git.bioconductor.org/packages/LineagePulse
git_branch: RELEASE_3_15
git_last_commit: 6bd03f7
git_last_commit_date: 2022-04-26 11:45:47 -0400 (Tue, 26 Apr 2022)
nebbiolo1Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
merida1macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: LineagePulse
Version: 1.16.0
Command: /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD check --install=check:LineagePulse.install-out.txt --library=/home/biocbuild/bbs-3.15-bioc/R/library --no-vignettes --timings LineagePulse_1.16.0.tar.gz
StartedAt: 2022-10-18 20:19:47 -0400 (Tue, 18 Oct 2022)
EndedAt: 2022-10-18 20:26:35 -0400 (Tue, 18 Oct 2022)
EllapsedTime: 407.9 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: LineagePulse.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD check --install=check:LineagePulse.install-out.txt --library=/home/biocbuild/bbs-3.15-bioc/R/library --no-vignettes --timings LineagePulse_1.16.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.15-bioc/meat/LineagePulse.Rcheck’
* using R version 4.2.1 (2022-06-23)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘LineagePulse/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘LineagePulse’ version ‘1.16.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 ‘LineagePulse’ can be installed ... WARNING
Found the following significant warnings:
  Note: possible error in 'evalLogLikGeneMM(vecCounts = vecCounts, ': unused arguments (matDispParam = matDispParam, matDropParam = matDropParam, matWeights = matWeights) 
  Note: possible error in 'evalLogLikGeneMM(vecCounts = vecCounts, ': unused arguments (matDispParam = do.call(cbind, lapply(seq_len(ncol(matWeights)), function(m) vecDispParam)), matDropParam = do.call(cbind, lapply(seq_len(ncol(matWeights)), function(m) vecPiParam)), matWeights = matWeights) 
See ‘/home/biocbuild/bbs-3.15-bioc/meat/LineagePulse.Rcheck/00install.out’ for details.
Information on the location(s) of code generating the ‘Note’s can be
obtained by re-running with environment variable R_KEEP_PKG_SOURCE set
to ‘yes’.
* checking installed package size ... OK
* 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
decompressDispByGeneMM: no visible binding for global variable
  ‘lsDispModel’
evalLogLikMatrix : <anonymous>: possible error in
  evalLogLikGeneMM(vecCounts = vecCounts, matMuParam = matMuParam,
  vecNormConst = lsMuModel$lsMuModelGlobal$vecNormConst, matDispParam =
  matDispParam, matDropParam = matDropParam, matWeights = matWeights,
  vecidxNotZero = which(!is.na(vecCounts) & vecCounts > 0), vecidxZero
  = which(!is.na(vecCounts) & vecCounts == 0), scaNCells =
  length(vecCounts)): unused arguments (matDispParam = matDispParam,
  matDropParam = matDropParam, matWeights = matWeights)
evalLogLikMatrix : <anonymous>: possible error in
  evalLogLikGeneMM(vecCounts = vecCounts, matMuParam = do.call(cbind,
  lapply(seq_len(ncol(matWeights)), function(m) vecMuParam)),
  vecNormConst = lsMuModel$lsMuModelGlobal$vecNormConst, matDispParam =
  do.call(cbind, lapply(seq_len(ncol(matWeights)), function(m)
  vecDispParam)), matDropParam = do.call(cbind,
  lapply(seq_len(ncol(matWeights)), function(m) vecPiParam)),
  matWeights = matWeights, vecidxNotZero = which(!is.na(vecCounts) &
  vecCounts > 0), vecidxZero = which(!is.na(vecCounts) & vecCounts ==
  0), : unused arguments (matDispParam = do.call(cbind,
  lapply(seq_len(ncol(matWeights)), function(m) vecDispParam)),
  matDropParam = do.call(cbind, lapply(seq_len(ncol(matWeights)),
  function(m) vecPiParam)), matWeights = matWeights)
evalLogLikMatrix : <anonymous>: possible error in scaNCells =
  length(vecCounts)): unused arguments (matDispParam = do.call(cbind,
  lapply(seq_len(ncol(matWeights)), function(m) vecDispParam)),
  matDropParam = do.call(cbind, lapply(seq_len(ncol(matWeights)),
  function(m) vecPiParam)), matWeights = matWeights)
plotCellDensity: no visible binding for global variable ‘continuous’
plotGene: no visible binding for global variable ‘x’
plotGene: no visible binding for global variable ‘dropout_posterior’
plotGene: no visible binding for global variable ‘groups’
plotGene: no visible binding for global variable ‘dfAnnot’
plotGene: no visible binding for global variable ‘mean_count’
plotGene: no visible binding for global variable ‘quantile_25’
plotGene: no visible binding for global variable ‘quantile_75’
plotGene: no visible binding for global variable ‘model’
plotGene: no visible binding for global variable ‘continuous’
plotGene: no visible binding for global variable ‘trajectory_contour’
plotGene: no visible binding for global variable ‘ncells’
Undefined global functions or variables:
  continuous dfAnnot dropout_posterior groups lsDispModel mean_count
  model ncells quantile_25 quantile_75 trajectory_contour x
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                                                      user system elapsed
plotCellDensity                                     31.781  0.072  31.855
writeReport                                         18.135  0.040  18.175
accessors                                           17.892  0.149  18.055
names-LineagePulseObject-method                     17.536  0.048  17.586
sub-sub-LineagePulseObject-character-missing-method 17.157  0.065  17.221
cash-LineagePulseObject-method                      16.844  0.117  16.962
getPostDrop                                         16.647  0.052  16.699
getFitsMean                                         16.355  0.055  16.409
getNormData                                         16.161  0.064  16.225
getFitsDispersion                                   15.884  0.076  15.959
getFitsDropout                                      15.771  0.064  15.837
sortGeneTrajectories                                13.850  0.008  13.859
testDropout                                         13.733  0.060  13.792
runLineagePulse                                     13.272  0.024  13.295
plotGene                                            13.215  0.007  13.223
* 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: 1 WARNING, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.15-bioc/meat/LineagePulse.Rcheck/00check.log’
for details.



Installation output

LineagePulse.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.15-bioc/R/bin/R CMD INSTALL LineagePulse
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.15-bioc/R/library’
* installing *source* package ‘LineagePulse’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Note: possible error in 'evalLogLikGeneMM(vecCounts = vecCounts, ': unused arguments (matDispParam = matDispParam, matDropParam = matDropParam, matWeights = matWeights) 
Note: possible error in 'evalLogLikGeneMM(vecCounts = vecCounts, ': unused arguments (matDispParam = do.call(cbind, lapply(seq_len(ncol(matWeights)), function(m) vecDispParam)), matDropParam = do.call(cbind, lapply(seq_len(ncol(matWeights)), function(m) vecPiParam)), matWeights = matWeights) 
** 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 (LineagePulse)

Tests output


Example timings

LineagePulse.Rcheck/LineagePulse-Ex.timings

nameusersystemelapsed
accessors17.892 0.14918.055
cash-LineagePulseObject-method16.844 0.11716.962
getFitsDispersion15.884 0.07615.959
getFitsDropout15.771 0.06415.837
getFitsMean16.355 0.05516.409
getNormData16.161 0.06416.225
getPostDrop16.647 0.05216.699
names-LineagePulseObject-method17.536 0.04817.586
plotCellDensity31.781 0.07231.855
plotGene13.215 0.00713.223
runLineagePulse13.272 0.02413.295
simulateContinuousDataSet0.0240.0000.024
sortGeneTrajectories13.850 0.00813.859
sub-sub-LineagePulseObject-character-missing-method17.157 0.06517.221
testDropout13.733 0.06013.792
writeReport18.135 0.04018.175