-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.58 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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 = "[email protected]",
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
Roxygen: list(markdown = TRUE)