Skip to content

Commit

Permalink
reexports as CRAN request
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Oct 28, 2024
1 parent d31008a commit 70323ef
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 19 deletions.
8 changes: 4 additions & 4 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ NULL
#' @usage JS(...)
#' @inheritParams htmlwidgets::JS
#' @return A string that will be interpreted as JavaScript code in htmlwidgets.
NULL
htmlwidgets::JS

#' Construct aesthetic mappings
#'
Expand All @@ -38,7 +38,7 @@ NULL
#' @usage aes(x, y, ...)
#' @inheritParams ggplot2::aes
#' @return A list with class `uneval`. Components of the list are either quosures or constants.
NULL
ggplot2::aes

#' Quote faceting variables
#'
Expand All @@ -51,7 +51,7 @@ NULL
#' @usage vars(...)
#' @inheritParams ggplot2::vars
#' @return A list with class `uneval`. Components of the list are either quosures or constants.
NULL
ggplot2::vars

#' Useful labeller functions
#'
Expand All @@ -64,4 +64,4 @@ NULL
#' @usage label_value(labels, multi_line = TRUE)
#' @inheritParams ggplot2::label_value
#' @return Labels to be used in a facetted chart.
NULL
ggplot2::label_value
19 changes: 19 additions & 0 deletions man/JS.Rd

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

25 changes: 25 additions & 0 deletions man/aes.Rd

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

23 changes: 23 additions & 0 deletions man/label_value.Rd

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

20 changes: 20 additions & 0 deletions man/pipe.Rd

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

21 changes: 21 additions & 0 deletions man/vars.Rd

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

15 changes: 0 additions & 15 deletions man/vchartr-exports.Rd

This file was deleted.

0 comments on commit 70323ef

Please sign in to comment.