Package: timevis Title: Create Interactive Timeline Visualizations in R Version: 2.1.0.9000 Authors@R: c( person("Dean", "Attali", email = "daattali@gmail.com", role = c("aut", "cre"), comment = c("R interface", ORCID="0000-0002-5645-3493")), person(family = "Almende B.V.", role = c("aut", "cph"), comment = "vis.js Timeline library, https://visjs.github.io/vis-timeline/docs/timeline/") ) Description: Create rich and fully interactive timeline visualizations. Timelines can be included in Shiny apps or R markdown documents. 'timevis' includes an extensive API to manipulate a timeline after creation, and supports getting data out of the visualization into R. Based on the 'vis.js' Timeline JavaScript library. URL: https://github.com/daattali/timevis, https://daattali.com/shiny/timevis-demo/ BugReports: https://github.com/daattali/timevis/issues Depends: R (>= 3.1.0) Imports: crosstalk, htmltools (>= 0.2.6), htmlwidgets (>= 0.6), jsonlite, magrittr, methods, rmarkdown, shiny Suggests: lubridate, testthat (>= 0.9.1), shinydisconnect License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2024-08-18 18:43:47 UTC RemoteUrl: https://github.com/daattali/timevis RemoteRef: HEAD RemoteSha: ff2bab7e91c6f248919e779e56fb93ba60c19be4 NeedsCompilation: no Packaged: 2026-06-23 09:54:08 UTC; root Author: Dean Attali [aut, cre] (R interface, ORCID: ), Almende B.V. [aut, cph] (vis.js Timeline library, https://visjs.github.io/vis-timeline/docs/timeline/) Maintainer: Dean Attali