Vignette doesn't import 'parallel'
nickschurch opened this issue · 1 comments
nickschurch commented
Following the vignette, the line xpprodat <- makeProteinTable(xppepdat)
fails because it can't find the library mclapply
. This is part of the library parallel
and should be imported initially or referenced int he code with parallel::mclapply
which avoids requiring an import.
MarekGierlinski commented
Done. Also, added a parameter ncores
to makeProteinTable
to control the number of cores used.