commit | 064990df5b0001d4aa48bb6780d8e4c77807e297 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Oct 17 18:08:42 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Oct 17 18:08:42 2017 -0400 |
tree | b58ef85aa7dbab52a1414bb3013b2605631f5095 | |
parent | f6be00ba6d993553eba1403bbe3b8f7111daba41 [diff] [blame] |
Fix the duplicated row bug in LaTeX table. Fix a bug introduced in #73. Change back to div for cell_spec
diff --git a/R/kableExtra-package.R b/R/kableExtra-package.R index 672eb8d..0e9df80 100644 --- a/R/kableExtra-package.R +++ b/R/kableExtra-package.R
@@ -68,6 +68,7 @@ #' @importFrom readr read_lines read_file #' @importFrom scales rescale #' @importFrom viridisLite viridis +#' @importFrom stats ave #' @name kableExtra-package #' @aliases kableExtra #' @docType package