Skip to content

Commit b3eb064

Browse files
paleolimbothadley
authored andcommitted
quick fixes to get the CMD check to pass (#3429)
1 parent 16eed33 commit b3eb064

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

R/limits.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' @seealso For changing x or y axis limits \strong{without} dropping data
1818
#' observations, see [coord_cartesian()]. To expand the range of
1919
#' a plot to always include certain values, see [expand_limits()]. For other
20-
#' types of data, see [scale_x_discrete(), scale_x_continuous(), scale_x_date()].
20+
#' types of data, see [scale_x_discrete()], [scale_x_continuous()], [scale_x_date()].
2121
#'
2222
#' @export
2323
#' @examples

R/utilities.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ rescale01 <- function(x) {
186186
#' @keywords internal
187187
#' @export
188188
gg_dep <- function(version, msg) {
189-
.Deprecate()
189+
.Deprecated()
190190
v <- as.package_version(version)
191191
cv <- utils::packageVersion("ggplot2")
192192

man/gg_dep.Rd

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/lims.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)