Type: Package
Package: unifir
Title: A Unifying API for Calling the 'Unity' '3D' Video Game Engine
Version: 0.2.4
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 <https://github.com/ropensci/software-review/issues/521>")),
           person(given = "Tan",
           family = "Tran",
           role = c("rev"),
           comment = c("Tan reviewed the package (v. 0.2.0) for rOpenSci, see <https://github.com/ropensci/software-review/issues/521>")))
Description: Functions for the creation and manipulation of scenes and objects
    within the 'Unity' '3D' video game engine (<https://unity.com/>). 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
NeedsCompilation: no
Packaged: 2024-02-01 17:44:55 UTC; mikemahoney218
Author: Michael Mahoney [aut, cre] (<https://orcid.org/0000-0003-2402-304X>),
  Will Jones [rev] (Will reviewed the package (v. 0.2.0) for rOpenSci,
    see <https://github.com/ropensci/software-review/issues/521>),
  Tan Tran [rev] (Tan reviewed the package (v. 0.2.0) for rOpenSci, see
    <https://github.com/ropensci/software-review/issues/521>)
Maintainer: Michael Mahoney <mike.mahoney.218@gmail.com>
Repository: CRAN
Date/Publication: 2024-02-01 18:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 05:01:27 UTC; unix
