Package: wellmapr
Title: File format for 96-well plate layouts
Version: 0.6.0
Authors@R: as.person(c(
  "Kale Kundert <kale@thekunderts.net> [aut, cre]"
  ))
Description: Wrapper for the "wellmap" Python module.
License: file LICENSE
Depends:
  reticulate (>= 1.14)
Config/reticulate:
  list(
    packages = list(
      list(package = "wellmap", pip = TRUE)
    )
  )
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Encoding: UTF-8
Suggests: 
    testthat
