-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.05 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
33
34
Package: transformr
Type: Package
Title: Polygon and Path Transformations
Version: 0.1.5.9000
Authors@R:
person(given = "Thomas Lin",
family = "Pedersen",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5147-4711"))
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: In order to smoothly animate the transformation of polygons and
paths, many aspects needs to be taken into account, such as differing number
of control points, changing center of rotation, etc. The 'transformr'
package provides an extensive framework for manipulating the shapes of
polygons and paths and can be seen as the spatial brother to the 'tweenr'
package.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
tweenr,
rlang,
sf,
lpSolve,
vctrs
Suggests:
covr,
magrittr
LinkingTo:
cpp11
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/thomasp85/transformr
BugReports: https://github.com/thomasp85/transformr/issues