You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That error can be fixed using levels = unique(temp.DoseName[, "Name"]), but then the crash moves a bit forward:
Error : [plot_pIRIRSequence()] An error occurred, analysis skipped. Check your sequence!
In addition: Warning message:
[analyse_SAR.CWOSL()]
[analyse_SAR.CWOSL()] Input OSL/IRSL curves are not a multiple of two.
... >> nothing was done here!
Error : [plot_pIRIRSequence()] An error occurred, analysis skipped. Check your sequence!
In addition: Warning message:
[analyse_SAR.CWOSL()]
[analyse_SAR.CWOSL()] Input OSL/IRSL curves are not a multiple of two.
... >> nothing was done here!
Error in if (!is.na(pIRIR_signals[1])) df <- df[df$Signal == pIRIR_signals[i], :
argument is of length zero
In addition: Warning message:
In merge_RLum(lapply(1:n.channels, function(x) { :
[merge_RLum()] Nothing was merged as the object list was found to be empty or contains only one object!
When the merge fails because there are no valid results, we should stop rather than continuing.
This crashes:
The error happens in this code inside
analyse_SAR.CWOSL()
:Luminescence/R/analyse_SAR.CWOSL.R
Lines 700 to 702 in 759a114
The text was updated successfully, but these errors were encountered: