From 1a66dc6cb3725b923af326494abc026804f40422 Mon Sep 17 00:00:00 2001 From: Mike Mahoney Date: Fri, 13 May 2022 09:24:32 -0400 Subject: [PATCH] Prep patch release --- .Rbuildignore | 1 + codemeta.json | 46 ++++++++++++++++++++++++++++------ cran-comments.md | 12 ++++++--- inst/WORDLIST | 6 +++++ revdep/.gitignore | 7 ++++++ revdep/README.md | 27 ++++++++++++++++++++ revdep/cran.md | 7 ++++++ revdep/email.yml | 5 ++++ revdep/failures.md | 1 + revdep/problems.md | 1 + vignettes/unifir-dev-guide.Rmd | 3 ++- 11 files changed, 103 insertions(+), 13 deletions(-) create mode 100644 revdep/.gitignore create mode 100644 revdep/README.md create mode 100644 revdep/cran.md create mode 100644 revdep/email.yml create mode 100644 revdep/failures.md create mode 100644 revdep/problems.md diff --git a/.Rbuildignore b/.Rbuildignore index f84c417..e4630af 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -19,3 +19,4 @@ zion ^data-raw$ ^cran-comments\.md$ ^CRAN-SUBMISSION$ +^revdep$ diff --git a/codemeta.json b/codemeta.json index 2127fb2..120df6b 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,17 +4,23 @@ "identifier": "unifir", "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.", "name": "unifir: A Unifying API for Calling the 'Unity' '3D' Video Game Engine", - "relatedLink": "https://ropensci.github.io/unifir/", + "relatedLink": ["https://ropensci.github.io/unifir/", "https://CRAN.R-project.org/package=unifir"], "codeRepository": "https://github.com/ropensci/unifir", "issueTracker": "https://github.com/ropensci/unifir/issues", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.0", + "version": "0.2.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, "runtimePlatform": "R version 4.2.0 (2022-04-22)", + "provider": { + "@id": "https://cran.r-project.org", + "@type": "Organization", + "name": "Comprehensive R Archive Network (CRAN)", + "url": "https://cran.r-project.org" + }, "author": [ { "@type": "Person", @@ -211,20 +217,44 @@ }, "SystemRequirements": null }, - "fileSize": "2218.186KB", + "fileSize": "2219.49KB", "citation": [ { - "@type": "SoftwareSourceCode", + "@type": "ScholarlyArticle", + "datePublished": "2022", "author": [ { "@type": "Person", - "givenName": "Michael", + "givenName": ["Michael", "J."], "familyName": "Mahoney" + }, + { + "@type": "Person", + "givenName": ["Colin", "M."], + "familyName": "Beier" + }, + { + "@type": "Person", + "givenName": ["Aidan", "C."], + "familyName": "Ackerman" } ], - "name": "{unifir}: A Unifying API for Calling Unity from R", - "url": "https://github.com/ropensci/unifir", - "description": "R package version 0.2.0" + "name": "{unifir:} A Unifying {API} for Working with {Unity} in {R}", + "identifier": "10.21105/joss.04388", + "url": "https://doi.org/10.21105/joss.04388", + "pagination": "4388", + "@id": "https://doi.org/10.21105/joss.04388", + "sameAs": "https://doi.org/10.21105/joss.04388", + "isPartOf": { + "@type": "PublicationIssue", + "issueNumber": "73", + "datePublished": "2022", + "isPartOf": { + "@type": ["PublicationVolume", "Periodical"], + "volumeNumber": "7", + "name": "Journal of Open Source Software" + } + } } ], "releaseNotes": "https://github.com/ropensci/unifir/blob/master/NEWS.md", diff --git a/cran-comments.md b/cran-comments.md index e18765f..a5c6398 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -4,12 +4,16 @@ * MacOS X 11.6.3 (on GitHub Actions), R release * Windows Server 2019 (on GitHub Actions), R release * win-builder (devel, release, oldrelease) +* macbuilder ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 notes -* This is a new release. +## revdepcheck results + +We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages -## Downstream dependencies -There are no downstream dependencies on CRAN at the time of submission. diff --git a/inst/WORDLIST b/inst/WORDLIST index b1c0a0a..d04a1f5 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -1,11 +1,16 @@ +Ackerman +Beier CMD Codecov DefaultGameObjects +doi +DOI EmptyScene FootstepsPlayer GameObject GameObjects JetpackPlayer +joss Lifecycle MainFunc ORCID @@ -37,6 +42,7 @@ rOpenSci rasters reprojected rescale +ropensci terra terrainr terrainr's diff --git a/revdep/.gitignore b/revdep/.gitignore new file mode 100644 index 0000000..111ab32 --- /dev/null +++ b/revdep/.gitignore @@ -0,0 +1,7 @@ +checks +library +checks.noindex +library.noindex +cloud.noindex +data.sqlite +*.html diff --git a/revdep/README.md b/revdep/README.md new file mode 100644 index 0000000..6ffd97f --- /dev/null +++ b/revdep/README.md @@ -0,0 +1,27 @@ +# Platform + +|field |value | +|:--------|:-------------------------------------------------------| +|version |R version 4.2.0 (2022-04-22) | +|os |Ubuntu 20.04.4 LTS | +|system |x86_64, linux-gnu | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |America/New_York | +|date |2022-05-13 | +|rstudio |2021.09.2+382 Ghost Orchid (desktop) | +|pandoc |2.14.0.3 @ /usr/lib/rstudio/bin/pandoc/ (via rmarkdown) | + +# Dependencies + +|package |old |new |Δ | +|:---------------|:-----|:-----|:--| +|unifir |0.2.0 |0.2.1 |* | +|glue |1.6.2 |1.6.2 | | +|proceduralnames |0.2.1 |0.2.1 | | +|R6 |2.5.1 |2.5.1 | | + +# Revdeps + diff --git a/revdep/cran.md b/revdep/cran.md new file mode 100644 index 0000000..782ef68 --- /dev/null +++ b/revdep/cran.md @@ -0,0 +1,7 @@ +## revdepcheck results + +We checked 1 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages + diff --git a/revdep/email.yml b/revdep/email.yml new file mode 100644 index 0000000..0c5cef8 --- /dev/null +++ b/revdep/email.yml @@ -0,0 +1,5 @@ +release_date: ??? +rel_release_date: ??? +my_news_url: ??? +release_version: ??? +release_details: ??? diff --git a/revdep/failures.md b/revdep/failures.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/failures.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/revdep/problems.md b/revdep/problems.md new file mode 100644 index 0000000..9a20736 --- /dev/null +++ b/revdep/problems.md @@ -0,0 +1 @@ +*Wow, no problems at all. :)* \ No newline at end of file diff --git a/vignettes/unifir-dev-guide.Rmd b/vignettes/unifir-dev-guide.Rmd index b6e6273..6081cc2 100644 --- a/vignettes/unifir-dev-guide.Rmd +++ b/vignettes/unifir-dev-guide.Rmd @@ -263,7 +263,8 @@ script <- make_script( script <- new_scene(script) exec_script <- action( script, - exec = FALSE + exec = FALSE, + write = TRUE ) ``` If we're concerned about how unifir translated our prop code, we can find the