Package: asciify Type: Package Title: Make ASCII Art From Images Version: 0.1.0 Authors@R: person(given = "Danielle", family = "Navarro", role = c("aut", "cre"), email = "d.navarro@unsw.edu.au", comment = c(ORCID = "0000-0001-7648-6578")) Description: Takes an arbitrary image as input and constructs an text-based approximation to the image using the imager package. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/djnavarro/asciify BugReports: https://github.com/djnavarro/asciify/issues RoxygenNote: 6.1.1 Imports: imager, dplyr, purrr, ggplot2, tibble, stringr Config/pak/sysreqs: libfftw3-dev libglpk-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libxml2-dev libx11-dev Repository: https://djnavarro.r-universe.dev Date/Publication: 2020-04-23 02:23:17 UTC RemoteUrl: https://github.com/djnavarro/asciify RemoteRef: HEAD RemoteSha: 469b1fbe77aac4f4e4b157feef129a6de5975491 NeedsCompilation: no Packaged: 2026-06-10 09:11:09 UTC; root Author: Danielle Navarro [aut, cre] (ORCID: ) Maintainer: Danielle Navarro