Package: nseq Title: Count of Sequential Events Version: 0.1.2 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) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 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 Repository: https://rfsaldanha.r-universe.dev Date/Publication: 2026-01-08 14:16:55 UTC RemoteUrl: https://github.com/rfsaldanha/nseq RemoteRef: HEAD RemoteSha: 515fedfd74ecc2b70a73d8c70d46906f406fcf18 NeedsCompilation: no Packaged: 2026-07-07 07:30:47 UTC; root Author: Raphael Saldanha [aut, cre] (ORCID: ) Maintainer: Raphael Saldanha