Package: spinifex Title: Manual Tours, Manual Control of Dynamic Projections of Numeric Multivariate Data Version: 0.3.10 Authors@R: c( person("Nicholas", "Spyrison", role = c("aut", "cre"), email = "spyrison@gmail.com", 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) . Other types of tours, such as grand (random walk) and guided (optimizing some objective function) are available in the 'tourr' package Wickham et al. . '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) . 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, ggrepel, patchwork, gifski, hexbin, htmlwidgets, png, dplyr, knitr, GGally, testthat, lifecycle, covr, spelling VignetteBuilder: knitr Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace')) RoxygenNote: 7.3.2 Language: en-US Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libgmp3-dev make libgsl0-dev libicu-dev libuv1-dev libxml2-dev libssl-dev pkg-config libproj-dev libsqlite3-dev libudunits2-dev zlib1g-dev libclang-dev Repository: https://nspyrison.r-universe.dev Date/Publication: 2025-09-17 21:37:37 UTC RemoteUrl: https://github.com/nspyrison/spinifex RemoteRef: HEAD RemoteSha: 0ffca7e65ffbff0cc68b13147bf497e14c9294a7 NeedsCompilation: no Packaged: 2026-06-15 08:49:37 UTC; root Author: Nicholas Spyrison [aut, cre] (ORCID: ), Dianne Cook [aut, ths] (ORCID: ) Maintainer: Nicholas Spyrison