-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: tweenr
Type: Package
Title: Interpolate Data for Smooth Animations
Version: 2.0.3.9000
Authors@R:
c(person(given = "Thomas Lin",
family = "Pedersen",
role = c("aut", "cre"),
email = "thomasp85@gmail.com",
comment = c(ORCID = "0000-0002-5147-4711")))
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 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.
URL: https://github.com/thomasp85/tweenr
BugReports: https://github.com/thomasp85/tweenr/issues
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.2.0)
Imports:
farver,
magrittr,
rlang,
vctrs
LinkingTo:
cpp11 (>= 0.4.2)
RoxygenNote: 7.2.3
Roxygen: list(markdown=TRUE)
Suggests: testthat,
covr