Error in InitDataObjects after installing from PR # 350
I successfully installed the development version of MetaboAnalystR from the pull request using:
devtools::install_github("xia-lab/MetaboAnalystR@refs/pull/350/head", build = TRUE, build_vignettes = TRUE, build_manual = TRUE)
However, when I try to run the first command, I get the following error:
InitDataObjects("conc", "stat", FALSE)
Error:
promise already under evaluation: recursive default argument reference or earlier problems?
mSet <- InitDataObjects("conc", "msetqea", FALSE)
Error:
promise already under evaluation: recursive default argument reference or earlier problems?
Any guidance on resolving this would be appreciated.
Error in InitDataObjects after installing from PR # 350
I successfully installed the development version of MetaboAnalystR from the pull request using:
devtools::install_github("xia-lab/MetaboAnalystR@refs/pull/350/head", build = TRUE, build_vignettes = TRUE, build_manual = TRUE)However, when I try to run the first command, I get the following error:
InitDataObjects("conc", "stat", FALSE)Error:
promise already under evaluation: recursive default argument reference or earlier problems?
mSet <- InitDataObjects("conc", "msetqea", FALSE)Error:
promise already under evaluation: recursive default argument reference or earlier problems?
Any guidance on resolving this would be appreciated.