Package: vellumverse Title: Easily Install and Load the 'Vellum' Graphics Ecosystem Version: 0.2.0.9000 Authors@R: person("David", "Schoch", , "david.schoch@cynkra.com", role = c("aut", "cre")) Description: The 'vellum' ecosystem is a set of packages for drawing in R that share a scene model and a common design: 'vellum' (a low-level graphics backend with a Rust engine), 'vellumplot' (a pipe-first grammar of graphics on top of it), and 'vellumwidget' (client-side interactive HTML widgets for the scenes they produce). 'vellumverse' is a meta-package that installs and loads them together, in the spirit of the 'tidyverse'. License: MIT + file LICENSE URL: https://r-vellum.github.io/vellumverse/, https://github.com/r-vellum/vellumverse, https://schochastics.r-universe.dev/vellumverse BugReports: https://github.com/r-vellum/vellumverse/issues Depends: R (>= 4.2) Imports: cli, vellumwidget (>= 0.3.0.9000), vellumplot (>= 0.3.0.9000), stats, utils, vellum (>= 0.2.0.9000) Suggests: testthat (>= 3.0.0) Remotes: r-vellum/vellumwidget, r-vellum/vellumplot, r-vellum/vellum Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0.9000 Config/testthat/edition: 3 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libuv1-dev xz-utils libclang-dev Repository: https://schochastics.r-universe.dev Date/Publication: 2026-07-12 18:00:36 UTC RemoteUrl: https://github.com/r-vellum/vellumverse RemoteRef: HEAD RemoteSha: d267dfc59e9160c6ada074539b9db21c7f1f41be NeedsCompilation: no Packaged: 2026-07-12 18:40:24 UTC; root Author: David Schoch [aut, cre] Maintainer: David Schoch