Package: bittermelon Type: Package Title: Bitmap Tools Version: 2.3.1 Authors@R: c(person("Trevor L.", "Davis", role = c("aut", "cre"), email = "trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639")), person("Frederic", "Cambus", role = "tyg", comment = "Developer of included 'Spleen' font"), person("Markus", "Kuhn", role = "tyg", comment = "Maintainer of included 'Fixed' font"), person("josehzz", role = "art", comment = "Artist of included 'Farming Crops 16x16' sprites")) Description: Provides functions for creating, modifying, and displaying bitmaps including printing them in the terminal. There is a special emphasis on monochrome bitmap fonts and their glyphs as well as colored pixel art/sprites. Provides native read/write support for the 'hex' and 'yaff' bitmap font formats and if 'monobit' is installed can also read/write several additional bitmap font formats. URL: https://trevorldavis.com/R/bittermelon/ BugReports: https://github.com/trevorld/bittermelon/issues License: MIT + file LICENSE Depends: R (>= 3.5.0) Imports: cli, grDevices, grid, png, Unicode, utils Suggests: colorfast (>= 1.0.1), farver, gridpattern, hexfont (>= 0.5.1), knitr, magick, mazing, ragg, rmarkdown, testthat, vdiffr, withr VignetteBuilder: knitr, rmarkdown SystemRequirements: 'monobit' for reading/writing additional bitmap font formats. Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libpng-dev Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-09 06:39:46 UTC RemoteUrl: https://github.com/trevorld/bittermelon RemoteRef: HEAD RemoteSha: 0d36fd64434da8d3a4f7bf69cced64900740ad67 NeedsCompilation: no Packaged: 2026-06-08 08:05:42 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ), Frederic Cambus [tyg] (Developer of included 'Spleen' font), Markus Kuhn [tyg] (Maintainer of included 'Fixed' font), josehzz [art] (Artist of included 'Farming Crops 16x16' sprites) Maintainer: Trevor L. Davis