Package 'rho.graphics'

Title: Rho Async Graphics Artifacts
Description: Renders R graphics asynchronously to declared devices and returns typed artifacts with dimensions, media types, hashes, and provenance. Worker rendering avoids dependence on the active interactive graphics device.
Authors: Sounkou Mahamane Toure [aut, cre]
Maintainer: Sounkou Mahamane Toure <[email protected]>
License: MIT + file LICENSE
Version: 0.0.1.9000
Built: 2026-07-15 18:48:54 UTC
Source: https://github.com/sounkou-bioinfo/Rho

Help Index


Graphic specifications, devices, and artifacts

Description

Graphics are rendered from an explicit specification to an explicit device. rho_render_graphic() returns a task resolving to RhoGraphicArtifact or a typed RhoGraphicErrorValue. The mirai backend closes the graphics device before hashing the resulting file.

Details

Device and backend behavior are S7 generics so extension packages may add formats and renderers without changing this package.