commit | 2502807e5f53919d3abf1545c0048a28ac396cbb | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 12:08:51 2018 -0500 |
committer | Hao Zhu <haozhu233@gmail.com> | Wed Jan 10 12:08:51 2018 -0500 |
tree | e052e480aa8f5839a980aaeeede24fdae865268f | |
parent | 17814c72928b3dc0823aefed0c4fd74405f9a73c [diff] |
bug fix
diff --git a/R/footnote.R b/R/footnote.R index 7fdec04..a05360f 100644 --- a/R/footnote.R +++ b/R/footnote.R
@@ -194,7 +194,7 @@ table_info <- magic_mirror(kable_input) out <- enc2utf8(as.character(kable_input)) - if (table_info$tabular == "longtable") { + if (table_info$tabular == "longtable" & threeparttable == TRUE) { threeparttable <- FALSE warning("threeparttable does not support longtable.") }