DESCRIPTION 650 B

123456789101112131415161718
  1. Package: shinyBarcode
  2. Title: Wrapper for the 'JsBarcode' Library
  3. Version: 0.0.0.9000
  4. Authors@R: c(
  5. person("Carl", "Ganz", email = "carl@cannadatasolutions", role = c("aut", "cre")),
  6. person("CannaData Solutions", role = "cph"),
  7. person("Johan", "Lindell", email = "[email protected]", role = c("ctb", "cph"), comment = "JsBarcode in javascript/JsBarcode")
  8. )
  9. Description: Wraps the 'JsBarcode' library for easy rendering of barcodes in 'Shiny' and 'R Markdown'.
  10. Depends: R (>= 3.3.3)
  11. Imports: shiny, rmarkdown, jsonlite
  12. Suggests: pander
  13. License: MIT + file LICENSE
  14. Encoding: UTF-8
  15. LazyData: true
  16. RoxygenNote: 6.0.1
  17. Roxygen: list(markdown = TRUE)