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.

41 line
967B

  1. Type: Package
  2. Package: tidyexplain
  3. Title: Animated Explanations of Tidyverse Verbs
  4. Version: 0.0.1.9000
  5. Date: 2018-08-27
  6. Authors@R:
  7. c(person(given = "Garrick",
  8. family = "Aden-Buie",
  9. role = c("aut", "cre"),
  10. email = "g.adenbuie@gmail.com"),
  11. person(given = "David",
  12. family = "Zimmermann",
  13. role = "aut",
  14. email = "david_j_zimmermann@hotmail.com"),
  15. person(given = "Tyler Grant",
  16. family = "Smith",
  17. role = "ctb"))
  18. Description: Animated explanations of the verbs in the tidyverse
  19. using gganimate and ggplot2.
  20. License: MIT + file LICENSE
  21. Depends:
  22. gganimate (>= 0.9.9.9999),
  23. ggplot2 (>= 3.0.0)
  24. Imports:
  25. dplyr,
  26. magrittr,
  27. rlang (>= 0.1.2),
  28. scales,
  29. tidyr,
  30. tidyselect
  31. Suggests:
  32. knitr,
  33. roxygen2,
  34. testthat,
  35. viridis
  36. VignetteBuilder:
  37. knitr
  38. Encoding: UTF-8
  39. Roxygen: list(markdown = TRUE)
  40. RoxygenNote: 6.1.0