From 466659f7a6b5d763dcc8344737a66235ab930b62 Mon Sep 17 00:00:00 2001 From: Jakub Nowicki Date: Wed, 18 Sep 2024 12:27:47 +0200 Subject: [PATCH 1/2] chore: Bump package version in DESCRIPTION and NEWS. --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ceb7cdbf..003a4c5b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rhino Title: A Framework for Enterprise Shiny Applications -Version: 1.10.0.9001 +Version: 1.10.1 Authors@R: c( person("Kamil", "Żyła", role = c("aut", "cre"), email = "opensource+kamil@appsilon.com"), diff --git a/NEWS.md b/NEWS.md index 955bd9e1..7aa62251 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# rhino (development version) +# rhino 1.10.1 * Added check for `box.lsp` package in `.Rprofile` before applying the `languageserver` options. From 704481fae9424e86dd408904687c150563e1e0f6 Mon Sep 17 00:00:00 2001 From: Jakub Nowicki Date: Wed, 18 Sep 2024 12:40:05 +0200 Subject: [PATCH 2/2] chore: Add CRAN comments. --- .Rbuildignore | 1 + cran-comments.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 9cebf14c..a095b750 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,3 +8,4 @@ ^README\.md$ ^vignettes$ ^docs$ +^cran-comments\.md$ diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 00000000..e45796cf --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,9 @@ +# rhino 1.10.1 + +This release contains a fix for issue affecting the CI and building Docker images with `shiny` applications based on `rhino`. Because of that, we kindly request the reviewer to consider an exception to the CRAN publishing frequency policy. + +## R CMD check results + +0 errors | 0 warnings | 1 note + +* This is a new release.