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.

25 lines
484B

  1. Package: R2b2
  2. Title: R package to manage an i2b2 instance and import data
  3. Version: 0.0.0.9000
  4. Authors@R: person("Maxime", "Wack", email = "maximewack@free.fr", role = c("aut", "cre"))
  5. Description: Manage, ETL and import data in i2b2.
  6. Depends:
  7. R (>= 3.3.2)
  8. License: file LICENSE
  9. Encoding: UTF-8
  10. LazyData: true
  11. Imports:
  12. dbplyr,
  13. tibble,
  14. dplyr,
  15. purrr,
  16. stringr,
  17. RPostgreSQL,
  18. httr,
  19. rvest,
  20. xml2,
  21. lubridate,
  22. tidyr,
  23. readr
  24. RoxygenNote: 6.0.1