Last data update: 2014.03.03

tweenr

Package: tweenr
Type: Package
Title: Interpolate Data for Smooth Animations
Version: 0.1.3
Date: 2016-03-29
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-03-29 08:02:08 UTC; Thomas
Author: Thomas Lin Pedersen [aut, cre]
Repository: CRAN
Date/Publication: 2016-03-29 10:50:32

● 0 images, 6 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tweenr' ...
** package 'tweenr' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c easing.c -o easing.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c stateInterpolate.cpp -o stateInterpolate.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tweenr.so RcppExports.o easing.o stateInterpolate.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tweenr/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tweenr'
    finding HTML links ... done
    display_ease                            html  
    tween                                   html  
Rd warning: /tmp/RtmpFCCdQI/R.INSTALL36c732ba1887/tweenr/man/tween.Rd:103: missing file link 'approx'
Rd warning: /tmp/RtmpFCCdQI/R.INSTALL36c732ba1887/tweenr/man/tween.Rd:106: missing file link 'approx'
Rd warning: /tmp/RtmpFCCdQI/R.INSTALL36c732ba1887/tweenr/man/tween.Rd:107: missing file link 'approx'
    tween_appear                            html  
    tween_elements                          html  
    tween_states                            html  
    tweenr-package                          html  
Rd warning: /tmp/RtmpFCCdQI/R.INSTALL36c732ba1887/tweenr/man/tweenr-package.Rd:15: missing file link 'approx'
** building package indices
** testing if installed package can be loaded
* DONE (tweenr)
Making 'packages.html' ... done