bump to dev version; add cran link to badges
diff --git a/DESCRIPTION b/DESCRIPTION
index 49d4df1..d12aae0 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,13 +1,18 @@
Package: kableExtra
Type: Package
-Title: Construct Complex Table with Kable and Pipe Syntax
-Version: 0.1.0
+Title: Construct Complex Table with 'Kable' and Pipe Syntax
+Version: 0.1.0.9000
Authors@R: c(
person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre')),
person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),
person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb')
)
-Description: A collection of functions to build complex HTML or LaTeX tables on top of kable output.
+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.
License: MIT + file LICENSE
LazyData: TRUE
URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra