Skip to content

isosim_test() showing error #1

@CarolinaCorona

Description

@CarolinaCorona

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions