Package: nseq
Title: Count of Sequential Events
Version: 0.1.1
Authors@R: 
     person("Raphael", "Saldanha", , "raphael.de-freitas-saldanha@inria.fr", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-0652-8466"))
Description: Count the occurrence of sequences of values in a vector that meets certain conditions of length and magnitude. The method is based on the Run Length Encoding algorithm, available with base R, inspired by A. H. Robinson and C. Cherry (1967) <doi:10.1109/PROC.1967.5493>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Imports: checkmate
Suggests: testthat (>= 3.0.0), ggplot2, dplyr
Config/testthat/edition: 3
Config/Needs/website: rmarkdown
URL: https://rfsaldanha.github.io/nseq/
BugReports: https://github.com/rfsaldanha/nseq/issues
NeedsCompilation: no
Packaged: 2024-05-30 08:42:58 UTC; raphael
Author: Raphael Saldanha [aut, cre] (<https://orcid.org/0000-0003-0652-8466>)
Maintainer: Raphael Saldanha <raphael.de-freitas-saldanha@inria.fr>
Repository: CRAN
Date/Publication: 2024-05-31 14:00:02 UTC
Built: R 4.3.3; ; 2024-06-05 01:10:06 UTC; unix
