-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from faizan-khan-iit/refactor
Refactor code
- Loading branch information
Showing
161 changed files
with
23,486 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata | ||
*.Rproj | ||
*.httr-oauth | ||
*animint-htmltest* | ||
*intreg-selection* | ||
*ANIMINT_TEST_FOO | ||
*pids.txt |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Package: animint2 | ||
Title: Interactive animations | ||
Version: 2017.06.13 | ||
Authors@R: person("First", "Last", email = "first.last@example.com", role = c("aut", "cre")) | ||
Description: An interactive animation can be defined using a list of | ||
ggplots with clickSelects and showSelected aesthetics. | ||
Depends: R (>= 3.3.2) | ||
License: What license is it under? | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 6.0.1 |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(animint2dir) | ||
export(animint2gist) | ||
export(animintOutput) | ||
export(geom_tallrect) | ||
export(geom_widerect) | ||
export(getLegendList) | ||
export(is.rgb) | ||
export(knit_print.animint2) | ||
export(make_bar) | ||
export(make_tallrect) | ||
export(make_tallrect_or_widerect) | ||
export(make_text) | ||
export(make_widerect) | ||
export(parsePlot) | ||
export(renderAnimint) | ||
export(saveLayer) | ||
export(scale_size_animint) | ||
export(selector.aes) | ||
export(tests_exit) | ||
export(tests_init) | ||
export(tests_run) | ||
export(theme_animint) | ||
export(toRGB) | ||
import(ggplot2) | ||
import(plyr) |
Oops, something went wrong.