Package: linevis Title: Interactive Time Series Visualizations Version: 1.0.0 Authors@R: c(person("Thomas", "Charlon", role = c("aut", "cre"), email = "charlon@protonmail.com", comment = c(ORCID = "0000-0001-7497-0470")), person("Dean", "Attali", role = c('aut', 'cph')), person(family = "Almende B.V.", role = c("aut", "cph"), comment = "vis.js Timeline library, https://visjs.github.io/vis-timeline/docs/graph2d/")) Description: Create interactive time series visualizations. 'linevis' includes an extensive API to manipulate time series after creation, and supports getting data out of the visualization. Based on the 'timevis' package and the 'vis.js' Timeline 'JavaScript' library . URL: https://gitlab.com/thomaschln/linevis BugReports: https://gitlab.com/thomaschln/linevis/-/issues Depends: R (>= 3.1.0) Imports: crosstalk, htmlwidgets (>= 0.6), jsonlite, magrittr, methods, rmarkdown, shiny Suggests: knitr, testthat (>= 0.9.1) VignetteBuilder: knitr License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://thomaschln.r-universe.dev Date/Publication: 2025-02-20 08:24:38 UTC RemoteUrl: https://gitlab.com/thomaschln/linevis RemoteRef: HEAD RemoteSha: 18e016ff41318d72c2d5db4ce9ea6a8233991c5b NeedsCompilation: no Packaged: 2026-06-10 09:57:47 UTC; root Author: Thomas Charlon [aut, cre] (ORCID: ), Dean Attali [aut, cph], Almende B.V. [aut, cph] (vis.js Timeline library, https://visjs.github.io/vis-timeline/docs/graph2d/) Maintainer: Thomas Charlon