nseq: Count of Sequential Events

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>.

Version: 0.1.1
Imports: checkmate
Suggests: testthat (≥ 3.0.0), ggplot2, dplyr
Published: 2024-05-31
DOI: 10.32614/CRAN.package.nseq
Author: Raphael Saldanha ORCID iD [aut, cre]
Maintainer: Raphael Saldanha <raphael.de-freitas-saldanha at inria.fr>
BugReports: https://github.com/rfsaldanha/nseq/issues
License: MIT + file LICENSE
URL: https://rfsaldanha.github.io/nseq/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: nseq results

Documentation:

Reference manual: nseq.pdf

Downloads:

Package source: nseq_0.1.1.tar.gz
Windows binaries: r-devel: nseq_0.1.1.zip, r-release: nseq_0.1.1.zip, r-oldrel: nseq_0.1.1.zip
macOS binaries: r-release (arm64): nseq_0.1.1.tgz, r-oldrel (arm64): nseq_0.1.1.tgz, r-release (x86_64): nseq_0.1.1.tgz, r-oldrel (x86_64): nseq_0.1.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=nseq to link to this page.