Error in dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
The actual bug is in method as.matrix.simcares() which attempts at add column names to empty result matrix.
In fact summary() must not be used in this case as there are no figures of merits but the bug must be fixed (e.g. the method must show a warning). Low priority bug which will be fixed in next release.
Method
summary()
forsimcares
objects raises an error if the object is created by using methodpredict()
without reference class values:Results in:
The actual bug is in method
as.matrix.simcares()
which attempts at add column names to empty result matrix.In fact
summary()
must not be used in this case as there are no figures of merits but the bug must be fixed (e.g. the method must show a warning). Low priority bug which will be fixed in next release.