Package: tourr Title: Tour Methods for Multivariate Data Visualisation Version: 1.2.8 Authors@R: c( person("Hadley", "Wickham", email = "h.wickham@gmail.com", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4757-117X")), person("Dianne", "Cook", email = "dicook@monash.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3813-7155")), person("Nick", "Spyrison", email = "nicholas.spyrison@monash.edu", role = "ctb", comment = c(ORCID = "0000-0002-8417-0212")), person("Ursula", "Laa", email = "ursula.laa@boku.ac.at", role = "ctb", comment = c(ORCID = "0000-0002-0249-6439")), person("H. Sherry","Zhang", email = "huizezhangsh@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-7122-1463")), person("Stuart", "Lee", email = "stuart.lee1@monash.edu", role = "ctb", comment = c(ORCID = "0000-0003-1179-8436"))) Description: Implements geodesic interpolation and basis generation functions that allow you to create new tour methods from R. Depends: R (>= 4.1.0) Imports: MASS, tibble, dplyr, stats, utils, grDevices, ash, energy, mgcv, geozoo, cassowaryr, minerva Suggests: aplpack, testthat (>= 3.0.0), colorspace, ggplot2, gifski, knitr, rmarkdown, tidyr, covr, plotly License: MIT + file LICENSE LazyData: true URL: https://ggobi.github.io/tourr/ BugReports: https://github.com/ggobi/tourr/issues Encoding: UTF-8 VignetteBuilder: knitr Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/pak/sysreqs: libglpk-dev libgsl0-dev libxml2-dev Repository: https://ggobi.r-universe.dev Date/Publication: 2026-07-04 07:19:33 UTC RemoteUrl: https://github.com/ggobi/tourr RemoteRef: HEAD RemoteSha: 33defd9ead4ba8f9d3889363ba5211e7aa489f1b NeedsCompilation: no Packaged: 2026-07-04 08:25:09 UTC; root Author: Hadley Wickham [aut, ctb] (ORCID: ), Dianne Cook [aut, cre] (ORCID: ), Nick Spyrison [ctb] (ORCID: ), Ursula Laa [ctb] (ORCID: ), H. Sherry Zhang [ctb] (ORCID: ), Stuart Lee [ctb] (ORCID: ) Maintainer: Dianne Cook