Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Feb 9, 2020
1 parent a097c01 commit c5665ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gganimate
Type: Package
Title: A Grammar of Animated Graphics
Version: 1.0.5
Version: 1.0.5.9000
Authors@R:
c(person("Thomas Lin", "Pedersen", email = "[email protected]",
role = c("aut", "cre"),
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# gganimate (development version)

# gganimate 1.0.5

* No longer needs the png package for gifski rendering
Expand Down

1 comment on commit c5665ec

@westland
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am getting an error with your example

anim <- p +
transition_states(Species,
transition_length = 2,
state_length = 1)

anim

Error in transition_states(Species, transition_length = 2, state_length = 1) :
could not find function "transition_states"

Oddly, I can still run the old format gganimate

I've tried reinstalling from the CRAN repo, but it seems to be loading the old code. I've tried installing from this site and get the error:

devtools::install_github(thomasp85/gganimate)
Error in lapply(repo, github_remote, ref = ref, subdir = subdir, auth_token = auth_token, :
object 'thomasp85' not found

Any insight you might have would help. Thanks Chris Westland

Please sign in to comment.