diff --git a/.Rbuildignore b/.Rbuildignore index e2755d0..094db6e 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -11,3 +11,4 @@ ^docs$ ^revdep$ ^appveyor\.yml$ +^CRAN-RELEASE$ diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 0000000..b104d1d --- /dev/null +++ b/CRAN-RELEASE @@ -0,0 +1,2 @@ +This package was submitted to CRAN on 2020-01-13. +Once it is accepted, delete this file and tag the release (commit 3e3ad287f3). diff --git a/LICENSE b/LICENSE index f7b9454..c998cb3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2019 +YEAR: 2020 COPYRIGHT HOLDER: Claus O. Wilke diff --git a/R/richtext-grob.R b/R/richtext-grob.R index 55f3d1e..71f5f59 100644 --- a/R/richtext-grob.R +++ b/R/richtext-grob.R @@ -37,6 +37,7 @@ #' @param use_markdown Should the `text` input be treated as markdown? Default #' is yes. #' @param debug Should debugging info be drawn? Default is no. +#' @return A grid [`grob`] that represents the formatted text. #' @seealso [`textbox_grob()`] #' @examples #' library(grid) diff --git a/R/textbox-grob.R b/R/textbox-grob.R index 3d667af..f52854f 100644 --- a/R/textbox-grob.R +++ b/R/textbox-grob.R @@ -48,6 +48,7 @@ #' @param box_gp Graphical parameters for the enclosing box around each text label. #' @param vp Viewport. #' @param use_markdown Should the `text` input be treated as markdown? +#' @return A grid [`grob`] that represents the formatted text. #' @seealso [`richtext_grob()`] #' @examples #' library(grid) diff --git a/cran-comments.md b/cran-comments.md index 7f93bc5..5c1d08b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,8 @@ -In the revised submission, package names, software names, -and API names have been enclosed in single quotes in +Fixes done in response to requests by CRAN maintainers: + +- All exported functions now have their return values documented via \value. + +- Package names, software names, and API names have been enclosed in single quotes in Title and Description. ## Test environments diff --git a/docs/index.html b/docs/index.html index e1f8b4f..2fc8a21 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,13 +5,13 @@ -