Closed kenkellner closed 6 years ago
process.output() tries to use colnames() on a vector, resulting in errors later on. Need to put in a sanity check so names() is used in this case instead.
#Get parameter names
params <- colnames(x[[1]])
Here
Should be fixed in efbb522
process.output() tries to use colnames() on a vector, resulting in errors later on. Need to put in a sanity check so names() is used in this case instead.
#Get parameter names
params <- colnames(x[[1]])
Here