pbmcapply icon indicating copy to clipboard operation
pbmcapply copied to clipboard

progressBar(max=0): throws error on 'missing value where TRUE/FALSE needed'

Open HenrikBengtsson opened this issue 3 years ago • 0 comments

Hi/FYI,

> pb <- pbmcapply::progressBar(max=0)
Error in if (nb == .nb && pc == .pc && timenow - .timenow < 1) { : 
  missing value where TRUE/FALSE needed
> sessionInfo()
R version 4.0.4 (2021-02-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.5 LTS

Matrix products: default
BLAS:   /home/hb/shared/software/CBI/R-4.0.4/lib/R/lib/libRblas.so
LAPACK: /home/hb/shared/software/CBI/R-4.0.4/lib/R/lib/libRlapack.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.0.4  parallel_4.0.4  pbmcapply_1.5.0

HenrikBengtsson avatar Apr 25 '21 21:04 HenrikBengtsson