-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: sequentially
Title: An R package for non-linear sequence generation using easing functions based on Robert Penner's easing functions
Version: 0.0.0.9000
Authors@R:
person("JP", "Monteagudo",
email = "[email protected]",
role = c("aut", "cre","cph"),
comment = c(ORCID = "0009-0003-6465-6658"))
Description: This package is born out of curiosity rather than necessity. 'sequentially' creates non-linear and linear numeric sequences.
By using non-linear interpolation the user can animate their data in a way that is more visually pleasing than uniform, linear interpolation. The functions in this package could be used in data visualization, motion animation, frame interpolation, UI/UX design, population dynamics, economics and finance.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/jpmonteagudo28/sequentially
BugReports: https://github.com/jpmonteagudo28/sequentially/issues
Suggests:
spelling,
testthat (>= 3.0.0)
Language: en-US
Config/testthat/edition: 3