{
  "_id": "6a1bf6901d7bb097a0a264df",
  "Package": "RPatternJoin",
  "Type": "Package",
  "Title": "String Similarity Joins for Hamming and Levenshtein Distances",
  "Version": "1.0.0",
  "Date": "2024-10-11",
  "Authors@R": "c(\nperson(given = \"Daniil\",\nfamily = \"Matveev\",\nrole = c(\"aut\", \"cre\"),\nemail = \"dmatveev@sfsu.edu\"),\nperson(given = \"Martin\",\nfamily = \"Leitner-Ankerl\",\nrole = c(\"ctb\", \"cph\"),\nemail = \"martin.ankerl@gmail.com\"),\nperson(given = \"Gene\",\nfamily = \"Harvey\",\nrole = c(\"ctb\", \"cph\"),\nemail = \"gharveymn@gmail.com\"))",
  "Description": "This project is a tool for words edit similarity joins\n(a.k.a. all-pairs similarity search) under small (< 3) edit\ndistance constraints. It works for Levenshtein/Hamming\ndistances and words from any alphabet. The software was\noriginally developed for joining amino-acid/nucleotide\nsequences from Adaptive Immune Repertoires, where the number of\nwords is relatively large (10^5-10^6) and the average length of\nwords is relatively small (10-100).",
  "License": "MIT + file LICENSE",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Language": "en-US",
  "Repository": "https://matveevdaniil.r-universe.dev",
  "Date/Publication": "2024-10-22 17:08:22 UTC",
  "RemoteUrl": "https://github.com/matveevdaniil/rpatternjoin",
  "RemoteRef": "HEAD",
  "RemoteSha": "8a10c4b2f349a76e680c72048f095f796617d897",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-31 08:45:12 UTC",
    "User": "root"
  },
  "Author": "Daniil Matveev [aut, cre],\nMartin Leitner-Ankerl [ctb, cph],\nGene Harvey [ctb, cph]",
  "Maintainer": "Daniil Matveev <dmatveev@sfsu.edu>",
  "MD5sum": "c008fef2507b320fd9a86eaa826d207a",
  "_user": "matveevdaniil",
  "_type": "src",
  "_file": "RPatternJoin_1.0.0.tar.gz",
  "_fileid": "7fb183a87a2c32b712e71b367ec74158111b5ecd688edb9afa5419373ec1ab64",
  "_filesize": 184832,
  "_sha256": "7fb183a87a2c32b712e71b367ec74158111b5ecd688edb9afa5419373ec1ab64",
  "_created": "2026-05-31T08:45:12.000Z",
  "_published": "2026-05-31T08:51:28.726Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78713002324,
      "time": 156,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315349167"
    },
    {
      "job": 78713002335,
      "time": 158,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315349332"
    },
    {
      "job": 78713002332,
      "time": 157,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315349112"
    },
    {
      "job": 78713002325,
      "time": 152,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315348619"
    },
    {
      "job": 78713002331,
      "time": 204,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315351363"
    },
    {
      "job": 78713002345,
      "time": 320,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315363042"
    },
    {
      "job": 78713002342,
      "time": 156,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315345968"
    },
    {
      "job": 78713002333,
      "time": 291,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315360170"
    },
    {
      "job": 78712831065,
      "time": 183,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315333611"
    },
    {
      "job": 78713002314,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315345514"
    },
    {
      "job": 78713002323,
      "time": 191,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315352359"
    },
    {
      "job": 78713002328,
      "time": 145,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315347996"
    },
    {
      "job": 78713002343,
      "time": 153,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315348925"
    }
  ],
  "_buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/matveevdaniil/rpatternjoin",
  "_commit": {
    "id": "8a10c4b2f349a76e680c72048f095f796617d897",
    "author": "MatveevDaniil <dmatveev@sfsu.edu>",
    "committer": "MatveevDaniil <dmatveev@sfsu.edu>",
    "message": "FIX: deleted set.seed and dontrun->donttest\n",
    "time": 1729616902
  },
  "_maintainer": {
    "name": "Daniil Matveev",
    "email": "dmatveev@sfsu.edu",
    "login": "matveevdaniil",
    "description": "",
    "uuid": 71548425
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.13",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "stringdist",
      "role": "Suggests"
    }
  ],
  "_owner": "matveevdaniil",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "matveevdaniil",
      "count": 22,
      "uuid": 71548425
    }
  ],
  "_userbio": {
    "uuid": 71548425,
    "type": "user",
    "name": "aidanil"
  },
  "_downloads": {
    "count": 570,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RPatternJoin"
  },
  "_devurl": "https://github.com/matveevdaniil/rpatternjoin",
  "_searchresults": 6,
  "_topics": [
    "cpp"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/RPatternJoin.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/matveevdaniil/rpatternjoin",
  "_realowner": "matveevdaniil",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.0",
      "date": "2024-10-25"
    }
  ],
  "_exports": [
    "edit_dist1_example",
    "similarityJoin"
  ],
  "_help": [
    {
      "page": "RPatternJoin-package",
      "title": "String Similarity Joins for Hamming and Levenshtein Distances",
      "topics": [
        "RPatternJoin-package",
        "RPatternJoin"
      ]
    },
    {
      "page": "edit_dist1_example",
      "title": "Generate Example Strings with Edit Distance 1",
      "topics": [
        "edit_dist1_example"
      ]
    },
    {
      "page": "similarityJoin",
      "title": "Build Adjacency Matrix",
      "topics": [
        "similarityJoin"
      ]
    }
  ],
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 2,
  "_indexed": true,
  "_nocasepkg": "rpatternjoin",
  "_universes": [
    "matveevdaniil"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-31T08:47:34.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "f05532865b7350e78d3cb27cecdc33880cd6dd8ffa7cafa7423003159d484eb5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-31T08:47:35.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "5e1d43740773f567c2b9aeba7d0ca59936350689d12b747d96f3f1178b7421f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-31T08:47:34.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "203f5fe65a78e8fddb05c89599b7839d07ce1964479caee534b86b3568a788ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-31T08:47:43.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "6d4a062694bb151cb050bd49e14fdd46ce4c87a922f7c51e80e5abca47776b3d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-31T08:48:15.000Z",
      "arch": "aarch64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "618b78d44f4e67a4089930c96d03f1487b47b1285cace53e3484113d0037600d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-31T08:49:31.000Z",
      "arch": "x86_64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "94be2347c09bf409f72bc89269396ec659e5c103cda774935b04f7eac78ad4ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-31T08:47:26.000Z",
      "arch": "aarch64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "8e4de3beb764822666246f501a645c904d3695d59231a9304f5b51c08ed13136",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-31T08:49:08.000Z",
      "arch": "x86_64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "ccd571b0854ad2c037cebaebf6a6ec587fd672c309efd1238aba298f49cf1d38",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-05-31T08:47:28.000Z",
      "arch": "emscripten",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "7c5778234df259a8a831f7b544583ac75b76d8ecdf7a92dca4e06ba302f0a5e7",
      "status": "success",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-31T08:47:34.000Z",
      "arch": "x86_64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "3c218f269a53916171c7651a8e3e9a3d8d483678b5235e994d05b611d0da46b5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-31T08:46:55.000Z",
      "arch": "x86_64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "d79c3e7f079601eade3ea1f10d8e35d547cf5d218e0d82ade76c234b75af3e3c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-31T08:46:47.000Z",
      "arch": "x86_64",
      "commit": "8a10c4b2f349a76e680c72048f095f796617d897",
      "fileid": "f30699e24418a880ab38952107e749054395c5abd76d0151c9cc62e05db701a0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/matveevdaniil/actions/runs/26707994611"
    }
  ]
}