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
data(ExampleData.BINfileData, envir= environment())
d1<- Risoe.BINfileData2RLum.Analysis(CWOSL.SAR.Data, pos=1)
analyse_FadingMeasurement(d1)
# Error in vapply(object_clean, function(o) { : values must be length 1,# but FUN(X[[1]]) result is length 0
The issue seems to be that the BIN file has version 03, but the fields that the function tries to access were added only from version 05. So we should return early if the version is too old.
The text was updated successfully, but these errors were encountered:
This fails:
The issue seems to be that the BIN file has version 03, but the fields that the function tries to access were added only from version 05. So we should return early if the version is too old.
The text was updated successfully, but these errors were encountered: