What does Shiny’s creator think?

  • Useful comment from the author of Shiny, about how to include custom CSS files.

  • As noted in the previous comment, including a CSS file via the htmlDependency function is not necessary if such CSS code is completely custom (no need to avoid dependencies’ version conflicts).

  • Therefore, for custom CSS, simply use the tags$link method.