Package: tweenr
Type: Package
Title: Interpolate Data for Smooth Animations
Version: 0.1.4
Date: 2016-08-30
Authors@R: c(
    person('Thomas Lin', 'Pedersen', , 'thomasp85@gmail.com', c('aut', 'cre'))
    )
Maintainer: Thomas Lin Pedersen <thomasp85@gmail.com>
Description: In order to create smooth animation between states of data,
    tweening is necessary. This package provides a range of functions for
    creating tweened data that plugs right into functions such as gg_animate()
    from the 'gganimate' package. Furthermore it adds a number of vectorized
    interpolaters for common R data types such as numeric, date and colour.
URL: https://github.com/thomasp85/tweenr
BugReports: https://github.com/thomasp85/tweenr/issues
License: GPL (>= 2)
LazyData: TRUE
Depends: R (>= 3.2.0)
Imports: Rcpp (>= 0.12.3), grDevices
LinkingTo: Rcpp
Collate: 'RcppExports.R' 'aaa.R' 'tween_numeric.R' 'display_ease.R'
        'interpolate.R' 'tween_colour.R' 'tween_datetime.R'
        'tween_date.R' 'tween.R' 'tween_appear.R' 'tween_constant.R'
        'tween_elements.R' 'tween_states.R' 'tweenr_package.R'
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-08-30 07:56:48 UTC; Thomas
Author: Thomas Lin Pedersen [aut, cre]
Repository: CRAN
Date/Publication: 2016-08-30 13:10:04
