Package: ximage Title: Draw Images of Raster Data and Related Adornments Version: 0.1.0 Authors@R: c(person("Michael D.", "Sumner", , "mdsumner@gmail.com", role = c("aut", "cre", "cph")), person("Chris", "Toney", role = "ctb")) Description: Draw images easily, set up a plot with an image, specify where that image should be placed. Image plot by default reflects the index of the image data itself, or can be specified in simple extent terms 'xmin,xmax,ymin,ymax'. Numeric matrices, integer arrays, byte arrays, character arrays, and native rasters are (or will be) supported. A combination of image() and rasterImage() from the 'graphics' package with their good features in one place. License: MIT + file LICENSE Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Depends: R (>= 2.10) LazyData: true Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 URL: https://github.com/hypertidy/ximage BugReports: https://github.com/hypertidy/ximage/issues Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-07-12 08:26:18 UTC RemoteUrl: https://github.com/hypertidy/ximage RemoteRef: HEAD RemoteSha: abafbcbf8a30867cf7a9f5fb038490acdcfe0bf3 NeedsCompilation: no Packaged: 2026-07-12 10:15:59 UTC; root Author: Michael D. Sumner [aut, cre, cph], Chris Toney [ctb] Maintainer: Michael D. Sumner