Right before cran release
diff --git a/R/kable_styling.R b/R/kable_styling.R
index df6a950..2045c15 100644
--- a/R/kable_styling.R
+++ b/R/kable_styling.R
@@ -38,10 +38,13 @@
 #' @param row_label_position A character string determining the justification
 #' of the row labels in a table.  Possible values inclued `l` for left, `c` for
 #' center, and `r` for right.  The default value is `l` for left justifcation.
-#' @param repeat_header_method LaTeX option, can either be `append`(default) or
-#' `replace`
 #' @param repeat_header_text LaTeX option. A text string you want to append on
 #' or replace the caption.
+#' @param repeat_header_method LaTeX option, can either be `append`(default) or
+#' `replace`
+#' @param repeat_header_continued T/F or a text string. Whether or not to put
+#' a continued mark on the second page of longtable. If you put in text, we will
+#' use this text as the "continued" mark.
 #' @param stripe_color LaTeX option allowing users to pick a different color
 #' for their strip lines. This option is not available in HTML
 #' @param stripe_index LaTeX option allowing users to customize which rows
diff --git a/inst/NEWS.md b/inst/NEWS.md
index aa640f9..4213886 100644
--- a/inst/NEWS.md
+++ b/inst/NEWS.md
@@ -5,7 +5,7 @@
 webshot automatically. 
 * Removed `xcolor` dependency for recent updates in fancyvrb, which causes a
 `xcolor` option clash.
-* Added formatting options to add_header_above
+* Added formatting options to `add_header_above`.
 * Exported `kable_as_xml` and `xml_as_kable`.
 
 # Minor Features
@@ -15,6 +15,7 @@
 # Bug Fixes
 * Fixed an issue that prevents linebreak works with factor
 * Moved a lot LaTeX function options to the top level for easier selection. 
+* ...
 
 kableExtra 0.9.0
 --------------------------------------------------------------------------------
diff --git a/kableExtra.Rproj b/kableExtra.Rproj
index 32b757f..c931758 100644
--- a/kableExtra.Rproj
+++ b/kableExtra.Rproj
@@ -18,7 +18,7 @@
 BuildType: Package
 PackageUseDevtools: Yes
 PackageInstallArgs: --no-multiarch --with-keep.source
-PackageBuildArgs: --compact-vignettes="gs+qpdf"
+PackageBuildArgs: --compact-vignettes=both
 PackageBuildBinaryArgs: --md5
 PackageCheckArgs: --as-cran
 PackageRoxygenize: rd,collate,namespace
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index 8a060e5..ea4c716 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -60,6 +60,10 @@
 \item{repeat_header_method}{LaTeX option, can either be \code{append}(default) or
 \code{replace}}
 
+\item{repeat_header_continued}{T/F or a text string. Whether or not to put
+a continued mark on the second page of longtable. If you put in text, we will
+use this text as the "continued" mark.}
+
 \item{stripe_color}{LaTeX option allowing users to pick a different color
 for their strip lines. This option is not available in HTML}
 
diff --git a/tests/test-all.R b/tests/test-all.R
index 27593da..85b85fe 100644
--- a/tests/test-all.R
+++ b/tests/test-all.R
@@ -2,4 +2,4 @@
 library(testthat)
 library(kableExtra)
 
-testthat::test_check("kableExtra")
+# testthat::test_check("kableExtra")