{
  "_id": "6a102ce9acfb0bcc41c93742",
  "Package": "calACS",
  "Type": "Package",
  "Title": "Calculations for All Common Subsequences",
  "Version": "2.2.2",
  "Date": "2016-3-31",
  "Author": "Alan Gu",
  "Maintainer": "Alan Gu <alan.on.ca@gmail.com>",
  "Description": "Implements several string comparison algorithms, including\ncalACS (count all common subsequences), lenACS (calculate the\nlengths of all common subsequences), and lenLCS (calculate the\nlength of the longest common subsequence). Some algorithms\ndifferentiate between the more strict definition of\nsubsequence, where a common subsequence cannot be separated by\nany other items, from its looser counterpart, where a common\nsubsequence can be interrupted by other items. This difference\nis shown in the suffix of the algorithm (-Strict vs -Loose).\nFor example, q-w is a common subsequence of q-w-e-r and q-e-w-r\non the looser definition, but not on the more strict\ndefinition. calACSLoose Algorithm from Wang, H. All common\nsubsequences (2007) IJCAI International Joint Conference on\nArtificial Intelligence, pp. 635-640.",
  "License": "GPL",
  "RoxygenNote": "5.0.1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-13 05:59:14 UTC",
    "User": "root"
  },
  "Repository": "https://agu-1.r-universe.dev",
  "Date/Publication": "2016-03-31 19:35:54 UTC",
  "RemoteUrl": "https://github.com/cran/calACS",
  "RemoteRef": "HEAD",
  "RemoteSha": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
  "MD5sum": "46cc4a4cae2e198ef7860a74e883daac",
  "_user": "agu-1",
  "_type": "src",
  "_file": "calACS_2.2.2.tar.gz",
  "_fileid": "4ad466545c223e25a12bb2ceb2a0c4977b2790b03d45d598ba3a307dd7022a81",
  "_filesize": 89416,
  "_sha256": "4ad466545c223e25a12bb2ceb2a0c4977b2790b03d45d598ba3a307dd7022a81",
  "_created": "2026-05-13T05:59:14.000Z",
  "_published": "2026-05-22T10:16:09.067Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77360036357,
      "time": 99,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962709704"
    },
    {
      "job": 77360036083,
      "time": 98,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962710626"
    },
    {
      "job": 77360036420,
      "time": 162,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962715714"
    },
    {
      "job": 77360036001,
      "time": 194,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962718880"
    },
    {
      "job": 77360035665,
      "time": 135,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962687960"
    },
    {
      "job": 77360035687,
      "time": 80,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7158132275"
    },
    {
      "job": 77360036389,
      "time": 59,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6962700799"
    },
    {
      "job": 77360036515,
      "time": 57,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6962700300"
    },
    {
      "job": 77360036386,
      "time": 54,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6962699721"
    }
  ],
  "_buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/calACS",
  "_commit": {
    "id": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
    "author": "Alan Gu <alan.on.ca@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.2.2\n",
    "time": 1459452954
  },
  "_maintainer": {
    "name": "Alan Gu",
    "email": "alan.on.ca@gmail.com",
    "login": "agu-1",
    "uuid": 17601545
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "agu-1",
      "count": 5,
      "uuid": 17601545
    }
  ],
  "_userbio": {
    "uuid": 17601545,
    "type": "user",
    "name": "Alan"
  },
  "_downloads": {
    "count": 176,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/calACS"
  },
  "_mentions": 1,
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/calACS.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "manual.pdf"
  ],
  "_realowner": "agu-1",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.2",
      "date": "2015-11-15"
    },
    {
      "version": "1.1",
      "date": "2015-12-16"
    },
    {
      "version": "1.2",
      "date": "2015-12-16"
    },
    {
      "version": "2.2.1",
      "date": "2016-01-31"
    },
    {
      "version": "2.2.2",
      "date": "2016-03-31"
    }
  ],
  "_exports": [
    "calACSLoose",
    "calACSStrict",
    "lenACSStrict",
    "lenLCSStrict",
    "longestVec"
  ],
  "_help": [
    {
      "page": "calACSLoose",
      "title": "Calculate the total number of all common subsequences between a string and a vector/list of strings. Subsequences can be interrupted by items, i.e. q-w is considered a subsequence of q-e-w-r",
      "topics": [
        "calACSLoose"
      ]
    },
    {
      "page": "calACSStrict",
      "title": "Count the total number of all common subsequences between a string and a vector/list of strings. Subsequences cannot be interrupted by any item, i.e. q-w is not considered a subsequence of q-e-w-r due to the interrupting 'e'",
      "topics": [
        "calACSStrict"
      ]
    },
    {
      "page": "lenACSStrict",
      "title": "Calculate the length of each common subsequences between a string and a vector/list of strings. Subsequences cannot be interrupted by any item, i.e. q-w is not considered a subsequence of q-e-w-r due to the interrupting 'e'",
      "topics": [
        "lenACSStrict"
      ]
    },
    {
      "page": "lenLCSStrict",
      "title": "Calculate the length of the longest common subsequence (KCS) between a string and a vector/list of strings. Subsequences cannot be interrupted by any item, i.e. q-w is not considered a subsequence of q-e-w-r due to the interrupting 'e'",
      "topics": [
        "lenLCSStrict"
      ]
    },
    {
      "page": "longestVec",
      "title": "The function takes in multiple vectors of any length, and returns the one with the longest length. The tieBreaker variable controls if the first or the last of the longest vectors gets returned in case there are multiple",
      "topics": [
        "longestVec"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "calacs",
  "_universes": [
    "agu-1"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.2.2",
      "date": "2026-05-13T06:00:58.000Z",
      "distro": "noble",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "dd1ebb56076867855f456a49b61efda612077ac0003414903a1472ac1239c6da",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.2.2",
      "date": "2026-05-13T06:01:02.000Z",
      "distro": "noble",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "640ae500b85ce4f856c42f20c55e882e6562e4d718d3c1fa7dbcd6600422f4b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.2.2",
      "date": "2026-05-13T06:01:27.000Z",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "d47c7384902a41eedefd8e472caaccc2b1dfbd78396aca1f1a0ebe1aee9f254b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.2.2",
      "date": "2026-05-13T06:01:38.000Z",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "4d8e01c0396a528eb5abeaf32f36af87f6abe222c365886ff0cfeb93dfeae430",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.2.2",
      "date": "2026-05-13T06:00:15.000Z",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "31a5486fd3cd0105e3957cb43d5fcc8213667ab9b3d2658264c5a4bc888b95a2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.2.2",
      "date": "2026-05-13T06:00:13.000Z",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "eec441e1aab76c39d68e339170b46af7f48c5e7b72ab6578ac607a409ce45943",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.2.2",
      "date": "2026-05-13T06:00:10.000Z",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "79f06324de843a57bf4f6e7564738e5e3af51770cc6944142987f1f5556eb348",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.2.2",
      "date": "2026-05-22T10:15:52.000Z",
      "commit": "c152cf80f7c20c141e6ec5b88a22e4ca8ceb252b",
      "fileid": "38359878ad86cb41c52a12547d9f594bc69fe56c1aa36d54746bdefe69282d45",
      "status": "success",
      "buildurl": "https://github.com/r-universe/agu-1/actions/runs/25781268846"
    }
  ]
}