Package: rmarchingcubes Type: Package Title: Calculate 3D Contour Meshes Using the Marching Cubes Algorithm Version: 0.1.4 Date: 2025-09-30 Authors@R: c(person(given = c("S.", "H."), family = "Wilks", role = c("aut", "cre"), email = "sam.wilks@unimelb.edu.au"), person(given = "Thomas", family = "Lewiner", role = "aut", email = "lewiner@gmail.com")) Maintainer: S. H. Wilks Description: A port of the C++ routine for applying the marching cubes algorithm written by Thomas Lewiner et al. (2012) into an R package. The package supplies the contour3d() function, which takes a 3-dimensional array of voxel data and calculates the vertices, vertex normals, and faces for a 3d mesh representing the contour(s) at a given level. URL: https://github.com/shwilks/rmarchingcubes BugReports: https://github.com/shwilks/rmarchingcubes/issues Language: en-US License: MIT + file LICENSE Imports: Rcpp (>= 1.0.5) LinkingTo: Rcpp, RcppArmadillo Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Suggests: rmarkdown, knitr, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Encoding: UTF-8 Repository: https://shwilks.r-universe.dev Date/Publication: 2025-09-30 03:24:50 UTC RemoteUrl: https://github.com/shwilks/rmarchingcubes RemoteRef: HEAD RemoteSha: e4b47c6a14a44aded261d72560dcd982351f4e02 NeedsCompilation: yes Packaged: 2026-07-02 08:24:35 UTC; root Author: S. H. Wilks [aut, cre], Thomas Lewiner [aut]