Open adelabriere opened 3 years ago
I'm also getting a similar error running PerformParamsOptimization:
`
Round:1
DoE Running Begin...
Done!
Round 1 Finished !
Model Parsing...
Gaussian peak ratio (%): 66.4.
Model Parsing Done !
Round:2
DoE Running Begin...
Done!
Round 2 Finished !
Model Parsing...
Gaussian peak ratio (%): 66.4.
Model Parsing Done !
Round:3
DoE Running Begin...
Done!
Round 3 Finished !
Model Parsing...
Model Parsing Done !
Error: $ operator is invalid for atomic vectors ` not sure if the line referenced in the previous comment is the offending line or whether this is due to something in my data?
Hi, @bwyu-dayspring. Just for your information. I contacted the developpers by emails and they are having a look at it.
Dear OptiLCMS developpers,
I was trying to use MetaboAnalystR package and encountered a something which is obviously a bug. I was running the
PerformParamsOptimization
function and encountered the following error message :I looked at the incriminated funtion and something seems clearly off in the code:
It seems to me that the part in bold should definitely not be history[[index]]$PPS$PPS but history[[index]]$PPS. I guess it is a bug.
Would you be kind enough to fix it ?