-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
c5665ec
There was a problem hiding this comment.
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:
Any insight you might have would help. Thanks Chris Westland