Package: affiner Type: Package Title: A Finer Way to Render 3D Illustrated Objects in 'grid' Using Affine Transformations Version: 0.4.0-4 Authors@R: c(person("Trevor L.", "Davis", role = c("aut", "cre"), email = "trevor.l.davis@gmail.com", comment = c(ORCID = "0000-0001-6341-4639"))) Description: Dilate, permute, project, reflect, rotate, shear, and translate 2D and 3D points. Supports parallel projections including oblique projections such as the cabinet projection as well as axonometric projections such as the isometric projection. Use 'grid's "affine transformation" feature to render illustrated flat surfaces. URL: https://trevorldavis.com/R/affiner/ BugReports: https://github.com/trevorld/affiner/issues License: MIT + file LICENSE Depends: R (>= 3.6.0) Imports: graphics, grDevices, grid, R6, utils Suggests: aRtsy, ggplot2, gridpattern, gtable, knitr, ragg (>= 1.3.3), rgl, rlang, rmarkdown, stats, testthat (>= 3.0.0), vdiffr, withr VignetteBuilder: knitr, ragg, rmarkdown Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Repository: https://trevorld.r-universe.dev Date/Publication: 2026-05-17 04:15:04 UTC RemoteUrl: https://github.com/trevorld/affiner RemoteRef: HEAD RemoteSha: dffadb8bfa84d9966c926dace4e8f8a1ef8c911b NeedsCompilation: no Packaged: 2026-06-16 10:44:47 UTC; root Author: Trevor L. Davis [aut, cre] (ORCID: ) Maintainer: Trevor L. Davis