Package: isocubes Type: Package Title: Voxel Data Visualization with Isometric Cubes Version: 1.0.0 Authors@R: c( person("Mike", "Cheng", role = c("aut", "cre", 'cph'), email = "mikefc@coolbutuseless.com") ) Maintainer: Mike Cheng Description: A voxel is a representation of a value on a regular, three-dimensional grid; it is the 3D equivalent of a 2D pixel. Voxel data can be visualised with this package using fixed viewpoint isometric cubes for each data point. This package also provides sample voxel data and tools for transforming the data. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.2 Imports: grid, methods Suggests: png, ambient, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/coolbutuseless/isocubes BugReports: https://github.com/coolbutuseless/isocubes/issues VignetteBuilder: knitr Depends: R (>= 4.1.0), colorfast (>= 1.0.1) LazyData: true LinkingTo: colorfast Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2025-09-12 21:10:50 UTC RemoteUrl: https://github.com/coolbutuseless/isocubes RemoteRef: HEAD RemoteSha: 9b1a5ed9552eb1ed9de485971dfc6618305aa255 NeedsCompilation: yes Packaged: 2026-07-11 06:13:51 UTC; root Author: Mike Cheng [aut, cre, cph]