Add landscape.R; Improve scale_down
diff --git a/DESCRIPTION b/DESCRIPTION
index 1eba809..df45d70 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -6,7 +6,8 @@
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'),
- person('Thomas', 'Travison', email = 'tgt@hsl.harvard.edu', role = 'aut')
+ person('Thomas', 'Travison', email = 'tgt@hsl.harvard.edu', role = 'ctb'),
+ person('GuangChuang', 'Yu', email = 'guangchuangyu@gmail.com', 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'.