Skip to contents

vellumverse (development version)

vellumverse 0.3.3

  • Bumped the pinned ecosystem versions to the latest releases: vellum (>= 0.6.6), vellumplot (>= 0.9.0), and vellumwidget (>= 0.8.0).

vellumverse 0.3.2

  • Bumped the pinned ecosystem versions to the latest releases: vellumplot (>= 0.8.0) and vellumwidget (>= 0.7.0); vellum stays at (>= 0.5.1).

vellumverse 0.3.1

  • Bumped the pinned ecosystem versions to the latest releases: vellum (>= 0.5.0), vellumplot (>= 0.6.0), and vellumwidget (>= 0.6.0).

vellumverse 0.3.0

  • Bumped the pinned ecosystem versions to the latest releases: vellum (>= 0.4.0), vellumplot (>= 0.5.0), and vellumwidget (>= 0.5.0).

vellumverse 0.2.1

  • Maintenance release. Declared the stats dependency (used when reporting ecosystem conflicts), dropped the unused rlang dependency to keep the meta-package dependency-light, and removed a dead startup argument from the vellumverse_conflicts() print method.

vellumverse 0.2.0

  • Adopted vellum’s renamed vl_* graphics primitives (grid collision fix).

vellumverse 0.1.0

First release.

  • library(vellumverse) attaches the core of the vellum graphics ecosystem (vellum, vellumplot, and vellumwidget) in one step and reports which versions were loaded.
  • vellumverse_packages() lists the bundled packages and vellumverse_conflicts() surfaces functions masked across the ecosystem.
  • Set options(vellumverse.quiet = TRUE) to attach without the startup banner.