tweenr (2.0.3)
Published 2026-02-24 13:47:33 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("tweenr")About this package
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 can be used as basis for animation. Furthermore it adds a number of vectorized interpolaters for common R data types such as numeric, date and colour.Interpolate Data for Smooth Animations
Dependencies
| Imports | farver, magrittr, rlang, vctrs |
| Depends | R (>= 3.2.0) |
| LinkingTo | cpp11 (>= 0.4.2) |
| Suggests | testthat, covr |