{
  "_id": "6a281f3fa476d7de6d3c8316",
  "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://fastverse.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-06-09 14:01:14 UTC",
    "User": "root"
  },
  "MD5sum": "729fbfbff0d2dfcc92c4f1369567eec3",
  "_user": "fastverse",
  "_type": "src",
  "_file": "parallelDist_0.2.7.tar.gz",
  "_fileid": "e57a3d80f29b43078ce6514543937253e1812bc462d95497cdbc34b42bcb1eee",
  "_filesize": 495988,
  "_sha256": "e57a3d80f29b43078ce6514543937253e1812bc462d95497cdbc34b42bcb1eee",
  "_created": "2026-06-09T14:01:14.000Z",
  "_published": "2026-06-09T14:12:15.866Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80341744527,
      "time": 172,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7510069897"
    },
    {
      "job": 80341744740,
      "time": 157,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7510061529"
    },
    {
      "job": 80341744553,
      "time": 173,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510069749"
    },
    {
      "job": 80341744499,
      "time": 163,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510064156"
    },
    {
      "job": 80341744526,
      "time": 133,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7510160234"
    },
    {
      "job": 80341744468,
      "time": 266,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7510218686"
    },
    {
      "job": 80341744566,
      "time": 148,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510182629"
    },
    {
      "job": 80341744673,
      "time": 320,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510261654"
    },
    {
      "job": 80340879555,
      "time": 224,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7509989075"
    },
    {
      "job": 80341744443,
      "time": 136,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510051981"
    },
    {
      "job": 80341744447,
      "time": 181,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7510072481"
    },
    {
      "job": 80341744455,
      "time": 173,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7510068873"
    },
    {
      "job": 80341744781,
      "time": 152,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7510059203"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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"
  },
  "_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": false,
  "_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": 105517888,
    "type": "organization",
    "name": "fastverse",
    "description": "An Extensible Suite of High-Performance and Low-Dependency Packages for Statistical Computing and Data Manipulation in R"
  },
  "_downloads": {
    "count": 3558,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parallelDist"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/alexeckert/paralleldist",
  "_searchresults": 483,
  "_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/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.26+ds-1ubuntu0.1",
      "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.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "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"
    }
  ],
  "_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.578206997412266,
  "_indexed": false,
  "_nocasepkg": "paralleldist",
  "_universes": [
    "fastverse"
  ],
  "_indexurl": "https://alexeckert.r-universe.dev/parallelDist",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:51.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "9b02cd49b3526be42c6dd0ba709e3cd2502cbdff3fedce7fefaa3c9d9903a19b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:39.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "d8461546418f3ad22ceb82b73e1ebf32ad53c9d6565dbb7a639b0abc5cedb44a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:52.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "e048f9ffdbe8d608a313093aed49516ac135fce4debf116fb3bceeb0252c46d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:42.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "9fb62c29c7e21cf05d68b95e3ec35aa7d54b8d18a80ff14c611e707c2796a871",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-09T14:07:21.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "54bf16712dd5fac95116baf5fc66e437f481f78944a528cbaf9acfa5e5c0a9a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-09T14:08:38.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "a0b39c717e4d7c3a79d9790b801bbb2912f1565d6b5cc117691376c7b31ea07b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-09T14:08:00.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "0ffb4a104a042e788dcfe0b8ce308e07e28f827d8ba781c21a92d0b5095cf79f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-09T14:09:48.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "f5fce2f738cb8358526750f9cfc6bcf52fe6a20e13065846a4439a07f88e27b2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:47.000Z",
      "arch": "emscripten",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "6efd061b7f565e23fd84fc3ad103071011f87c6794c4f1269ce56212e2d3d4cf",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:04.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "391f7999a309cdc92dedd3a5cfa42ab756ecc69bb9e078ec09ab610a47ed50ac",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:17.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "85987d68f7cc7fcd9ad5b221df4856f1e0f59c2733db2e820faed57cdaf112cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-06-09T14:03:04.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "1a249bb28b3168393148ea09c47cf552db7694dc5a82e6df5402fea251c5fee9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/27211301908"
    }
  ]
}