Package: trelliscopejs Title: Create Interactive Trelliscope Displays Version: 0.2.10 Authors@R: c( person(given = "Ryan", family = "Hafen", role = c("aut", "cre"), email = "rhafen@gmail.com", comment = c(ORCID = "0000-0002-5516-8367")), person(given = "Barret", family = "Schloerke", email = "schloerke@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9986-114X"))) Description: Trelliscope is a scalable, flexible, interactive approach to visualizing data (Hafen, 2013 ). This package provides methods that make it easy to create a Trelliscope display specification for TrelliscopeJS. High-level functions are provided for creating displays from within 'tidyverse' or 'ggplot2' workflows. Low-level functions are also provided for creating new interfaces. Depends: R (>= 3.4.0) License: BSD_3_clause + file LICENSE Encoding: UTF-8 LazyData: true Imports: dplyr, purrr, grid, htmltools, DistributionUtils, grDevices, gtable, digest, jsonlite, ggplot2 (>= 3.2.1), base64enc, htmlwidgets, graphics, progress, utils, knitr, webshot, autocogs, tidyr, rlang, fidelius Suggests: plotly, testthat, covr, gapminder, rmarkdown, shiny, housingData RoxygenNote: 7.1.2 URL: https://hafen.github.io/trelliscopejs/, https://github.com/hafen/trelliscopejs BugReports: https://github.com/hafen/trelliscopejs/issues VignetteBuilder: knitr Config/pak/sysreqs: cmake make libmagick++-dev gsfonts libicu-dev libsodium-dev libuv1-dev libx11-dev Repository: https://hafen.r-universe.dev Date/Publication: 2026-01-14 15:12:16 UTC RemoteUrl: https://github.com/hafen/trelliscopejs RemoteRef: HEAD RemoteSha: eba628cdfbfef09ddd6bab5466d07e6e8dc8667c NeedsCompilation: no Packaged: 2026-06-13 08:22:19 UTC; root Author: Ryan Hafen [aut, cre] (ORCID: ), Barret Schloerke [aut] (ORCID: ) Maintainer: Ryan Hafen