-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation change fix and removed length of object from checks, re…
…: ggplot2 changes to length.
- Loading branch information
Showing
9 changed files
with
2,570 additions
and
2,573 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,55 +1,57 @@ | ||
Package: spinifex | ||
Title: Manual Tours, Manual Control of Dynamic Projections of Numeric Multivariate Data | ||
Version: 0.3.6 | ||
Authors@R: c( | ||
person("Nicholas", "Spyrison", role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "https://orcid.org/0000-0002-8417-0212")), | ||
person("Dianne", "Cook", role = c("aut", "ths"), | ||
comment = c(ORCID = "https://orcid.org/0000-0002-3813-7155")) | ||
) | ||
Description: Data visualization tours animates linear projection | ||
of multivariate data as its basis (ie. orientation) changes. The 'spinifex' | ||
packages generates paths for manual tours by manipulating the contribution of | ||
a single variable at a time Cook & Buja (1997) | ||
<doi:10.1080/10618600.1997.10474754>. Other types of tours, such as grand | ||
(random walk) and guided (optimizing some objective function) are available | ||
in the 'tourr' package Wickham et al. <doi:10.18637/jss.v040.i02>. | ||
'spinifex' builds on 'tourr' and can render tours with 'gganimate' and | ||
'plotly' graphics, and allows for exporting as an .html widget and as an .gif, | ||
respectively. This work is fully discussed in Spyrison & Cook (2020) | ||
<doi:10.32614/RJ-2020-027>. | ||
Depends: | ||
R (>= 3.5.0), | ||
tourr | ||
License: MIT + file LICENSE | ||
URL: https://github.com/nspyrison/spinifex/ | ||
BugReports: https://github.com/nspyrison/spinifex/issues | ||
Imports: | ||
ggplot2, | ||
gganimate, | ||
plotly, | ||
shiny, | ||
Rdimtools, | ||
transformr, | ||
magrittr | ||
Suggests: | ||
MASS, | ||
hexbin, | ||
htmlwidgets, | ||
gifski, | ||
png, | ||
dplyr, | ||
GGally, | ||
rmarkdown, | ||
knitr, | ||
testthat, | ||
lifecycle, | ||
covr, | ||
spelling | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) | ||
RoxygenNote: 7.2.3 | ||
Language: en-US | ||
Package: spinifex | ||
Title: Manual Tours, Manual Control of Dynamic Projections of Numeric Multivariate Data | ||
Version: 0.3.6.0 | ||
Authors@R: c( | ||
person("Nicholas", "Spyrison", role = c("aut", "cre"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "https://orcid.org/0000-0002-8417-0212")), | ||
person("Dianne", "Cook", role = c("aut", "ths"), | ||
comment = c(ORCID = "https://orcid.org/0000-0002-3813-7155")) | ||
) | ||
Description: Data visualization tours animates linear projection | ||
of multivariate data as its basis (ie. orientation) changes. The 'spinifex' | ||
packages generates paths for manual tours by manipulating the contribution of | ||
a single variable at a time Cook & Buja (1997) | ||
<doi:10.1080/10618600.1997.10474754>. Other types of tours, such as grand | ||
(random walk) and guided (optimizing some objective function) are available | ||
in the 'tourr' package Wickham et al. <doi:10.18637/jss.v040.i02>. | ||
'spinifex' builds on 'tourr' and can render tours with 'gganimate' and | ||
'plotly' graphics, and allows for exporting as an .html widget and as an .gif, | ||
respectively. This work is fully discussed in Spyrison & Cook (2020) | ||
<doi:10.32614/RJ-2020-027>. | ||
Depends: | ||
R (>= 3.5.0), | ||
tourr | ||
License: MIT + file LICENSE | ||
URL: https://github.com/nspyrison/spinifex/ | ||
BugReports: https://github.com/nspyrison/spinifex/issues | ||
Imports: | ||
ggplot2, | ||
gganimate, | ||
plotly, | ||
shiny, | ||
Rdimtools, | ||
transformr, | ||
magrittr | ||
Suggests: | ||
MASS, | ||
hexbin, | ||
htmlwidgets, | ||
gifski, | ||
png, | ||
dplyr, | ||
GGally, | ||
rmarkdown, | ||
knitr, | ||
testthat, | ||
lifecycle, | ||
covr, | ||
spelling | ||
VignetteBuilder: knitr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) | ||
RoxygenNote: 7.2.3 | ||
Language: en-US | ||
Config/testthat/edition: 3 | ||
|
Oops, something went wrong.