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.

20 lines
461B

  1. Package: bulma
  2. Title: What the Package Does (One Line, Title Case)
  3. Version: 0.0.0.9000
  4. Authors@R:
  5. person(given = "Garrick",
  6. family = "Aden-Buie",
  7. role = c("aut", "cre"),
  8. email = "g.adenbuie@gmail.com")
  9. Description: What the package does (one paragraph).
  10. License: MIT + file LICENSE
  11. Imports:
  12. glue,
  13. htmltools,
  14. rlang,
  15. rmarkdown
  16. Encoding: UTF-8
  17. LazyData: true
  18. RoxygenNote: 6.1.1
  19. Roxygen: list(markdown = TRUE)