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
884B

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