{
  "_id": "6a211f5acd65a98ecbd1e39f",
  "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-04 06:41:19 UTC",
    "User": "root"
  },
  "MD5sum": "8fc4c7bac5b7d4800e8782a2cda7309b",
  "_user": "fastverse",
  "_type": "src",
  "_file": "parallelDist_0.2.7.tar.gz",
  "_fileid": "2215cf5b52e0af65f2411bca9102fb60b880a34e02a90faa8bac621165674167",
  "_filesize": 495870,
  "_sha256": "2215cf5b52e0af65f2411bca9102fb60b880a34e02a90faa8bac621165674167",
  "_created": "2026-06-04T06:41:19.000Z",
  "_published": "2026-06-04T06:46:50.208Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79464144244,
      "time": 175,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7404782840"
    },
    {
      "job": 79464144319,
      "time": 167,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7404779538"
    },
    {
      "job": 79464144282,
      "time": 165,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7404779524"
    },
    {
      "job": 79464144235,
      "time": 155,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7404776230"
    },
    {
      "job": 79464144260,
      "time": 127,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7404768950"
    },
    {
      "job": 79464144258,
      "time": 252,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7404803078"
    },
    {
      "job": 79464144443,
      "time": 131,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7404769834"
    },
    {
      "job": 79464144237,
      "time": 274,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7404808784"
    },
    {
      "job": 79463676633,
      "time": 209,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7404732128"
    },
    {
      "job": 79464144180,
      "time": 132,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7404770120"
    },
    {
      "job": 79464144236,
      "time": 172,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7404780937"
    },
    {
      "job": 79464144264,
      "time": 149,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7404774896"
    },
    {
      "job": 79464144370,
      "time": 192,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7404786652"
    }
  ],
  "_buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086",
  "_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": 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": 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": 3660,
    "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.642321711027567,
  "_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-04T06:43:57.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "5e18c2adb125675f59c38bf281194c5eb0a46c2be93845e17d28889ccb2dc629",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-06-04T06:43:46.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "0c53211246a3844be1a3a0ddeee411cd082c90c242f7df91b9e9180eed3c26a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-06-04T06:43:47.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "74094e10f3a3b779c81d60aceda9a0d32e19edf085c6540ebdf8fe441572ecd5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.7",
      "date": "2026-06-04T06:43:37.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "ffe1bc8d8f3d0fb0d60623c4e5fd754c4464284f59ee443235ad98d96b81f526",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-04T06:43:21.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "f2d35360918e70a7c05596944828e426a943a504c02d9d9fcdf7f67210044ae2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-04T06:44:47.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "8f578aaf2ed0681a0ffcf5b996014caba04dfa8875e944a073ad07f8ddcb8c08",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-04T06:43:15.000Z",
      "arch": "aarch64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "c293355cf259a8ad15e785ee2ecec1c65467fd6c6c18f91f0ba09f18551cce39",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.7",
      "date": "2026-06-04T06:45:04.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "4ac2384da2505f628e5a3d133a2b1155859de746a61fb146767d4c8ac3b8ef40",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.7",
      "date": "2026-06-04T06:43:46.000Z",
      "arch": "emscripten",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "6c68d1e88439f473cc137aed387b238a013785c773e16e6c033b7535e2c0f14b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-06-04T06:42:58.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "7f3056dd039e2e446f6a444fe225333482721349ee76fc0da947ddb31d0fee53",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-06-04T06:42:49.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "d2914b4f430a16bf68e32b30f3b6c1947a3d0602327e7bf8735028ee47df841d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.7",
      "date": "2026-06-04T06:43:05.000Z",
      "arch": "x86_64",
      "commit": "12ad1454844d5c79333afb634e70eb950a6964fa",
      "fileid": "71ebd64ee91f64228ce2a21f2629cfecf7146485965ba8d653b3be7cbc5f5805",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/fastverse/actions/runs/26935345086"
    }
  ]
}