Package: mantis Type: Package Title: Multiple Time Series Scanner Version: 1.0.2.9000 Authors@R: c( person(c("T.", "Phuong"), "Quan", email = "phuongquan567@outlook.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8566-1817")), person(family = "University of Oxford", role = "cph"), person(family = "National Institute for Health Research (NIHR)", role = "fnd"), person("Rodrigo", "Pires", role = "rev"), person("Margaret", "Siple", role = "rev") ) Description: Generate interactive html reports that enable quick visual review of multiple related time series stored in a data frame. For static datasets, this can help to identify any temporal artefacts that may affect the validity of subsequent analyses. For live data feeds, regularly scheduled reports can help to pro-actively identify data feed problems or unexpected trends that may require action. The reports are self-contained and shareable without a web server. URL: https://github.com/ropensci/mantis, https://ropensci.github.io/mantis/ BugReports: https://github.com/ropensci/mantis/issues License: GPL (>= 3) Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: rmarkdown, knitr, reactable, dplyr (>= 1.1.1), tidyr, dygraphs, xts, ggplot2, scales, purrr, htmltools, lubridate, xfun Suggests: covr, testthat (>= 3.0.0), codemetar, vdiffr, shiny, diffviewer, withr Config/testthat/edition: 3 VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-07-30 15:28:13 UTC RemoteUrl: https://github.com/ropensci/mantis RemoteRef: main RemoteSha: 6e2f49001c5f33cb8b199ed22f77842b30ce2272 NeedsCompilation: no Packaged: 2026-07-30 17:16:19 UTC; root Author: T. Phuong Quan [aut, cre] (ORCID: ), University of Oxford [cph], National Institute for Health Research (NIHR) [fnd], Rodrigo Pires [rev], Margaret Siple [rev] Maintainer: T. Phuong Quan