commit | b35f188e58c5e5c7792074ce7b0a5636b96fb355 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 16:34:16 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Tue Oct 10 16:34:16 2017 -0400 |
tree | 408b42dff9481db204eea74349a812aae7c35c1c | |
parent | 20784e7b4010481628ed18f8e800ea5abd6a2058 [diff] [blame] |
switch from readr::write_file to writeLines
diff --git a/R/kableExtra-package.R b/R/kableExtra-package.R index 9dc9689..32131c1 100644 --- a/R/kableExtra-package.R +++ b/R/kableExtra-package.R
@@ -65,7 +65,7 @@ #' @importFrom rmarkdown latex_dependency #' @importFrom magrittr %>% #' @importFrom utils read.csv -#' @importFrom readr read_lines read_file write_file +#' @importFrom readr read_lines read_file #' @name kableExtra-package #' @aliases kableExtra #' @docType package