-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.75 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: spinifex
Title: Manual Tours, Manual Control of Dynamic Projections of Numeric Multivariate Data
Version: 0.3.7.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,
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.3.1
Language: en-US
Config/testthat/edition: 3