mschubert / ebits

R bioinformatics toolkit incubator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hpc (devel) - unhelpful error message when missing packages

barzine opened this issue · comments

if you have missing package and try:

hpc=import('ebits/hpc')

the error is unhelpful as it won't list the name of the missing packages

Error in if (any(.pkg_missing)) stop("The following packages need to be installed: ",  :
  missing value where TRUE/FALSE needed
In addition: Warning message:
In any(.pkg_missing) : coercing argument of type 'character' to logical

note that his was on missing rzmq library

Okay. Correction also in barzine-patch-1

fixed in #76