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.

29 lines
969B

  1. Package: desctable
  2. Title: Produce Descriptive and Comparative Tables Easily
  3. Version: 0.1.8
  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. Description: Easily create descriptive and comparative tables.
  7. It makes use and integrates directly with the tidyverse family of packages, and pipes.
  8. Tables are produced as data frames/lists of data frames for easy manipulation after creation,
  9. and ready to be saved as csv, or piped to DT::datatable() or pander::pander() to integrate into reports.
  10. Depends:
  11. R (>= 3.2.3)
  12. License: GPL-3
  13. Encoding: UTF-8
  14. LazyData: true
  15. URL: https://github.com/maximewack/desctable
  16. BugReports: https://github.com/maximewack/desctable/issues
  17. Imports:
  18. dplyr,
  19. DT,
  20. htmltools,
  21. pander
  22. Suggests:
  23. knitr,
  24. rmarkdown,
  25. purrr,
  26. survival
  27. RoxygenNote: 7.0.2
  28. VignetteBuilder: knitr