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.7)calACS_2.2.2.zip(r-4.6)calACS_2.2.2.zip(r-4.5)
calACS_2.2.2.tgz(r-4.6-any)calACS_2.2.2.tgz(r-4.5-any)
calACS_2.2.2.tar.gz(r-4.7-any)calACS_2.2.2.tar.gz(r-4.6-any)
calACS_2.2.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
calACS/json (API)

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

On CRAN:

Conda:

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

1.00 score 5 scripts 176 downloads 1 mentions 5 exports 0 dependencies

Last updated from:c152cf80f7. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK99
source / vignettesOK135
linux-release-x86_64OK98
macos-release-arm64OK194
macos-oldrel-arm64OK162
windows-develOK59
windows-releaseOK54
windows-oldrelOK57
wasm-releaseOK80

Exports:calACSLoosecalACSStrictlenACSStrictlenLCSStrictlongestVec

Dependencies: