-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0cd9d6
commit 0c5dcbf
Showing
16 changed files
with
582 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
Package: sequentially | ||
Title: An R package for non-linear sequence generation using easing functions | ||
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. | ||
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 | ||
Issues: https://github.com/jpmonteagudo28/sequentially/issues | ||
|
||
BugReports: https://github.com/jpmonteagudo28/sequentially/issues | ||
Suggests: | ||
spelling, | ||
testthat (>= 3.0.0) | ||
Language: en-US | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(seq_smooth) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.