Package: pixels
Type: Package
Title: Tools for Working with Image Pixels
Version: 0.1.0
Authors@R: c(
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("aut", "cre")),
    person(family = "RStudio", role = c("cph"))
    )
Maintainer: Javier Luraschi <javier@rstudio.com>
Description: Provides tools to show and draw image pixels using 'HTML' widgets 
  and 'Shiny' applications.  It can be used to visualize the 'MNIST' dataset
  for handwritten digit recognition or to create new image recognition datasets.
License: MIT + file LICENSE
URL: https://github.com/javierluraschi/pixels
BugReports: https://github.com/javierluraschi/pixels/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.2)
Imports: htmlwidgets, shiny, miniUI
Suggests: testthat
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-10-26 18:57:01 UTC; javierluraschi
Author: Javier Luraschi [aut, cre],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2017-10-27 08:15:45 UTC
