When cross tabulation with mytable(formula, catMethod = 3), some P values are missed due to workspace limitation of fisher.test(). Most cases are solved when increasing workspace of fisher.test().
Since I find no way to set global option to fisher.test(), it is happy if mytable() has "..." option to pass fister.test().