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.

32 lines
936B

  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. LazyData: true
  16. URL: https://desctable.github.io
  17. BugReports: https://github.com/desctable/desctable/issues
  18. Imports:
  19. dplyr,
  20. DT,
  21. htmltools,
  22. rlang,
  23. tidyr,
  24. utils
  25. Suggests:
  26. knitr,
  27. rmarkdown,
  28. purrr,
  29. survival
  30. RoxygenNote: 7.1.2
  31. VignetteBuilder: knitr