-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Error in isosim_test()
#Downloaded the zip file from GitHub page (https://github.com/MetaSys-LISBP/IsoSim)
#Unzipped the file and changed working directory for easier access to the R scripts
setwd("C:/.../IsoSim-2.0.0/isosim/")
source("nlsic.R")
source("isosim.R")
#Running isosim_test() showed the following error after "...calculate fluxes...":
Error in checkForRemoteErrors(val) :
2 nodes produced errors; first error: the condition has length > 1
#When running the isosim_test() line by line (after setin the working directory to original) and changing the numCores & mc.cores to NULL I do get more lines but it gets stuck at:
#calculate fluxes for all subsystems
res_sub <- fit_subsystems(subsystems, dirname="fit_minimal_subsystems", mc.cores=numCores)
#And the error is:
Error in if (class(a) != "qr") { : the condition has length > 1
Any idea how can I get it to work? I have RTools43 and R version 4.3.1 (2023-06-16 ucrt)