您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

41 行
964B

  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. Imports:
  22. dplyr,
  23. gganimate (>= 1.0.0),
  24. ggplot2 (>= 3.0.0),
  25. magrittr,
  26. purrr,
  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.1