Executing dekupl-run from a conda version, I came accross an error related to a missing R library that makes the job to stop. It occures during the execution of limma-voom_diff_method.R:
Loading required package: iterators
Loading required package: parallel
Error in library("pryr") : there is no package called pryr
Execution halted
I'm not sure whether the library is supposed to be installed by default by installing the R library fixed the error:
install.packages("pryr")
P.S.: maybe it worth adding the installation of this library in the pre-requisites.
Executing dekupl-run from a conda version, I came accross an error related to a missing R library that makes the job to stop. It occures during the execution of limma-voom_diff_method.R: Loading required package: iterators Loading required package: parallel Error in library("pryr") : there is no package called pryr Execution halted
I'm not sure whether the library is supposed to be installed by default by installing the R library fixed the error:
P.S.: maybe it worth adding the installation of this library in the pre-requisites.