Type: Package Package: unifir Title: A Unifying API for Calling the 'Unity' '3D' Video Game Engine Version: 0.2.4.9000 Authors@R: c( person(given = "Michael", family = "Mahoney", email = "mike.mahoney.218@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-304X")), person(given = "Will", family = "Jones", role = c("rev"), comment = c("Will reviewed the package (v. 0.2.0) for rOpenSci, see ")), person(given = "Tan", family = "Tran", role = c("rev"), comment = c("Tan reviewed the package (v. 0.2.0) for rOpenSci, see "))) Description: Functions for the creation and manipulation of scenes and objects within the 'Unity' '3D' video game engine (). Specific focuses include the creation and import of terrain data and 'GameObjects' as well as scene management. License: MIT + file LICENSE Depends: R (>= 3.5.0) Imports: glue, methods, proceduralnames, R6, utils Suggests: terrainr, covr, knitr, lintr, pkgdown, rmarkdown, styler, testthat (>= 3.0.0), terra, sf Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.1 Config/testthat/edition: 3 Config/testthat/parallel: true URL: https://docs.ropensci.org/unifir/, https://github.com/ropensci/unifir BugReports: https://github.com/ropensci/unifir/issues VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Repository: https://ropensci.r-universe.dev Date/Publication: 2024-02-01 18:22:29 UTC RemoteUrl: https://github.com/ropensci/unifir RemoteRef: main RemoteSha: 197a3d5dd5df79e97684532e190c3b59ab5abd05 NeedsCompilation: no Packaged: 2026-07-01 08:14:45 UTC; root Author: Michael Mahoney [aut, cre] (ORCID: ), Will Jones [rev] (Will reviewed the package (v. 0.2.0) for rOpenSci, see ), Tan Tran [rev] (Tan reviewed the package (v. 0.2.0) for rOpenSci, see ) Maintainer: Michael Mahoney