Skip to content

Commit

Permalink
roxygenize and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Dec 10, 2018
1 parent 6a1d60c commit 6734afa
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Package: animation
Type: Package
Title: A Gallery of Animations in Statistics and Utilities to Create Animations
Version: 2.5.1
Date: 2017-03-30
Version: 2.5.2
Authors@R: c(
person("Yihui","Xie", role=c("aut", "cre"), email="xie@yihui.name"),
person("Christian", "Mueller",role="ctb"),
Expand Down Expand Up @@ -34,4 +33,5 @@ License: GPL
URL: https://yihui.name/animation
BugReports: https://github.com/yihui/animation/issues
LazyData: yes
RoxygenNote: 6.0.1
Encoding: UTF-8
RoxygenNote: 6.1.1
2 changes: 1 addition & 1 deletion R/ani.record.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ani.record = function(reset = FALSE, replay.cur = FALSE) {
invisible(NULL)
}

#' Replay the animation
#' @description Replay the animation
#'
#' @details \code{\link{ani.replay}} can replay the recorded plots as an
#' animation. Moreover, we can convert the recorded plots to other formats
Expand Down
1 change: 1 addition & 0 deletions man/convert.Rd

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

1 change: 1 addition & 0 deletions man/saveGIF.Rd

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

1 change: 1 addition & 0 deletions man/saveHTML.Rd

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

1 change: 1 addition & 0 deletions man/saveLatex.Rd

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

1 change: 1 addition & 0 deletions man/saveSWF.Rd

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

1 change: 1 addition & 0 deletions man/saveVideo.Rd

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

0 comments on commit 6734afa

Please sign in to comment.