選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

31 行
921B

  1. Package: desctable
  2. Title: Produce Descriptive and Comparative Tables Easily
  3. Version: 0.3.0
  4. Authors@R: c(person("Maxime", "Wack", email = "maximewack@free.fr", role = c("aut", "cre")),
  5. person("Adrien", "Boukobza", email = "hadrien_b@hotmail.fr", role = c("aut")),
  6. person("Yihui", "Xie", email = "xieyihui@gmail.com", role = c("ctb")))
  7. Description: Easily create descriptive and comparative tables.
  8. It makes use and integrates directly with the tidyverse family of packages, and pipes.
  9. Tables are produced as (nested) dataframes for easy manipulation.
  10. Depends:
  11. R (>= 3.2.3),
  12. pander
  13. License: GPL-3
  14. Encoding: UTF-8
  15. URL: https://desctable.github.io
  16. BugReports: https://github.com/desctable/desctable/issues
  17. Imports:
  18. dplyr,
  19. DT,
  20. htmltools,
  21. rlang,
  22. tidyr,
  23. utils
  24. Suggests:
  25. knitr,
  26. rmarkdown,
  27. purrr,
  28. survival
  29. RoxygenNote: 7.1.2
  30. VignetteBuilder: knitr