Skip to content

Commit

Permalink
Merge pull request #4 from faizan-khan-iit/refactor
Browse files Browse the repository at this point in the history
Refactor code
  • Loading branch information
faizan-khan-iit authored Jun 13, 2017
2 parents 74e935e + 179b742 commit 5cb96a8
Show file tree
Hide file tree
Showing 161 changed files with 23,486 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
10 changes: 10 additions & 0 deletions .gitignore
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
11 changes: 11 additions & 0 deletions DESCRIPTION
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
27 changes: 27 additions & 0 deletions NAMESPACE
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)
Loading

0 comments on commit 5cb96a8

Please sign in to comment.