Hi,
My data is surviving the quality control step, but right at the beginning of the lsRet step I get the error:
2019-11-05 13:32:40 DEBUG::lsRet
Error in composer_f(msg, ...) :
'msg' length exceeds maximal format length 8192
In addition: There were 50 or more warnings (use warnings() to see the first 50).
The warnings are just NaNs being induced from NAs I had in my metadata, so those don't worry me. What is worrying me is the format length error I am getting. As far as I know, there is a maximum in R for string lengths that are input and somewhere in that composer function the msg being passed is too long. I am not sure what this part of the program does or where it could be throwing this error from.
Thanks in advance.