Open bluepassereaux opened 1 year ago
Does running with parallel = FALSE
fix the problem? Also, can you show me a summary of the dataframe, as well as the output of sessionInfo()
.
Thank you very much, I appreciate a lot this community.
Yes, I just run without the parallel function and I have the error still. It is very weird because I can run the miceRanger if I move some observations from one table to another. Anyhow, I used to run this table last year and there was no problem.
As well, I tried to verify the data as dataframe or matrix with the correspondent functions and did not work. Anyway my data is a dataframe.
Is there anything I should be looking in the summary?
I cannot give the summary by now as the date is from someone else, but here is my sessionInfo:
I am quite new in Gihub, despite knowing it for years and being such a help. So I will try to give you a proper example as I can.
Error in miceRanger(RAY, valueSelector = "meanMatch", m = 4, maxiter = 6, : Evaluation failed with error <Error in sample.int(length(x), size, replace, prob): primer argumento inválido
How can I solve this? How can I search for the "first invalid argument"?
Thank you!!