Skip to content

Commit ec82efb

Browse files
committed
Burn it all down
1 parent e6d2ebf commit ec82efb

25 files changed

+38
-885
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
^\.Rproj\.user$
33
^README\.Rmd$
44
^README
5+
^README-.*\.png$

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
.Rproj.user
22
.Rhistory
33
.RData
4-
inst/doc
5-
README/README-cache*
6-
README/README-fig*png
7-
4+
gganimate.Rproj

DESCRIPTION

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
Package: gganimate
22
Type: Package
33
Title: Create easy animations with ggplot2
4-
Version: 0.1.1
4+
Version: 0.9.9.9999
55
Date: 2017-10-29
6-
Author: c(person("David", "Robinson", email = "drobinson@stackoverflow.com",
7-
role = c("aut", "cre")))
8-
Maintainer: David Robinson <drobinson@stackoverflow.com>
6+
Author: c(person("Thomas Lin", "Pedersen", email = "thomasp85@gmail.com",
7+
role = c("aut", "cre")),
8+
person("David", "Robinson", email = "drobinson@stackoverflow.com",
9+
role = c("aut")))
10+
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
911
Description: Create animations with ggplot2 by treating the "frame" as an
1012
aesthetic similar to x, y, or color. Compatible with presenting animations
1113
in knitr or saving to a video or animated image file.
12-
License: GPL-2
14+
License: MIT + file LICENSE
1315
LazyData: TRUE
1416
VignetteBuilder: knitr
15-
Suggests:
16-
knitr,
17+
Depends: ggplot2
18+
Suggests: knitr,
1719
rmarkdown,
18-
gapminder,
1920
testthat
20-
RoxygenNote: 5.0.1
21-
Imports: plyr,
22-
ggplot2,
23-
grid,
24-
animation,
25-
base64enc,
26-
htmltools,
27-
withr
28-
URL: http://github.com/dgrtwo/gganimate
29-
BugReports: http://github.com/dgrtwo/gganimate/issues
21+
RoxygenNote: 6.0.1
22+
Roxygen: list(markdown = TRUE)
23+
URL: http://github.com/thomasp85/gganimate
24+
BugReports: http://github.com/thomasp85/gganimate/issues

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2017
2+
COPYRIGHT HOLDER: Thomas Lin Pedersen

NAMESPACE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +0,0 @@
1-
# Generated by roxygen2: do not edit by hand
2-
3-
S3method(print,gganimate)
4-
export(gganimate)
5-
export(gganimate_save)
6-
import(ggplot2)

R/gganimate.R

Lines changed: 0 additions & 170 deletions
This file was deleted.

R/saving.R

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)