Package: timevis
Title: Create Interactive Timeline Visualizations in R
Version: 2.0.0
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 library, https://visjs.org")
      )
Description: Create rich and fully interactive timeline visualizations.
    Timelines can be included in Shiny apps and R markdown documents, or viewed
    from the R console and 'RStudio' Viewer. '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 module and the
    'htmlwidgets' R package.
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: htmltools (>= 0.2.6), htmlwidgets (>= 0.6), jsonlite,
        lubridate, magrittr, methods, rmarkdown, shiny
Suggests: knitr (>= 1.7), testthat (>= 0.9.1), tibble, shinydisconnect
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-12-20 22:00:48 UTC; Dean-X1C
Author: Dean Attali [aut, cre] (R interface,
    <https://orcid.org/0000-0002-5645-3493>),
  Almende B.V. [aut, cph] (vis.js library, https://visjs.org)
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2021-12-20 22:20:02 UTC
Built: R 4.0.2; ; 2021-12-21 11:57:05 UTC; unix
