Package: showimage Title: Show an Image on an 'R' Graphics Device Version: 1.0.0 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: Sometimes it is handy to be able to view an image file on an 'R' graphics device. This package just does that. Currently it supports 'PNG' files. License: GPL-2 | GPL-3 URL: https://github.com/r-lib/showimage#readme, https://r-lib.github.io/showimage/ BugReports: https://github.com/r-lib/showimage/issues Depends: R (>= 3.6) Imports: png, tools Suggests: covr, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: libpng-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-21 07:05:44 UTC RemoteUrl: https://github.com/r-lib/showimage RemoteRef: HEAD RemoteSha: 517b75e474c409a8061fe8c47d652b1feb3780c9 NeedsCompilation: no Packaged: 2026-06-19 11:38:09 UTC; root Author: Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Gábor Csárdi