Package: oblicubes Type: Package Title: 3D Rendering Using Obliquely Projected Cubes and Cuboids Version: 1.0.1 Authors@R: c(person("Trevor L.", "Davis", role = c("aut", "cre"), email = "trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639")), person("Mike", "FC", role = "aut", comment = "Some code adapted from isocubes")) Description: Three-dimensional rendering for 'grid' and 'ggplot2' graphics using cubes and cuboids drawn with an oblique projection. As a special case also supports primary view orthographic projections. Can be viewed as an extension to the 'isocubes' package . URL: https://trevorldavis.com/R/oblicubes/ BugReports: https://github.com/trevorld/oblicubes/issues License: MIT + file LICENSE Imports: grDevices, grid, utils Suggests: datasets, dplyr (>= 1.1.0), ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), vdiffr VignetteBuilder: knitr, rmarkdown Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-09 06:42:43 UTC RemoteUrl: https://github.com/trevorld/oblicubes RemoteRef: HEAD RemoteSha: c77363b41fb9ffd80e6bcf8f3722c93db9489bdc NeedsCompilation: no Packaged: 2026-06-09 06:07:07 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ), Mike FC [aut] (Some code adapted from isocubes) Maintainer: Trevor L. Davis