Package: vellum Title: A Low-Level Graphics Framework with a Rust Backend Version: 0.2.0.9000 Authors@R: person("David", "Schoch", , "david.schoch@cynkra.com", role = c("aut", "cre")) Description: A grid-like low-level graphics system for R whose scene graph, unit/layout engine, and rendering run in a Rust backend. License: MIT + file LICENSE URL: https://github.com/r-vellum/vellum, https://r-vellum.github.io/vellum/, https://schochastics.r-universe.dev/vellum BugReports: https://github.com/r-vellum/vellum/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0.9000 Config/rextendr/version: 0.5.0 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.92.0, xz Depends: R (>= 4.2) Suggests: testthat (>= 3.0.0), withr, ggplot2, knitr, png, base64enc, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 Imports: cli, grDevices, grid, S7, textshaping, vctrs Collate: 'gpar.R' 'viewport.R' 'grob.R' 'api.R' 'datashade.R' 'debug.R' 'device.R' 'extendr-wrappers.R' 'paint.R' 'scene-model.R' 'style.R' 'text.R' 'unit.R' 'vellum-package.R' 'zzz.R' Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev xz-utils libclang-dev Repository: https://schochastics.r-universe.dev Date/Publication: 2026-07-12 18:00:32 UTC RemoteUrl: https://github.com/r-vellum/vellum RemoteRef: HEAD RemoteSha: 71266cc1a8481204e00ae23800b5595785e2aba3 NeedsCompilation: yes Packaged: 2026-07-12 18:40:24 UTC; root Author: David Schoch [aut, cre] Maintainer: David Schoch