commit | 4840bc9a9cc79aed3f86e8082f98abc7e8c48cc5 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Fri Sep 15 15:55:05 2017 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Fri Sep 15 15:55:22 2017 -0400 |
tree | 660b3145438f370b45208f7dd8d729564ed5b417 | |
parent | 2a6256d81b0ca2fc1e1fbe1cb20cfc0a5ea213d1 [diff] [blame] |
bump version... remove magick from imports to suggests; update documentation update vignettes
diff --git a/man/row_spec.Rd b/man/row_spec.Rd index eaf7b57..4a94983 100644 --- a/man/row_spec.Rd +++ b/man/row_spec.Rd
@@ -35,6 +35,6 @@ } \examples{ x <- knitr::kable(head(mtcars), "html") -row_spec(x, 1, bold = TRUE, italic = TRUE) +row_spec(x, 1:2, bold = TRUE, italic = TRUE) }