Skip to content

Commit

Permalink
removes rust dependency and remoces path animation so travis builds it
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtmy committed Aug 23, 2019
1 parent 305674d commit a2061c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ cache: packages

warnings_are_errors: false

r_packages: gifski

after_success:
- Rscript -e 'covr::codecov()'
2 changes: 1 addition & 1 deletion vignettes/plotting.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ plt + geom_navr_heatmap(obj, 25, alpha=0.3)
## Animations
```{r}
plt <- plot_path(obj)
animate_path(plt)
#animate_path(plt)
```

0 comments on commit a2061c4

Please sign in to comment.