Merge, rebuild man pages
Merge branch 'master' of https://github.com/haozhu233/kableExtra
# Conflicts:
# man/kable_styling.Rd
diff --git a/DESCRIPTION b/DESCRIPTION
index 201ba3d..d0ffdc2 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -15,7 +15,8 @@
person('Yoni', 'Sidi', role = 'ctb'),
person('Brian', 'Salzer', role = 'ctb'),
person('George', 'Gui', role = 'ctb'),
- person('Yeliang', 'Fan', role = 'ctb')
+ person('Yeliang', 'Fan', role = 'ctb'),
+ person('Duncan', 'Murdoch', role = 'ctb')
)
Description: Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr'
and the piping syntax from 'magrittr'. Function 'kable()' is a light weight
@@ -45,7 +46,8 @@
rstudioapi,
glue,
tools,
- webshot
+ webshot,
+ digest
Suggests:
testthat,
magick,
@@ -53,5 +55,5 @@
dplyr
VignetteBuilder: knitr
Encoding: UTF-8
-RoxygenNote: 6.1.0
+RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)