Closed mcol closed 2 hours ago
This crashes:
data(ExampleData.RLum.Analysis, envir = environment()) analyse_IRSAR.RF( list(IRSAR.RF.Data), plot = FALSE, method.control = list(vslide_range = "auto", cores = 1) ) # Error in if (object[[1]]@originator == "read_RF2R") { : # missing value where TRUE/FALSE needed
because in this example we have originator = NA.
originator = NA
OK, then we should chain this with is.na(...) &&
is.na(...) &&
This crashes:
because in this example we have
originator = NA
.