Package: vistime Title: Pretty Timelines in R Version: 1.3.0 Date: 2026-03-26 Authors@R: c( person("Sandro", "Raabe", , "sa.ra.online@posteo.de", role = c("aut", "cre")) ) Description: A library for creating time based charts, like Gantt or timelines. Possible outputs include 'ggplot2' diagrams, 'plotly.js' graphs, 'Highcharts.js' widgets and data.frames. Results can be used in the 'RStudio' viewer pane, in 'RMarkdown' documents or in Shiny apps. In the interactive outputs created by vistime() and hc_vistime(), you can interact with the plot using mouse hover or zoom. License: GPL-3 | file LICENSE URL: https://shosaco.github.io/vistime/ BugReports: https://github.com/shosaco/vistime/issues Depends: R (>= 3.2.0) Imports: rlang, assertthat (>= 0.1), plotly (>= 4.0.0), ggplot2 (>= 3.4.0), ggrepel (>= 0.7.0), RColorBrewer (>= 0.2.2) Encoding: UTF-8 RoxygenNote: 7.3.2 Suggests: prettydoc, knitr, rmarkdown, testthat (>= 3.0.0), covr, highcharter (> 0.1.0) Config/testthat/edition: 3 VignetteBuilder: knitr Language: en-US Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://shosaco.r-universe.dev Date/Publication: 2026-03-26 21:18:39 UTC RemoteUrl: https://github.com/shosaco/vistime RemoteRef: HEAD RemoteSha: 7d3cd347f6e33613794024a9006dd3ac871299e6 NeedsCompilation: no Packaged: 2026-07-05 05:03:57 UTC; root Author: Sandro Raabe [aut, cre] Maintainer: Sandro Raabe