# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "constellation" in publications use:' type: software license: GPL-2.0-or-later title: 'constellation: Identify Event Sequences Using Time Series Joins' version: 0.2.0 doi: 10.32614/CRAN.package.constellation abstract: 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. authors: - family-names: Sendak given-names: Mark email: mark.sendak@gmail.com repository: https://marksendak.r-universe.dev repository-code: https://github.com/marksendak/constellation commit: 7ac1941b6d5e534aac24f470217c4e0f822f5e8a url: https://github.com/marksendak/constellation date-released: '2018-03-23' contact: - family-names: Sendak given-names: Mark email: mark.sendak@gmail.com