rstudio / htmltools

Tools for HTML generation and output
https://rstudio.github.io/htmltools/
213 stars 67 forks source link

Remove dependency on ellipsis. #422

Closed olivroy closed 4 months ago

olivroy commented 8 months ago

Replace ellipsis::check_dots_empty() by rlang::check_dots_empty()

Since there is #' @import rlang, removing ns suffices, as rlang has check_dots_empty()

cpsievert commented 4 months ago

Thanks!