Package: ggcube Type: Package Title: 3D Plotting with 'ggplot2' Version: 0.2.0.9000 Authors@R: person("Matthew", "Kling", , "mattkling@berkeley.edu", role = c("aut", "cre", "cph")) Description: A 'ggplot2' extension for creating 3D figures. Provides 3D geoms, stats, and a coord_3d() coordinate system supporting rotation, perspective, and lighting. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true URL: https://github.com/matthewkling/ggcube, https://matthewkling.github.io/ggcube/ BugReports: https://github.com/matthewkling/ggcube/issues Depends: R (>= 3.5), ggplot2 Imports: dplyr, tidyr, stringr, scales, rlang, grid, lifecycle, labeling, purrr, magrittr, polyclip, isoband, systemfonts, htmlwidgets Roxygen: list(markdown = TRUE) Suggests: alphashape3d, av, base64enc, geometry, gifski, gtable, knitr, MASS, mgcv, patchwork, progress, ragg, rjson, rmarkdown, rstudioapi, shiny, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Config/Needs/website: rmarkdown Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev make libicu-dev libuv1-dev Repository: https://matthewkling.r-universe.dev Date/Publication: 2026-07-24 02:27:46 UTC RemoteUrl: https://github.com/matthewkling/ggcube RemoteRef: HEAD RemoteSha: c0e0550440480a91f143153f6a0e6b8ecf93a3d9 NeedsCompilation: no Packaged: 2026-07-24 05:04:12 UTC; root Author: Matthew Kling [aut, cre, cph] Maintainer: Matthew Kling