Package: vellumplot Title: A Grammar of Graphics on the 'vellum' Backend Version: 0.3.0.9000 Authors@R: person("David", "Schoch", , "david.schoch@cynkra.com", role = c("aut", "cre")) Description: A declarative, pipe-first grammar of graphics that compiles an inspectable plot specification into a 'vellum' scene and renders it. A plot is built up as a serializable spec (data, layers, scales) and nothing is drawn until it is compiled: encodings are resolved, scales are trained, a panel layout is measured, and guides and marks are emitted as 'vellum' grobs. License: MIT + file LICENSE URL: https://r-vellum.github.io/vellumplot/, https://github.com/r-vellum/vellumplot, https://schochastics.r-universe.dev/vellumplot BugReports: https://github.com/r-vellum/vellumplot/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0.9000 Depends: R (>= 4.2) Imports: cli, grDevices, rlang, S7, scales, stats, utils, vellum (>= 0.2.0.9000) Remotes: r-vellum/vellum Suggests: classInt, graphlayouts, igraph, isoband, MASS, sf, testthat (>= 3.0.0), vctrs, withr Config/testthat/edition: 3 Collate: 'vellumplot-package.R' 'classes.R' 'print.R' 'alt.R' 'marks.R' 'annotate.R' 'marginal.R' 'compile-marks.R' 'elements.R' 'theme-tree.R' 'theme.R' 'compile-layout.R' 'compile-guides.R' 'compile-resolve.R' 'coord.R' 'compile-train.R' 'facet.R' 'compile-facet.R' 'seam.R' 'concat.R' 'compile-composition.R' 'compile-position.R' 'compile-sf.R' 'compile-stat.R' 'effects.R' 'guides.R' 'labs.R' 'provenance.R' 'reexports.R' 'repeat.R' 'scales.R' 'scales-binned.R' 'vgraph.R' 'vplot.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 19:40:12 UTC RemoteUrl: https://github.com/r-vellum/vellumplot RemoteRef: HEAD RemoteSha: 0eb7f89a505356a446f8c7783366bd5a2c2d8df8 NeedsCompilation: no Packaged: 2026-07-12 19:52:44 UTC; root Author: David Schoch [aut, cre] Maintainer: David Schoch