Package: calACS 2.2.2

calACS: Calculations for All Common Subsequences

Implements several string comparison algorithms, including calACS (count all common subsequences), lenACS (calculate the lengths of all common subsequences), and lenLCS (calculate the length of the longest common subsequence). Some algorithms differentiate between the more strict definition of subsequence, where a common subsequence cannot be separated by any other items, from its looser counterpart, where a common subsequence can be interrupted by other items. This difference is shown in the suffix of the algorithm (-Strict vs -Loose). For example, q-w is a common subsequence of q-w-e-r and q-e-w-r on the looser definition, but not on the more strict definition. calACSLoose Algorithm from Wang, H. All common subsequences (2007) IJCAI International Joint Conference on Artificial Intelligence, pp. 635-640.

Authors:Alan Gu

calACS_2.2.2.tar.gz
calACS_2.2.2.zip(r-4.5)calACS_2.2.2.zip(r-4.4)calACS_2.2.2.zip(r-4.3)
calACS_2.2.2.tgz(r-4.4-any)calACS_2.2.2.tgz(r-4.3-any)
calACS_2.2.2.tar.gz(r-4.5-noble)calACS_2.2.2.tar.gz(r-4.4-noble)
calACS_2.2.2.tgz(r-4.4-emscripten)calACS_2.2.2.tgz(r-4.3-emscripten)
calACS.pdf |calACS.html
calACS/json (API)

# Install 'calACS' in R:
install.packages('calACS', repos = c('https://agu-1.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

5 exports 0.36 score 0 dependencies 1 mentions 5 scripts 223 downloads

Last updated 8 years agofrom:c152cf80f7. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 22 2024
R-4.5-winOKAug 22 2024
R-4.5-linuxOKAug 22 2024
R-4.4-winOKAug 22 2024
R-4.4-macOKAug 22 2024
R-4.3-winOKAug 22 2024
R-4.3-macOKAug 22 2024

Exports:calACSLoosecalACSStrictlenACSStrictlenLCSStrictlongestVec

Dependencies: