Package: constellation Type: Package Title: Identify Event Sequences Using Time Series Joins Version: 0.2.0 Date: 2018-03-23 Depends: R (>= 3.0.0) Imports: data.table (>= 1.9.5) Suggests: knitr, rmarkdown, ggplot2, devtools, testthat Authors@R: person("Mark", "Sendak", email = "mark.sendak@gmail.com", role = c("aut", "cre")) Description: Examine any number of time series data frames to identify instances in which various criteria are met within specified time frames. In clinical medicine, these types of events are often called "constellations of signs and symptoms", because a single condition depends on a series of events occurring within a certain amount of time of each other. This package was written to work with any number of time series data frames and is optimized for speed to work well with data frames with millions of rows. License: GPL (>= 2) LazyData: true URL: https://github.com/marksendak/constellation RoxygenNote: 6.0.1 VignetteBuilder: knitr Encoding: UTF-8 Repository: https://marksendak.r-universe.dev Date/Publication: 2018-11-14 03:35:11 UTC RemoteUrl: https://github.com/marksendak/constellation RemoteRef: HEAD RemoteSha: 7ac1941b6d5e534aac24f470217c4e0f822f5e8a NeedsCompilation: no Packaged: 2026-07-19 04:54:47 UTC; root Author: Mark Sendak [aut, cre] Maintainer: Mark Sendak