Skip to content

Commit

Permalink
address CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
clauswilke committed Jan 16, 2020
1 parent 3e3ad28 commit 7dc3202
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^docs$
^revdep$
^appveyor\.yml$
^CRAN-RELEASE$
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2019
YEAR: 2020
COPYRIGHT HOLDER: Claus O. Wilke
1 change: 1 addition & 0 deletions R/richtext-grob.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions R/textbox-grob.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/reference/richtext_grob.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/reference/textbox_grob.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/richtext_grob.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/textbox_grob.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7dc3202

Please sign in to comment.