Package: detourr Type: Package Title: Portable and Performant Tour Animations Version: 0.3.0 Authors@R: c( person("Casper", "Hart", email = "casperhart93@gmail.com", role = c("aut", "cre")), person("Earo", "Wang", email = "earo.wang@gmail.com", role = c("aut", "ths"), comment = c(ORCID = "0000-0001-6448-5260")) ) Description: Provides 2D and 3D tour animations as HTML widgets. The user can interact with the widgets using orbit controls, tooltips, brushing, and timeline controls. Linked brushing is supported using 'crosstalk', and widgets can be embedded in Shiny apps or HTML documents. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: tourr, tibble, htmlwidgets, tidyselect, rlang, purrr, viridisLite, grDevices, cli RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) Suggests: testthat (>= 3.0.0), crosstalk, shiny, htmltools, knitr, dplyr, rmarkdown, geozoo Config/testthat/edition: 3 URL: https://casperhart.github.io/detourr/ BugReports: https://github.com/casperhart/detourr/issues Depends: R (>= 4.1) Config/pak/sysreqs: cmake libglpk-dev make libgsl0-dev libuv1-dev libxml2-dev Repository: https://casperhart.r-universe.dev Date/Publication: 2026-07-01 15:15:41 UTC RemoteUrl: https://github.com/casperhart/detourr RemoteRef: HEAD RemoteSha: 76dcda77504c6168e264b5f3ddeae4e29f6a52a7 NeedsCompilation: no Packaged: 2026-07-01 15:43:27 UTC; root Author: Casper Hart [aut, cre], Earo Wang [aut, ths] (ORCID: ) Maintainer: Casper Hart