Improve language in Description based on Uwe's comments;
bump version to dev
diff --git a/DESCRIPTION b/DESCRIPTION
index d61f533..648923a 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Package: kableExtra
Type: Package
Title: Construct Complex Table with 'kable' and Pipe Syntax
-Version: 0.5.2
+Version: 0.5.2.9000
Authors@R: c(
person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre')),
person('Timothy', 'Tsai', role = 'ctb'),
@@ -13,12 +13,12 @@
person('Rob', 'Shepherd', role = 'ctb'),
person('Yoni', 'Sidi', role = 'ctb')
)
-Description: A collection of functions to help build complex HTML or 'LaTeX'
- tables using 'kable()' from 'knitr' and the piping syntax from 'magrittr'.
- Function 'kable()' is a light weight table generator coming from 'knitr'.
- This package simplifies the way to manipulate the HTML or 'LaTeX' codes
- generated by 'kable()' and allows users to construct complex tables
- and customize styles using a readable syntax.
+Description: Build complex HTML or 'LaTeX' tables using 'kable()' from 'knitr'
+ and the piping syntax from 'magrittr'. Function 'kable()' is a light weight
+ table generator coming from 'knitr'. This package simplifies the way to
+ manipulate the HTML or 'LaTeX' codes generated by 'kable()' and allows
+ users to construct complex tables and customize styles using a readable
+ syntax.
License: MIT + file LICENSE
LazyData: TRUE
URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra