Package: pixels
Type: Package
Title: Tools for Working with Image Pixels
Version: 0.1.1
Authors@R: c(
    person("Daniel", "Falbel", email = "daniel@rstudio.com", role = c("aut", "cre")),
    person("Javier", "Luraschi", email = "javier@rstudio.com", role = c("aut")),
    person(family = "RStudio", role = c("cph"))
    )
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: 2020-12-03 21:56:21 UTC; javierluraschi
Author: Daniel Falbel [aut, cre],
  Javier Luraschi [aut],
  RStudio [cph]
Maintainer: Daniel Falbel <daniel@rstudio.com>
Repository: CRAN
Date/Publication: 2020-12-04 13:50:06 UTC
Built: R 4.4.3; ; 2025-10-21 14:18:29 UTC; windows
