bump version to 0.9.0 & update docs
diff --git a/R/print.R b/R/print.R
index de5f75b..7752d98 100644
--- a/R/print.R
+++ b/R/print.R
@@ -13,6 +13,8 @@
   print(html_result)
 }
 
+#' HTML dependency for js script to enable bootstrap tooltip and popup message
+#'
 #' @export
 html_dependency_kePrint <- function() {
   htmlDependency(name = "kePrint",
@@ -22,6 +24,8 @@
                  script = "kePrint.js")
 }
 
+#' HTML dependency for Twitter bootstrap (table only)
+#'
 #' @export
 html_dependency_bsTable <- function() {
   htmlDependency(name = "bsTable",