add import htmltools statement

This commit is contained in:
Barret Schloerke
2019-08-27 16:17:20 -04:00
parent 97309e8c4c
commit 7624449644
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ local({
vapply(paste0, collapse = " ", character(1), USE.NAMES = FALSE) %>%
paste0("#' @export ", .) %>%
paste0(collapse = "\n") %>%
paste0("\nNULL") %>%
paste0("#' @import htmltools\n", ., "\nNULL") %>%
writeLines(local_htmltools_r_file)
message("Updated: ", local_htmltools_r_file)