Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Sep 8, 2022
1 parent 628bb88 commit 95b967b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 43 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Description: The grammar of graphics as implemented in the 'ggplot2' package has
for specifying transitions and animations in a flexible and extensible way.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Expand Down
6 changes: 3 additions & 3 deletions R/gganimate-package.r
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#'
#' - The [gganimate wiki](https://github.com/thomasp85/gganimate/wiki) includes
#' user supplied example walkthroughs
#' - The [learngganimate](https://github.com/ropenscilabs/learngganimate) project
#' by rOpenSci Labs includes a long range of detailed explorations of the
#' different gganimate functions
#' - The [learngganimate](https://github.com/ropensci-archive/learngganimate)
#' project by rOpenSci Labs includes a long range of detailed explorations of
#' the different gganimate functions
#'
'_PACKAGE'
12 changes: 5 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
Fixing failing unit tests on some architectures as requested
Lot of bugfixes

## Test environments
* local R installation, R 4.0.1
* ubuntu 16.04 (on travis-ci), R 4.0.1
* win-builder (devel)
## revdepcheck results

## R CMD check results
We checked 31 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

0 errors | 0 warnings | 0 note
* We saw 0 new problems
* We failed to check 0 packages
Binary file modified man/figures/README-unnamed-chunk-2-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unnamed-chunk-4-1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions man/gganimate-package.Rd

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

28 changes: 0 additions & 28 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,2 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 3.6.0 (2019-04-26) |
|os |macOS 10.15.3 |
|system |x86_64, darwin15.6.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Europe/Copenhagen |
|date |2020-02-08 |

# Dependencies

|package |old |new |Δ |
|:-----------|:-----|:----------|:--|
|gganimate |1.0.4 |1.0.4.9000 |* |
|cli |NA |2.0.1 |* |
|fansi |NA |0.4.1 |* |
|farver |NA |2.0.3 |* |
|hms |NA |0.5.3 |* |
|prettyunits |NA |1.1.1 |* |
|rlang |NA |0.4.4 |* |
|stringi |NA |1.4.5 |* |
|vctrs |NA |0.2.2 |* |

# Revdeps

7 changes: 7 additions & 0 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## revdepcheck results

We checked 31 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

2 changes: 1 addition & 1 deletion tests/testthat/test-anim_save.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_that("anim_save overwrites existing files", {
skip_if_not_installed('transformr')

p <- ggplot(airquality, aes(Day, Temp)) +
geom_line(color = 'red', size = 1) +
geom_line(color = 'red') +
transition_time(Month)

capture.output({
Expand Down

0 comments on commit 95b967b

Please sign in to comment.