Skip to content

Commit

Permalink
fix linking
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Oct 14, 2020
1 parent 21666c7 commit b205310
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.0.2
RoxygenNote: 7.1.0.9000
Roxygen: list(markdown = TRUE)
URL: https://gganimate.com, https://github.com/thomasp85/gganimate
BugReports: https://github.com/thomasp85/gganimate/issues
Expand Down
3 changes: 3 additions & 0 deletions R/renderers.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ sprite_renderer <- function() {
#'
#' @param file The gif file to be wrapped
#' @param x A `gif_image` object
#' @param f a ‘factor’ in the sense that [as.factor(f)][base::factor] defines
#' the grouping, or a list of such factors in which case their interaction is
#' used for the grouping.
#' @inheritParams base::split
#' @param ... Arguments passed on
#'
Expand Down
4 changes: 3 additions & 1 deletion man/anim_save.Rd

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

6 changes: 3 additions & 3 deletions man/gif_file.Rd

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

0 comments on commit b205310

Please sign in to comment.