{
  "_id": "6a4b5809a6574ff277f99dbe",
  "Package": "parallelDist",
  "Type": "Package",
  "Title": "Parallel Distance Matrix Computation using Multiple Threads",
  "Version": "0.2.7",
  "Author": "Alexander Eckert [aut, cre], Lucas Godoy [ctb], Srikanth KS\n[ctb]",
  "Authors@R": "c(\nperson(\"Alexander\", \"Eckert\", role = c(\"aut\", \"cre\"), email = \"info@alexandereckert.com\"),\nperson(\"Lucas\", \"Godoy\", role = \"ctb\", email = \"lucasdac.godoy@gmail.com\"),\nperson(\"Srikanth\", \"KS\", role = \"ctb\", email = \"sri.teach@gmail.com\")\n)",
  "Maintainer": "Alexander Eckert <info@alexandereckert.com>",
  "Description": "A fast parallelized alternative to R's native 'dist'\nfunction to calculate distance matrices for continuous, binary,\nand multi-dimensional input matrices, which supports a broad\nvariety of 41 predefined distance functions from the 'stats',\n'proxy' and 'dtw' R packages, as well as user- defined\nfunctions written in C++. For ease of use, the 'parDist'\nfunction extends the signature of the 'dist' function and uses\nthe same parameter naming conventions as distance methods of\nexisting R packages. The package is mainly implemented in C++\nand leverages the 'RcppParallel' package to parallelize the\ndistance computations with the help of the 'TinyThread'\nlibrary. Furthermore, the 'Armadillo' linear algebra library is\nused for optimized matrix operations during distance\ncalculations. The curiously recurring template pattern (CRTP)\ntechnique is applied to avoid virtual functions, which improves\nthe Dynamic Time Warping calculations while the implementation\nstays flexible enough to support different DTW step patterns\nand normalization methods.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/alexeckert/parallelDist,\nhttps://www.alexandereckert.com/projects/#r-packages",
  "BugReports": "https://github.com/alexeckert/parallelDist/issues",
  "NeedsCompilation": "yes",
  "Config/pak/sysreqs": "make",
  "Repository": "https://alexeckert.r-universe.dev",
  "Date/Publication": "2025-09-27 18:04:51 UTC",
  "RemoteUrl": "https://github.com/alexeckert/paralleldist",
  "RemoteRef": "HEAD",
  "RemoteSha": "12ad1454844d5c79333afb634e70eb950a6964fa",
  "Packaged": {
    "Date": "2026-07-06 07:17:18 UTC",
    "User": "root"
  },
  "_user": "alexeckert",
  "_type": "src",
  "_file": "parallelDist_0.2.7.tar.gz",
  "_fileid": "https://r2.ropensci.org/f495e25815978483688c58e0a72168348eebca8aa1a766d4bbf8dbd5024019db",
  "_filesize": 497680,
  "_sha256": "f495e25815978483688c58e0a72168348eebca8aa1a766d4bbf8dbd5024019db",
  "_expires": "2026-10-14T07:23:52.000Z",
  "_created": "2026-07-06T07:17:18.000Z",
  "_published": "2026-07-06T07:23:53.644Z",
  "_jobs": [
    {
      "job": 85315610080,
      "time": 168,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8102150533"
    },
    {
      "job": 85315610062,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8102142386"
    },
    {
      "job": 85315610074,
      "time": 205,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102161075"
    },
    {
      "job": 85315610094,
      "time": 156,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102145698"
    },
    {
      "job": 85315610060,
      "time": 196,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8102148395"
    },
    {
      "job": 85315610208,
      "time": 340,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8102193820"
    },
    {
      "job": 85315610033,
      "time": 171,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102142867"
    },
    {
      "job": 85315610064,
      "time": 307,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102183770"
    },
    {
      "job": 85315100835,
      "time": 195,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102098417"
    },
    {
      "job": 85315609984,
      "time": 158,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8102146250"
    },
    {
      "job": 85315610032,
      "time": 187,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8102154928"
    },
    {
      "job": 85315610088,
      "time": 150,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8102143880"
    },
    {
      "job": 85315610055,
      "time": 257,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8102175814"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361",
  "_status": "success",
  "_upstream": "https://github.com/alexeckert/paralleldist",
  "_commit": {
    "id": "12ad1454844d5c79333afb634e70eb950a6964fa",
    "author": "Alexander Eckert <alexeckert@users.noreply.github.com>",
    "committer": "Alexander Eckert <alexeckert@users.noreply.github.com>",
    "message": "refactor: address r cmd check notes\n",
    "time": 1758996291
  },
  "_maintainer": {
    "name": "Alexander Eckert",
    "email": "info@alexandereckert.com"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.2",
      "role": "Depends"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "RcppParallel",
      "role": "LinkingTo"
    },
    {
      "package": "RcppArmadillo",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 0.12.6",
      "role": "Imports"
    },
    {
      "package": "RcppParallel",
      "version": ">= 4.3.20",
      "role": "Imports"
    },
    {
      "package": "dtw",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "proxy",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "RcppArmadillo",
      "role": "Suggests"
    },
    {
      "package": "RcppXPtrUtils",
      "role": "Suggests"
    }
  ],
  "_owner": "alexeckert",
  "_selfowned": true,
  "_usedby": 17,
  "_updates": [
    {
      "week": "2025-38",
      "n": 3
    },
    {
      "week": "2025-39",
      "n": 2
    }
  ],
  "_tags": [
    {
      "name": "v0.2.7",
      "date": "2025-09-27"
    }
  ],
  "_topics": [
    "data-science",
    "distance-computations",
    "matrices",
    "openblas",
    "cpp"
  ],
  "_stars": 54,
  "_contributors": [
    {
      "user": "alexeckert",
      "count": 51,
      "uuid": 3662066
    },
    {
      "user": "lcgodoy",
      "count": 9,
      "uuid": 24809942
    },
    {
      "user": "talegari",
      "count": 2,
      "uuid": 10041819
    }
  ],
  "_userbio": {
    "uuid": 3662066,
    "type": "user",
    "name": "Alexander Eckert",
    "followers": 8,
    "description": "Software engineer interested in building analytics solutions and machine learning. Democracy ftw, нет войне"
  },
  "_downloads": {
    "count": 3793,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parallelDist"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/alexeckert/paralleldist",
  "_searchresults": 577,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/parallelDist.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/alexeckert/paralleldist",
  "_realowner": "alexeckert",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2017-06-06"
    },
    {
      "version": "0.1.1",
      "date": "2017-06-07"
    },
    {
      "version": "0.2.0",
      "date": "2017-09-27"
    },
    {
      "version": "0.2.1",
      "date": "2017-12-04"
    },
    {
      "version": "0.2.2",
      "date": "2018-09-24"
    },
    {
      "version": "0.2.3",
      "date": "2018-12-11"
    },
    {
      "version": "0.2.4",
      "date": "2018-12-12"
    },
    {
      "version": "0.2.6",
      "date": "2022-02-04"
    },
    {
      "version": "0.2.7",
      "date": "2025-09-27"
    }
  ],
  "_exports": [
    "parallelDist",
    "parDist"
  ],
  "_help": [
    {
      "page": "parDist",
      "title": "Parallel Distance Matrix Computation using multiple Threads",
      "topics": [
        "parallelDist",
        "parDist"
      ]
    }
  ],
  "_readme": "https://github.com/alexeckert/paralleldist/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp",
    "RcppArmadillo",
    "RcppParallel"
  ],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.32+ds-5",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_vignettes": [
    {
      "source": "parallelDist.Rnw",
      "filename": "parallelDist.pdf",
      "title": "parallelDist vignette",
      "engine": "utils::Sweave",
      "headings": [
        "Introduction",
        "Performance",
        "Quick start"
      ],
      "created": "2017-06-06 20:15:10",
      "modified": "2025-09-20 14:51:21",
      "commits": 7
    }
  ],
  "_score": 10.683212578771371,
  "_indexed": true,
  "_nocasepkg": "paralleldist",
  "_universes": [
    "alexeckert"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-06T07:20:02.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/720a6ee7007fc788080f6538d8d59936c1b7d47246f024ad9b49c22c34c5a790",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-06T07:19:32.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/e79e4f06e36ddd08e068c0e1b667c258a6b8a8b2c894ad72181b77f03ae4dcaa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-06T07:20:35.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/b9fa7ceba00561f5f2fe68fb69b03154dd7674df0ab712638c6729b453d4f9ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-07-06T07:19:41.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/7912a843be6267386c52482395a49ee6fc8b1e4060e648dd462cf39e32d00510",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-06T07:20:00.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/a3db2cfc70414b1ac4b2618a95f8371cffa00e668e4689f21876bcf2a73e41c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-06T07:21:38.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/3bb53020215b7cb0cac3bfc364e91738d7441fcac75dc414a657ab7d9ca76bca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-06T07:19:36.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/21771fbfa43f09b572033b5460571a7afc7544fa5eb78f69495ba8b57ba724d3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-07-06T07:20:56.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/265e38b5a81a625acc8fb738591f214145971f0be1cdc717b66302018a7114cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.7",
      "date": "2026-07-06T07:20:10.000Z",
      "arch": "emscripten",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/1411e394f0a52fc5113e6a9a1bd8e377cdaf9b8b2a6073621b049c18b238e4b0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-07-06T07:19:33.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/90988ea8e135e7ecb9c9415b66a6ca6f7b247891750aa37571966c72b060ef42",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-07-06T07:18:59.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/c011562d8b8e49d37aaa6e4c6ec6737944595b24c1c61c6c1e9e03dff464efac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-07-06T07:20:20.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "https://r2.ropensci.org/a431ce1302e6bdfd073b11230c40fa13deea4eb2870a0b43ffa04e746fa14e20",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/28774441361"
    }
  ]
}