Package: anomalous Type: Package Title: Anomaly Detection using the CAPA and PELT Algorithms Version: 0.0.4.2 Date: 2024-11-21 Authors@R: c(person(given = "Paul", family = "Smith", role = c("aut", "cre"), email = "paul@waternumbers.co.uk", comment = c(ORCID = "0000-0002-0034-3412")) ) Description: Implimentations of the univariate CAPA and PELT algotithms along with various cost functions for different distributions and models. The modular design, using R6 classes, favour ease of extension (for example user written cost functions) over the performance of other implimentations (e.g. , ). License: GPL-3 Encoding: UTF-8 RoxygenNote: 7.3.1 Suggests: tinytest, robustbase, knitr, markdown Imports: R6, Rcpp LinkingTo: Rcpp VignetteBuilder: knitr Depends: R (>= 4.0.0) Language: en-GB BugReports: https://github.com/waternumbers/anomalous/issues URL: https://github.com/waternumbers/anomalous, https://waternumbers.github.io/anomalous/ Repository: https://waternumbers.r-universe.dev Date/Publication: 2024-12-13 13:43:20 UTC RemoteUrl: https://github.com/waternumbers/anomalous RemoteRef: HEAD RemoteSha: fd9c8daf676eab252113d14aac2474ffbdb5be21 NeedsCompilation: yes Packaged: 2026-05-25 08:45:21 UTC; root Author: Paul Smith [aut, cre] (ORCID: ) Maintainer: Paul Smith