You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.1KB

  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 data frames/lists of data frames for easy manipulation after creation,
  10. and ready to be saved as csv, or piped to DT::datatable() or pander::pander() to integrate into reports.
  11. Depends:
  12. R (>= 3.2.3),
  13. pander
  14. License: GPL-3
  15. Encoding: UTF-8
  16. LazyData: true
  17. URL: https://github.com/maximewack/desctable
  18. BugReports: https://github.com/maximewack/desctable/issues
  19. Imports:
  20. dplyr,
  21. DT,
  22. htmltools,
  23. rlang,
  24. tidyr,
  25. utils
  26. Suggests:
  27. knitr,
  28. rmarkdown,
  29. purrr,
  30. survival
  31. RoxygenNote: 7.1.2
  32. VignetteBuilder: knitr