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/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. 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.