{
  "_id": "6a106bb8acfb0bcc41caa644",
  "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-05-07 09:13:22 UTC",
    "User": "root"
  },
  "MD5sum": "ccbb342aa694961045c9edcd9178451a",
  "_user": "alexeckert",
  "_type": "src",
  "_file": "parallelDist_0.2.7.tar.gz",
  "_fileid": "bde9b70dd9b627443113a9ee3e500b498b53144adfd6f1e6d9fdc40f54a76a89",
  "_filesize": 497357,
  "_sha256": "bde9b70dd9b627443113a9ee3e500b498b53144adfd6f1e6d9fdc40f54a76a89",
  "_created": "2026-05-07T09:13:22.000Z",
  "_published": "2026-05-22T14:44:08.775Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77402731843,
      "time": 159,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6851321311"
    },
    {
      "job": 77402731329,
      "time": 171,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6851326502"
    },
    {
      "job": 77402731692,
      "time": 161,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851322007"
    },
    {
      "job": 77402731407,
      "time": 164,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851324751"
    },
    {
      "job": 77402731916,
      "time": 214,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6851325613"
    },
    {
      "job": 77402731427,
      "time": 297,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6851357874"
    },
    {
      "job": 77402731568,
      "time": 266,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851335613"
    },
    {
      "job": 77402731307,
      "time": 406,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851390379"
    },
    {
      "job": 77402731192,
      "time": 228,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851264848"
    },
    {
      "job": 77402730615,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163293910"
    },
    {
      "job": 77402731042,
      "time": 156,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6851319187"
    },
    {
      "job": 77402731122,
      "time": 180,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6851326726"
    },
    {
      "job": 77402731073,
      "time": 177,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6851325987"
    }
  ],
  "_buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403",
  "_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": true,
  "_usedby": 18,
  "_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": 53,
  "_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",
    "description": "Software engineer interested in building analytics solutions and machine learning. Democracy ftw, нет войне"
  },
  "_downloads": {
    "count": 3786,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/parallelDist"
  },
  "_mentions": 4,
  "_devurl": "https://github.com/alexeckert/paralleldist",
  "_searchresults": 514,
  "_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": [],
      "created": "2017-06-06 20:15:10",
      "modified": "2025-09-20 14:51:21",
      "commits": 7
    }
  ],
  "_score": 10.648903345038754,
  "_indexed": true,
  "_nocasepkg": "paralleldist",
  "_universes": [
    "alexeckert"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-05-07T09:15:47.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "5d0667ae10bdc8b0427eb25178b2039eac23ad30b7c1c3a692bcd68ca3629a14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-05-07T09:16:02.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "bbb5e2ff40a0400bdd10a44d6ab1ef4245cc929b61b052ca725213d478a98d6b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-05-07T09:15:50.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "e862d361fe08c8c3cdf37a7d8929221cb544bea96a61da0154b4895e706643c2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-05-07T09:16:00.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "59b23e04253e6bfe24ea574b4ccc2790e3fcffce91d06a5ea2afbc75d20791ed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-05-07T09:16:18.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "d63b00316a8ccfea8f3d5992faba1032f4b33cc8c41133ccc15b38b12e6b3d43",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-05-07T09:17:20.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "b58cd1de04466cf9208ba3becf6fd68e62633c10506035d313b1208dd89b1fde",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-05-07T09:16:13.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "3b776cfeeff261a27f5927e844fe140c961c9181487be79cce423b17a90b7850",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-05-07T09:17:58.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "aeb8b9ce1445fdaf3cce3ae3c6a2485e75d4de7b8f243ac560cdd106a24d686e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-05-07T09:15:01.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "f71385e2fd58c5197751979dab5cb508b4d830338e4cba473bb1e702b61fc8d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-05-07T09:14:57.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "6ce1cd5a9a24029bb7bff140dc866a813d5bd78738ad02f61a82b25d913b10af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-05-07T09:14:58.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "27f99b7768b751893aa83d1e8da13f1e20df34f22f30abfe4c8ae0281e65ffea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.7",
      "date": "2026-05-22T14:43:27.000Z",
      "arch": "emscripten",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "1b4c7c97a98921603889d42df5baefb43119a476734e8c54cba8db2d52d7b331",
      "status": "success",
      "buildurl": "https://github.com/r-universe/alexeckert/actions/runs/25486733403"
    }
  ]
}