Skip to content

Commit

Permalink
Release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Dec 2, 2022
1 parent 1fdc1d2 commit 84579d8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: unifir
Title: A Unifying API for Calling the 'Unity' '3D' Video Game Engine
Version: 0.2.1.9000
Version: 0.2.2.9000
Authors@R: c(
person(given = "Michael",
family = "Mahoney",
Expand Down
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# unifir (development version)
# unifir 0.2.3

* Bug fixes:
* Fixed bug where spaces in path to Unity would cause `unity_version()` and
`create_project()` to fail.
* Fixed `InstantiatePrefab` C# requirements to now include `UnityEditor`.
* Fixed test for new sf and terra versions.
* `associate_coordinates()` will now only reproject if both objects have
coordinate reference systems.
* Documentation changes:
* Added citation information.

# unifir 0.2.2

Expand Down
8 changes: 2 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
## Test environments
* local R installation, R 4.2.1
* ubuntu 20.04 (on GitHub Actions), R devel, release, oldrelease
* MacOS X 11.6.3 (on GitHub Actions), R release
* Windows Server 2019 (on GitHub Actions), R release
* win-builder (devel)
This release fixes a test in unifir for future versions of terra and sf, and
additionally patches a few bugs noted by users since the previous release.

## R CMD check results

Expand Down

0 comments on commit 84579d8

Please sign in to comment.